added config for old stuff
This commit is contained in:
parent
77c8a6c198
commit
b8d7bc2a72
5
config/cdatapool/dataPoolInit.cpp
Normal file
5
config/cdatapool/dataPoolInit.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include "dataPoolInit.h"
|
||||
|
||||
void datapool::dataPoolInit(std::map<uint32_t, PoolEntryIF*>** poolMap) {
|
||||
|
||||
}
|
13
config/cdatapool/dataPoolInit.h
Normal file
13
config/cdatapool/dataPoolInit.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef CONFIG_CDATAPOOL_DATAPOOLINIT_H_
|
||||
#define CONFIG_CDATAPOOL_DATAPOOLINIT_H_
|
||||
|
||||
#include <fsfw/datapool/DataPool.h>
|
||||
|
||||
namespace datapool{
|
||||
void dataPoolInit(std::map<uint32_t, PoolEntryIF*>* * poolMap);
|
||||
|
||||
enum datapoolvariables {
|
||||
NO_PARAMETER = 0,
|
||||
};
|
||||
}
|
||||
#endif /* CONFIG_CDATAPOOL_DATAPOOLINIT_H_ */
|
Loading…
Reference in New Issue
Block a user