testArduino/bsp_linux/fsfwconfig/datapool/dataPoolInit.h

38 lines
1.0 KiB
C++

/*
* dataPoolInit.h
*
* brief: Initialisation function for all variables in the data pool.
* This file was auto-generated by getDataPoolFromFLPmib.py via
* the flpmib database at 2018-06-04T12:02:46+00:00.
*/
#ifndef DATAPOOLINIT_H_
#define DATAPOOLINIT_H_
#include <fsfw/datapool/DataPool.h>
namespace datapool {
enum opus_variable_id {
// The IDs of the variables of the DH and CONTROLLER are here defined.
Temperature_value = 0x100001,
Temperature_Timestamp = 0x100002,
Environmental_value = 0x10003,
Environmental_Timestamp = 0x10004,
Accelerometer_value = 0x10005,
Accelerometer_Timestamp = 0x10006,
TEMP_SENSOR_CH1 = 0x10007,
TEMP_SENSOR_CH2 = 0x10008,
TargetState_COMPONENT_1 = 0x10009,
CurrentState_COMPONENT_1 = 0x100010,
HeaterRequest_COMPONENT_1 = 0x100011,
TargetState_COMPONENT_2 = 0x100012,
CurrentState_COMPONENT_2 = 0x100013,
HeaterRequest_COMPONENT_2 = 0x100014
};
}
void dataPoolInit( std::map<uint32_t, PoolEntryIF*>* pool_map );
#endif /* DATAPOOLINIT_H_ */