C# Class SimTelemetry.Domain.Telemetry.TelemetryLogger

Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Protected Properties

Property Type Description
TimepathFields string[]

Public Methods

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

Private Methods

Method Description
RecordLap ( TelemetryLapComplete obj ) : void

Method Details

Close() public method

public Close ( ) : void
return void

LogStart() public method

public LogStart ( SessionStarted e ) : void
e SessionStarted
return void

LogStop() public method

public LogStop ( SessionStopped e ) : void
e SessionStopped
return void

Qualifies() public method

public Qualifies ( IDataNode node ) : TelemetryLoggerLevel
node IDataNode
return TelemetryLoggerLevel

SetAnnotater() public method

public SetAnnotater ( IFileAnnotater annotater ) : void
annotater IFileAnnotater
return void

SetDatasource() public method

public SetDatasource ( IDataProvider source ) : void
source IDataProvider
return void

SetTemporaryLocations() public method

public SetTemporaryLocations ( string file, string dir ) : void
file string
dir string
return void

TelemetryLogger() public method

public TelemetryLogger ( string simulator, TelemetryLoggerConfiguration config ) : System
simulator string
config TelemetryLoggerConfiguration
return System

Update() public method

public Update ( int time ) : void
time int
return void

UpdateStructure() public method

public UpdateStructure ( object driversAction ) : void
driversAction object
return void

Property Details

TimepathFields protected_oe static_oe property

protected static string[] TimepathFields
return string[]