C# Class SimTelemetry.Data.Track.Track

Inheritance: ITrackParser
Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Properties

Property Type Description
TrackLogger List

Public Methods

Method Description
GetCurrentLap ( ) : Lap
GetLap ( IDriverGeneral driver, int offset ) : Lap
GetLastLap ( ) : Lap
LapLogger_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
NetworkSetInfo ( NetworkTrackInformation routeInfo ) : void
Track ( ISimulator sim, string name ) : System
Track ( RouteCollection route ) : System

Private Methods

Method Description
SetLap ( IDriverGeneral driver, Lap l ) : void

Method Details

GetCurrentLap() public method

public GetCurrentLap ( ) : Lap
return SimTelemetry.Objects.Lap

GetLap() public method

public GetLap ( IDriverGeneral driver, int offset ) : Lap
driver IDriverGeneral
offset int
return SimTelemetry.Objects.Lap

GetLastLap() public method

public GetLastLap ( ) : Lap
return SimTelemetry.Objects.Lap

LapLogger_Elapsed() public method

public LapLogger_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void

NetworkSetInfo() public method

public NetworkSetInfo ( NetworkTrackInformation routeInfo ) : void
routeInfo SimTelemetry.Data.Net.NetworkTrackInformation
return void

Track() public method

public Track ( ISimulator sim, string name ) : System
sim ISimulator
name string
return System

Track() public method

public Track ( RouteCollection route ) : System
route SimTelemetry.Objects.RouteCollection
return System

Property Details

TrackLogger public_oe property

public List TrackLogger
return List