C# Class AcTools.Utils.DataFixer

Datei anzeigen Open project: gro-ove/actools

Public Methods

Method Description
GetWeight ( string carDir ) : double
RemoveAeroDataSection ( string carDir ) : void
SetWeight ( string carDir, double newValue ) : void
TestData ( string carDir, double weight ) : Task>
TestData ( string carDir, double weight, Action error, System.Action callback ) : void

Method Details

GetWeight() public static method

public static GetWeight ( string carDir ) : double
carDir string
return double

RemoveAeroDataSection() public static method

public static RemoveAeroDataSection ( string carDir ) : void
carDir string
return void

SetWeight() public static method

public static SetWeight ( string carDir, double newValue ) : void
carDir string
newValue double
return void

TestData() public static method

public static TestData ( string carDir, double weight ) : Task>
carDir string
weight double
return Task>

TestData() public static method

public static TestData ( string carDir, double weight, Action error, System.Action callback ) : void
carDir string
weight double
error Action
callback System.Action
return void