|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| ReportMountStatus () | |
| ReportMountStatus (M_MultiMount::MountStatusType const &Status, bool IsRemoved) | |
Public Attributes | |
| M_MultiMount::MountStatusType | Status |
| Current status data for Mount. More... | |
| bool | IsRemoved |
Report with current Mount status. This should always be called with the latest status updates since the last report can be read by late joiners.
| M_MultiMount::ReportMountStatus::ReportMountStatus | ( | ) |
| M_MultiMount::ReportMountStatus::ReportMountStatus | ( | M_MultiMount::MountStatusType const & | Status, |
| bool | IsRemoved | ||
| ) |
| bool M_MultiMount::ReportMountStatus::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.
| M_MultiMount::MountStatusType M_MultiMount::ReportMountStatus::Status |
Current status data for Mount.