ADTF  3.18.2
ISignalRegistry::tSignalValueNs
Inheritance diagram for ISignalRegistry::tSignalValueNs:
[legend]

Public Attributes

base::flash::tNanoSeconds nTimeStamp
 Timestamp of signal value (-1 == undefined)
 
double f64Value
 Physical signal value (this is where you put the values you want to display)
 
const char * strTextValue
 TEXTTABLE value or NULL (text representation of the value). More...
 

Detailed Description

Definition at line 156 of file signal_registry_intf.h.

Member Data Documentation

◆ strTextValue

const char* strTextValue

TEXTTABLE value or NULL (text representation of the value).

Please note that the pointer that you pass here has to stay valid until you unregister your provider, i.e. the data will not be copied.

Definition at line 165 of file signal_registry_intf.h.

Referenced by ISignalListening::ISignalListener::SignalUpdated().