eive-obsw/fsfwconfig/cdatapool/dataPoolInit.h

14 lines
314 B
C
Raw Normal View History

2020-11-20 18:10:39 +01:00
#ifndef FSFWCONFIG_CDATAPOOL_DATAPOOLINIT_H_
#define FSFWCONFIG_CDATAPOOL_DATAPOOLINIT_H_
2020-11-02 14:08:45 +01:00
#include <fsfw/datapool/DataPool.h>
namespace datapool{
2020-11-02 14:20:15 +01:00
void dataPoolInit(std::map<uint32_t, PoolEntryIF*>* poolMap);
2020-11-02 14:08:45 +01:00
enum datapoolvariables {
NO_PARAMETER = 0,
};
}
2020-11-20 18:10:39 +01:00
#endif /* FSFWCONFIG_CDATAPOOL_DATAPOOLINIT_H_ */