prep imtq startup handling

This commit is contained in:
2023-04-02 20:12:24 +02:00
parent 020dfa8278
commit 847e3bb51d
6 changed files with 53 additions and 33 deletions

View File

@ -6,6 +6,8 @@
namespace acs {
enum class SimpleSensorMode { NORMAL = 0, OFF = 1 };
// These modes are the submodes of the ACS controller and the modes of the ACS subsystem.
enum AcsMode : Mode_t {
OFF = HasModesIF::MODE_OFF,