onboardapi  9.10.0
by Rheinmetall
M_VideoTrackerLot::ReportLotStatus Struct Reference

Public Member Functions

 ReportLotStatus ()
 
 ReportLotStatus (M_VideoTracker::LotStatusType const &Status, bool IsRemoved)
 

Public Attributes

M_VideoTracker::LotStatusType Status
 VideoTracker status data. More...
 
bool IsRemoved
 

Detailed Description

Report with the current LoT VideoTracker status. This will be continually updated every time a value is changed.

Constructor & Destructor Documentation

◆ ReportLotStatus() [1/2]

M_VideoTrackerLot::ReportLotStatus::ReportLotStatus ( )

◆ ReportLotStatus() [2/2]

M_VideoTrackerLot::ReportLotStatus::ReportLotStatus ( M_VideoTracker::LotStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_VideoTrackerLot::ReportLotStatus::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_VideoTracker::LotStatusType M_VideoTrackerLot::ReportLotStatus::Status

VideoTracker status data.