|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportScanCtrlSettings (M_ScanCtrl::ScanCtrlSettingsType const &Settings) |
| virtual void | ReportScanCtrlStatus (M_ScanCtrl::ScanCtrlStatusType const &Status, bool IsRemoved) |
| virtual void | ReportStoredScanPattern (std::string const &KeyPatternName, M_ScanCtrl::ScanPatternType const &ScanPattern, bool IsRemoved) |
| virtual void | ReportAssignmentSearchOffset (M_Common::PositionType const &Offset) |
|
virtual |
|
virtual |
Report of current search position information. This should always be called with the latest status updates since the last report can be read by late joiners.
| Offset | The current offset between assignment position and line of sight. |
|
virtual |
|
virtual |
Report status for Scan Control Service.
| Status | Current status data for Scan Control Service. |
| 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. |
|
virtual |
Report the scan pattern
| KeyPatternName | Identifies the scan pattern |
| ScanPattern | Scan pattern |
| IsRemoved | Indicates if the scan pattern 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 scan pattern will no longer be available to late joiners. |