ADTF
|
Callback interface for signal value updates. More...
Public Member Functions | |
virtual void | SignalUpdated (ISignalRegistry::tSignalID nSignalID, const ISignalRegistry::tSignalValue &sValue)=0 |
Called for each update of a signal. More... | |
Callback interface for signal value updates.
Definition at line 60 of file signal_listening_intf.h.
|
pure virtual |
Called for each update of a signal.
[in] | nSignalID | The id of the signal. |
[in] | sValue | The new value of the signal. |