restructured.. a bit

This commit is contained in:
2020-11-20 18:10:39 +01:00
committed by Robin Mueller
parent ba0f874a38
commit ae4305e22e
50 changed files with 455 additions and 122 deletions

View File

@ -0,0 +1,13 @@
#ifndef FSFWCONFIG_CDATAPOOL_DATAPOOLINIT_H_
#define FSFWCONFIG_CDATAPOOL_DATAPOOLINIT_H_
#include <fsfw/datapool/DataPool.h>
namespace datapool{
void dataPoolInit(std::map<uint32_t, PoolEntryIF*>* poolMap);
enum datapoolvariables {
NO_PARAMETER = 0,
};
}
#endif /* FSFWCONFIG_CDATAPOOL_DATAPOOLINIT_H_ */