|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportCameraSettings (M_Camera::CameraSettingsType const &Settings) |
| virtual void | ReportCameraStatus (M_Camera::CameraStatusType const &Status, bool IsRemoved) |
| virtual void | EventSafetyCode (M_Camera::SafetyCodeListType const &SafetyCodeList) |
|
virtual |
|
virtual |
Send safety code(s) of the current frame.
| SafetyCodeList |
|
virtual |
Report with static camera settings. This should be provided at startup and in the event of degraded functionality, e.g. due to an internal failure.
| Settings | Camera settings data. |
|
virtual |
Report with the current camera status. This will be continually updated every time a value is changed.
| Status | Current status data for Camera. |
| 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. |