|
onboardapi
9.10.0
by Rheinmetall
|
Report current alignment status. More...
Public Member Functions | |
| ReportAlignmentStatus () | |
| ReportAlignmentStatus (std::string const &KeyComponentId, M_Alignment::AlignmentStatusType const &Status, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyComponentId |
| Identifies the device/component associated with the alignment status. More... | |
| M_Alignment::AlignmentStatusType | Status |
| Alignment status data. More... | |
| bool | IsRemoved |
Report current alignment status.
| M_Alignment::ReportAlignmentStatus::ReportAlignmentStatus | ( | ) |
| M_Alignment::ReportAlignmentStatus::ReportAlignmentStatus | ( | std::string const & | KeyComponentId, |
| M_Alignment::AlignmentStatusType const & | Status, | ||
| bool | IsRemoved | ||
| ) |
| bool M_Alignment::ReportAlignmentStatus::IsRemoved |
Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.
| std::string M_Alignment::ReportAlignmentStatus::KeyComponentId |
Identifies the device/component associated with the alignment status.
| M_Alignment::AlignmentStatusType M_Alignment::ReportAlignmentStatus::Status |
Alignment status data.