|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportMetSensorSettings (M_MetSensor::MetSensorSettingsType const &Settings) |
| virtual void | ReportMetSensorStatus (M_MetSensor::AtmosphericType const &AtmosphericData, bool IsRemoved) |
Meteorological Sensor Client interface. Contains callback operations from the Meteorological Sensor Service to the Client.
|
virtual |
|
virtual |
Reports static settings for a Meteorological Sensor.
| Settings | Meteorological Sensor settings data. |
|
virtual |
Reports the current status for a Meteorological Sensor.
| AtmosphericData | Atmospheric 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. |