|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportAlignmentSettings (M_Alignment::AlignmentSettingsType const &Settings) |
| virtual void | ReportAlignmentStatus (std::string const &KeyComponentId, M_Alignment::AlignmentStatusType const &Status, bool IsRemoved) |
Alignment client interface. Contains callback operations from the alignment service to the client.
|
virtual |
|
virtual |
Report alignment static settings.
| Settings | Alignment settings. |
|
virtual |
Report current alignment status.
| KeyComponentId | Identifies the device/component associated with the alignment status |
| Status | Alignment status data. |
| 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. |