|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportImageProcessingSettings (M_ImageProcessing::ImageProcessingSettingsType const &Settings) |
| virtual void | ReportImageProcessingStatus (M_ImageProcessing::ImageProcessingStatusType const &Status, bool IsRemoved) |
Image processing interface. Contains callback operations from the image processing service to the client.
|
virtual |
|
virtual |
Report the settings used for image processing.
| Settings | Image processing settings. |
|
virtual |
Report the current status of the image processing device.
| Status | Current status of the image processing device. |
| IsRemoved | Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |