Property | Type | Description | |
---|---|---|---|
TimepathFields | string[] |
Method | Description | |
---|---|---|
Close ( ) : void | ||
LogStart ( SessionStarted e ) : void | ||
LogStop ( SessionStopped e ) : void | ||
Qualifies ( IDataNode node ) : TelemetryLoggerLevel | ||
SetAnnotater ( IFileAnnotater annotater ) : void | ||
SetDatasource ( IDataProvider source ) : void | ||
SetTemporaryLocations ( string file, string dir ) : void | ||
TelemetryLogger ( string simulator, TelemetryLoggerConfiguration config ) : System | ||
Update ( int time ) : void | ||
UpdateStructure ( object driversAction ) : void |
Method | Description | |
---|---|---|
RecordLap ( TelemetryLapComplete obj ) : void |
public Qualifies ( IDataNode node ) : TelemetryLoggerLevel | ||
node | IDataNode | |
return | TelemetryLoggerLevel |
public SetAnnotater ( IFileAnnotater annotater ) : void | ||
annotater | IFileAnnotater | |
return | void |
public SetDatasource ( IDataProvider source ) : void | ||
source | IDataProvider | |
return | void |
public SetTemporaryLocations ( string file, string dir ) : void | ||
file | string | |
dir | string | |
return | void |
public TelemetryLogger ( string simulator, TelemetryLoggerConfiguration config ) : System | ||
simulator | string | |
config | TelemetryLoggerConfiguration | |
return | System |
public UpdateStructure ( object driversAction ) : void | ||
driversAction | object | |
return | void |