save structs for datasets
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
#include <mission/devices/devicedefinitions/GomspaceDefinitions.h>
|
||||
|
||||
/**
|
||||
* @brief Handler for the ACU of Gomspace. Monitors and controls the battery charging via
|
||||
* the solar pannels.
|
||||
* @brief Handler for the ACU from Gomspace. Monitors and controls the battery charging via
|
||||
* the solar panels.
|
||||
*/
|
||||
class ACUHandler: public GomspaceDeviceHandler {
|
||||
public:
|
||||
@ -19,6 +19,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
ACU::HkTableDataset acuHkTableDataset;
|
||||
};
|
||||
|
||||
#endif /* MISSION_DEVICES_ACUHANDLER_H_ */
|
||||
|
Reference in New Issue
Block a user