|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| ReportAlarmLog () | |
| ReportAlarmLog (M_Alert::AlertIdType const &KeyAlarmId, M_Alert::AlarmLogType const &Alarm, bool IsRemoved) | |
Public Attributes | |
| M_Alert::AlertIdType | KeyAlarmId |
| Identifies the Alarm log entry. More... | |
| M_Alert::AlarmLogType | Alarm |
| The Alarm log entry data. More... | |
| bool | IsRemoved |
| Indicates if the Alarm has been removed from the log. More... | |
Report an Alarm raised as a result of an Alarm condition. This is the Log entry.
| M_Alert::ReportAlarmLog::ReportAlarmLog | ( | ) |
| M_Alert::ReportAlarmLog::ReportAlarmLog | ( | M_Alert::AlertIdType const & | KeyAlarmId, |
| M_Alert::AlarmLogType const & | Alarm, | ||
| bool | IsRemoved | ||
| ) |
| M_Alert::AlarmLogType M_Alert::ReportAlarmLog::Alarm |
The Alarm log entry data.
| bool M_Alert::ReportAlarmLog::IsRemoved |
Indicates if the Alarm has been removed from the log.
| M_Alert::AlertIdType M_Alert::ReportAlarmLog::KeyAlarmId |
Identifies the Alarm log entry.