onboardapi  9.10.0
by Rheinmetall
M_ScanCtrl::ReportScanCtrlStatus Struct Reference

Report status for Scan Control Service. More...

Public Member Functions

 ReportScanCtrlStatus ()
 
 ReportScanCtrlStatus (M_ScanCtrl::ScanCtrlStatusType const &Status, bool IsRemoved)
 

Public Attributes

M_ScanCtrl::ScanCtrlStatusType Status
 Current status data for Scan Control Service. More...
 
bool IsRemoved
 

Detailed Description

Report status for Scan Control Service.

Constructor & Destructor Documentation

◆ ReportScanCtrlStatus() [1/2]

M_ScanCtrl::ReportScanCtrlStatus::ReportScanCtrlStatus ( )

◆ ReportScanCtrlStatus() [2/2]

M_ScanCtrl::ReportScanCtrlStatus::ReportScanCtrlStatus ( M_ScanCtrl::ScanCtrlStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ScanCtrl::ReportScanCtrlStatus::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_ScanCtrl::ScanCtrlStatusType M_ScanCtrl::ReportScanCtrlStatus::Status

Current status data for Scan Control Service.