overhead comment
This commit is contained in:
parent
4615b2fe16
commit
c2100cc782
@ -18,9 +18,9 @@ enum CtrlSubmode {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::ACS_SUBSYSTEM;
|
static const uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::ACS_SUBSYSTEM;
|
||||||
|
//!< The limits for the rotation in safe mode were violated.
|
||||||
static const Event SAFE_RATE_VIOLATION =
|
static const Event SAFE_RATE_VIOLATION =
|
||||||
MAKE_EVENT(0, severity::MEDIUM); //!< The limits for the rotation in safe mode were violated.
|
MAKE_EVENT(0, severity::MEDIUM); static constexpr Event SAFE_RATE_RECOVERY = MAKE_EVENT(1, severity::MEDIUM);
|
||||||
static constexpr Event SAFE_RATE_RECOVERY = MAKE_EVENT(1, severity::MEDIUM);
|
|
||||||
|
|
||||||
} // namespace acs
|
} // namespace acs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user