|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportSectorSelectionSettings (M_SectorSelection::SectorSelectionSettingsType const &Settings) |
| virtual void | ReportSectorDefinitions (M_SectorSelection::SectorDefinitionListType const &AvailableSectors) |
| virtual void | ReportSectorSelectionStatus (M_SectorSelection::SectorSelectionStatusType const &Status, bool IsRemoved) |
Sector Selection Client interface. Contains callback operations from the Sector Selection Service to the Client.
|
virtual |
|
virtual |
Reports the definition (size and position) of all available sectors.
| AvailableSectors | Defines the sectors currently available in the Selection Service. |
|
virtual |
|
virtual |
Reports the selection status of all sectors. This is used to inform Clients which sectors are selected and which are not selected.
| Status | Sector Selection 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. |