|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportSignal (std::string const &KeyName, M_AnalogueIo::SignalCorridorOptionalType const &Corridor, M_AnalogueIo::SignalOptionalType const &Signal, bool IsRemoved) |
Analogue input/output client interface. Contains callback operations from the analogue input/output service to the client.
|
virtual |
|
virtual |
Report a specified pin/channel's signal data.
| KeyName | Pin or channel name. |
| Corridor | Signal offset and bounds. |
| Signal | Signal 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. |