|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Report with the current camera status of a specific camera with id. This will be continually updated every time a value is changed.
| M_CameraManager::ReportCameraStatus::ReportCameraStatus | ( | ) |
| M_CameraManager::ReportCameraStatus::ReportCameraStatus | ( | std::string const & | KeyId, |
| M_Camera::CameraStatusType const & | Status, | ||
| bool | 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.
| std::string M_CameraManager::ReportCameraStatus::KeyId |
The id of the camera.
| M_Camera::CameraStatusType M_CameraManager::ReportCameraStatus::Status |
Current status data for Camera.