onboardapi  9.10.0
by Rheinmetall
M_VideoManager::ReportVideoStatus Struct Reference

Report with the current Video Manager status. More...

Public Member Functions

 ReportVideoStatus ()
 
 ReportVideoStatus (M_VideoManager::VmStatusType const &Status, bool IsRemoved)
 

Public Attributes

M_VideoManager::VmStatusType Status
 Current status data for Video Manager. More...
 
bool IsRemoved
 

Detailed Description

Report with the current Video Manager status.

Constructor & Destructor Documentation

◆ ReportVideoStatus() [1/2]

M_VideoManager::ReportVideoStatus::ReportVideoStatus ( )

◆ ReportVideoStatus() [2/2]

M_VideoManager::ReportVideoStatus::ReportVideoStatus ( M_VideoManager::VmStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_VideoManager::ReportVideoStatus::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_VideoManager::VmStatusType M_VideoManager::ReportVideoStatus::Status

Current status data for Video Manager.