onboardapi  9.10.0
by Rheinmetall
M_Alert::ReportAlertStatus Struct Reference

Report the status with current count of active alarms and threats. More...

Public Member Functions

 ReportAlertStatus ()
 
 ReportAlertStatus (M_Alert::AlertStatusType const &Status, bool IsRemoved)
 

Public Attributes

M_Alert::AlertStatusType Status
 Alert Service status data. More...
 
bool IsRemoved
 

Detailed Description

Report the status with current count of active alarms and threats.

Constructor & Destructor Documentation

◆ ReportAlertStatus() [1/2]

M_Alert::ReportAlertStatus::ReportAlertStatus ( )

◆ ReportAlertStatus() [2/2]

M_Alert::ReportAlertStatus::ReportAlertStatus ( M_Alert::AlertStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_Alert::ReportAlertStatus::IsRemoved

Indicates if the status is no longer available. Note: This will always be set to True when a Service has been shutdown. After this has been set to True the status will no longer be available to late joiners.

◆ Status

M_Alert::AlertStatusType M_Alert::ReportAlertStatus::Status

Alert Service status data.