Enum AlarmAction
Defined in File alarm_state_machine.hpp
Enum Documentation
-
enum class ros2_medkit_gateway::AlarmAction
Action the poller should take after running the state machine on one event.
ReportConfirmedtriggerssend_report_fault(FAILED event_type).ClearFaultissuesclear_faultagainst fault_manager.ReportHealedis currently a no-op inOpcuaPlugin::on_event_alarm- seeSovdAlarmStatus::Healedabove for the rationale and the futureSTATUS_LATCHEDextension that would make this surface externally.NoOpmeans the event was redundant (same as last_known_status) and we suppress downstream noise.Values:
-
enumerator NoOp
-
enumerator ReportConfirmed
-
enumerator ReportHealed
-
enumerator ClearFault
-
enumerator NoOp