|
enum class | eAlarmPriority { Alarm = 0x01
, Critical = 0x00
, Warning = 0x02
} |
|
enum class | eAlarmState {
Inactive = 0x00
, Acknowledged = 0x01
, Active = 0x02
, Unacknowledged = 0x03
,
Undefined = 0x04
} |
|
enum class | eAlarmType {
Normal = 0x00
, AlarmOpen = 0x01
, AlarmClose = 0x02
, AlarmIfh = 0x03
,
AlarmHh = 0x04
, AlarmH = 0x05
, AlarmL = 0x06
, AlarmLl = 0x07
,
AlarmIfl = 0x08
, AlarmOffScan = 0x09
, AlarmFail = 0x0A
, AlarmInh = 0x0B
,
AlarmUnk = 0x0C
} |
|
enum class | eIsNodeOnDuty : uint8_t { NoOnDuty = 0x00
, OnDuty = 0x01
} |
|
enum class | eCallAllStatus { CallAllOff = 0x00
, CallFromEcr = 0x01
, CallFromBridge = 0x02
, CallAllUndefined = 0xFF
} |
|
enum class | eWatchState : uint8_t {
EcrOnWatch = 0x01
, EcrRequestingEcrOnWatch = 0x18
, EcrRequestingBgrOnWatch = 0x12
, BgrRequestingEcrOnWatch = 0x28
,
BgrRequestingBgrOnWatch = 0x22
, BgrOnWatch = 0x04
, Undefined = 0x30
} |
|
enum class | eWatchCmd : uint8_t { EcrButtonPressed = 0x0
, BrgButtonPressed = 0x1
} |
|
enum class | eAlarmRepeatType { NoAlarmRepeat = 0x00
, OnlyDutyAlarmRepeat = 0x01
, OnDutyAndChiefAlarmRepeat = 0x02
, AllAlarmRepeat = 0x03
} |
|
enum class | eWatchcallTechnology { WatchcallNT = 0x00
, WatchcallCan = 0x01
} |
|
enum class | eWatchCallNodeTypes { Rms
, DiamarRepeater
, Slim
} |
|