C# Class AK.F1.Timing.Utility.Tms.Program

F1 Live-Timing TMS Utility for .NET 4.
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
Dump ( string path ) : void

Prints the contents of the TMS to the standard out.

DumpSession ( string path ) : void

Prints the result of the session contained by the TMS.

Fixup ( string path ) : void

Fixup the TMS by filtering out translated messages and replaying the session.

Main ( string args ) : void

Application entry point.

Stats ( string path ) : void

Prints statistical information regarding the contents of the TMS.

Private Methods

Method Description
Program ( ) : System
Run ( Operation operation ) : void

Method Details

Dump() public method

Prints the contents of the TMS to the standard out.
public Dump ( string path ) : void
path string The path of the TMS.
return void

DumpSession() public method

Prints the result of the session contained by the TMS.
public DumpSession ( string path ) : void
path string The path of the TMS.
return void

Fixup() public method

Fixup the TMS by filtering out translated messages and replaying the session.
public Fixup ( string path ) : void
path string The path of the TMS.
return void

Main() public static method

Application entry point.
public static Main ( string args ) : void
args string The application arguments.
return void

Stats() public method

Prints statistical information regarding the contents of the TMS.
public Stats ( string path ) : void
path string The path of the TMS.
return void