|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigSignalCorridor (std::string const &KeyName, M_AnalogueIo::SignalCorridorType const &Corridor, bool IsRemoved) |
| virtual void | NotifySignal (std::string const &KeyName, M_AnalogueIo::SignalType const &Signal) |
Analogue input/output service interface. Contains operations that a client can command the analogue input/output service to perform.
|
virtual |
|
virtual |
Configure a specified pin/channel's signal corridor.
| KeyName | Pin or channel name. |
| Corridor | Signal offset and bounds. |
| IsRemoved | Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners. |
|
virtual |
Set a specified pin/channel's signal data.
| KeyName | Pin or channel name. |
| Signal | Signal data. |