Struct AlarmEventInput

Struct Documentation

struct AlarmEventInput

Inputs from a single AlarmConditionType event payload.

Fields populated by the trampoline from EventFilter select clauses. branch_id_present is true when BranchId is non-null - per Part 9 §5.5.2.12 those events refer to historical branches and must never advance the live SOVD status (we route them to the fault_manager event log only).

Public Members

bool enabled_state = {true}
bool active_state = {false}
bool acked_state = {false}
bool confirmed_state = {false}
bool shelved = {false}

True iff ShelvingState != Unshelved.

bool branch_id_present = {false}

True iff BranchId is non-null (historical branch event).