onboardapi  9.10.0
by Rheinmetall
M_CameraManager::ReportCameraStatus Struct Reference

Public Member Functions

 ReportCameraStatus ()
 
 ReportCameraStatus (std::string const &KeyId, M_Camera::CameraStatusType const &Status, bool IsRemoved)
 

Public Attributes

std::string KeyId
 The id of the camera. More...
 
M_Camera::CameraStatusType Status
 Current status data for Camera. More...
 
bool IsRemoved
 

Detailed Description

Report with the current camera status of a specific camera with id. This will be continually updated every time a value is changed.

Constructor & Destructor Documentation

◆ ReportCameraStatus() [1/2]

M_CameraManager::ReportCameraStatus::ReportCameraStatus ( )

◆ ReportCameraStatus() [2/2]

M_CameraManager::ReportCameraStatus::ReportCameraStatus ( std::string const &  KeyId,
M_Camera::CameraStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_CameraManager::ReportCameraStatus::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.

◆ KeyId

std::string M_CameraManager::ReportCameraStatus::KeyId

The id of the camera.

◆ Status

M_Camera::CameraStatusType M_CameraManager::ReportCameraStatus::Status

Current status data for Camera.