C# 클래스 SimTelemetry.Domain.Telemetry.TelemetryLogger

파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
TimepathFields string[]

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
RecordLap ( TelemetryLapComplete obj ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

LogStart() 공개 메소드

public LogStart ( SessionStarted e ) : void
e SessionStarted
리턴 void

LogStop() 공개 메소드

public LogStop ( SessionStopped e ) : void
e SessionStopped
리턴 void

Qualifies() 공개 메소드

public Qualifies ( IDataNode node ) : TelemetryLoggerLevel
node IDataNode
리턴 TelemetryLoggerLevel

SetAnnotater() 공개 메소드

public SetAnnotater ( IFileAnnotater annotater ) : void
annotater IFileAnnotater
리턴 void

SetDatasource() 공개 메소드

public SetDatasource ( IDataProvider source ) : void
source IDataProvider
리턴 void

SetTemporaryLocations() 공개 메소드

public SetTemporaryLocations ( string file, string dir ) : void
file string
dir string
리턴 void

TelemetryLogger() 공개 메소드

public TelemetryLogger ( string simulator, TelemetryLoggerConfiguration config ) : System
simulator string
config TelemetryLoggerConfiguration
리턴 System

Update() 공개 메소드

public Update ( int time ) : void
time int
리턴 void

UpdateStructure() 공개 메소드

public UpdateStructure ( object driversAction ) : void
driversAction object
리턴 void

프로퍼티 상세

TimepathFields 보호되어 있는 정적으로 프로퍼티

protected static string[] TimepathFields
리턴 string[]