save structs for datasets

This commit is contained in:
2021-02-03 08:09:54 +01:00
parent fd1e4f3473
commit be9409c80d
15 changed files with 792 additions and 361 deletions

View File

@ -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_ */