Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 01812445 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

deleted comments

parent a1e30468
No related branches found
No related tags found
No related merge requests found
......@@ -163,30 +163,12 @@ namespace TUGraz.VectoCore.Models.Declaration
return _instance ?? (_instance = new DeclarationData());
}
// Public Const SSspeed As Single = 5
//Public Const SStime As Single = 5
//Public Const SSdelay As Single = 5
//Public Const LACa As Single = -0.5
//Public Const LACvmin As Single = 50
//Public Const Overspeed As Single = 5
//Public Const Underspeed As Single = 5
//Public Const ECvmin As Single = 50
//Public Const AirDensity As Single = 1.188
//Public Const FuelDens As Single = 0.832
//Public Const CO2perFC As Single = 3.16
//Public Const AuxESeff As Single = 0.7
public static class Driver
{
public static class LookAhead
{
public const bool Enabled = true;
//public static readonly MeterPerSquareSecond Deceleration = -0.5.SI<MeterPerSquareSecond>();
//public static readonly MeterPerSecond MinimumSpeed = 50.KMPHtoMeterPerSecond();
public const double DecisionFactorCoastingOffset = 2.5;
public const double DecisionFactorCoastingScaling = 1.5;
public const double LookAheadDistanceFactor = 10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment