improvements for reboot FDIR
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
2023-08-01 09:26:06 +02:00
parent 1f61f7d2e8
commit a884176773
2 changed files with 22 additions and 3 deletions

View File

@ -63,6 +63,7 @@ class EiveSystem : public Subsystem, public HasActionsIF {
ReturnValue_t handleCommandMessage(CommandMessage* message) override;
ReturnValue_t sendFullRebootCommand();
ReturnValue_t sendSelfRebootCommand();
void pdecRecoveryLogic();