VECTO Input Manager
Loading...
Searching...
No Matches
VectoInputManager.Core.Consts Class Reference

Application-wide constants including version information and reference data. More...

Static Public Attributes

const string Version = "0.9.8"
 The current version number of VectoInputManager.
const string AppVersion = "vectoim-" + Version
 The full application version string used in metadata and output files.
const string SchemaBaseUrl
 The schema base URL, used to construct $schema references in JSON files. Include the trailing slash.
const string HelpUrl = "https://vecto-sim-harry-b78fb6.pages.code.europa.eu/"
const string WellKnownRegexString
static readonly Dictionary< int, string > CountryCodes
 Mapping of country codes to country names for VECTO simulations. These codes are used in vehicle declarations to specify the country of operation.

Detailed Description

Application-wide constants including version information and reference data.

Member Data Documentation

◆ SchemaBaseUrl

const string VectoInputManager.Core.Consts.SchemaBaseUrl
static
Initial value:
=
"https://code.europa.eu/vecto/guests/vecto-sim-harry/-/raw/vectoinputmanager/VectoInputManager/"

The schema base URL, used to construct $schema references in JSON files. Include the trailing slash.

◆ WellKnownRegexString

const string VectoInputManager.Core.Consts.WellKnownRegexString
static
Initial value:
=
@"^Components\.(?:" +
@"(?<name>Angledrive|AirDrag|Axlegear|Engine|Gearbox|Retarder|TorqueConverter)|" +
@"ElectricMachine\.(?<name>ElectricMachineSystem)|" +
@"ElectricMachine\.(?<name>ADC)|" +
@"Powertrain\‍[(?<index>\d+)\‍]\.(?<name>Gearbox|TorqueConverter|Angledrive|Retarder|Axlegear|IEPC)|" +
@"Powertrain\‍[(?<index>\d+)\‍]\.ElectricMachine\.(?<name>ElectricMachineSystem|ADC)|" +
@"AxleWheels\.Data\.Axles\‍[(?<index>\d+)\‍]\.(?<name>Tyre)|" +
@"FuelCellSystem\‍[(?<index>\d+)\‍]\.(?<name>FuelCell)|" +
@"ElectricEnergyStorage\.Battery\‍[(?<index>\d+)\‍]\.(?<name>REESS)" +
@")"

The documentation for this class was generated from the following file:
  • VectoInputManagerCore/Consts.cs