onboardapi  9.10.0
by Rheinmetall
M_MultiMount::ReportMountStatus Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ReportMountStatus() [1/2]

M_MultiMount::ReportMountStatus::ReportMountStatus ( )

◆ ReportMountStatus() [2/2]

M_MultiMount::ReportMountStatus::ReportMountStatus ( M_MultiMount::MountStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ 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.

◆ Status

M_MultiMount::MountStatusType M_MultiMount::ReportMountStatus::Status

Current status data for Mount.