initialize ACS controller
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-02-08 15:02:56 +01:00
parent 881f9ea7ea
commit 4528e61fcd
3 changed files with 13 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class AcsController : public ExtendedControllerBase, public ReceivesParameterMes
InternalState internalState = InternalState::STARTUP;
ReturnValue_t initialize() override;
ReturnValue_t handleCommandMessage(CommandMessage* message) override;
void performControlOperation() override;