Property | Type | Description | |
---|---|---|---|
TrackAccum | bool | ||
TrackPassive | bool |
Property | Type | Description | |
---|---|---|---|
DataPath | string | ||
Registry |
Method | Description | |
---|---|---|
Attach ( |
||
Detach ( ) : void | ||
FetchHistory ( Sensor sensor, long ×tamps, double &values ) : bool | ||
LoadConfig ( string configPath ) : void | ||
ParseTimeSpan ( string val ) : int | ||
SensorTrack ( string dataPath ) : System | ||
Store ( ) : void |
Method | Description | |
---|---|---|
SensorChanged ( Sensor sensor ) : void | ||
StoreSensor ( Sensor sensor ) : void | ||
StoreSensorData ( |
public Attach ( |
||
registry | ||
return | void |
public FetchHistory ( Sensor sensor, long ×tamps, double &values ) : bool | ||
sensor | Sensor | |
timestamps | long | |
values | double | |
return | bool |
public LoadConfig ( string configPath ) : void | ||
configPath | string | |
return | void |
public static ParseTimeSpan ( string val ) : int | ||
val | string | |
return | int |
protected SensorChanged ( Sensor sensor ) : void | ||
sensor | Sensor | |
return | void |
public SensorTrack ( string dataPath ) : System | ||
dataPath | string | |
return | System |
protected StoreSensor ( Sensor sensor ) : void | ||
sensor | Sensor | |
return | void |
protected StoreSensorData ( |
||
set | ||
return | void |