changes in supervisor commands
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2022-04-06 07:10:20 +02:00
parent 146868da21
commit 9837a1b62c
3 changed files with 157 additions and 81 deletions

View File

@ -348,6 +348,8 @@ class PlocSupervisorHandler : public DeviceHandlerBase {
ReturnValue_t createMramDumpFile();
ReturnValue_t getTimeStampString(std::string& timeStamp);
void prepareSetShutdownTimeoutCmd(const uint8_t* commandData);
};
#endif /* MISSION_DEVICES_PLOCSUPERVISORHANDLER_H_ */