Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 95881af5 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

refactoring to use fuel map interface

parent d21c0b6c
No related branches found
No related tags found
No related merge requests found
......@@ -11,44 +11,46 @@
Public Class VectoInputs
Implements IVectoInputs
Implements IVectoInputs
''' <summary>
''' Name of the Cycle ( Urban, Interurban etc )
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property Cycle As String Implements IVectoInputs.Cycle
''' <summary>
''' Vehicle Mass (KG)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property VehicleWeightKG As Single Implements IVectoInputs.VehicleWeightKG
''' <summary>
''' Powernet Voltage (V)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>This is the power voltage available in the bus - usually 26.3 Volts</remarks>
Public Property PowerNetVoltage As Single Implements IVectoInputs.PowerNetVoltage
''' <summary>
''' Fuel Map Same One as used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property FuelMap As String Implements IVectoInputs.FuelMap
''' <summary>
''' Fuel Density as used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property FuelDensity As String Implements IVectoInputs.FuelDensity
''' <summary>
''' Name of the Cycle ( Urban, Interurban etc )
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property Cycle As String Implements IVectoInputs.Cycle
''' <summary>
''' Vehicle Mass (KG)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property VehicleWeightKG As Single Implements IVectoInputs.VehicleWeightKG
''' <summary>
''' Powernet Voltage (V)
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks>This is the power voltage available in the bus - usually 26.3 Volts</remarks>
Public Property PowerNetVoltage As Single Implements IVectoInputs.PowerNetVoltage
''' <summary>
''' Fuel Map Same One as used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property FuelMap As IFuelConsumptionMap Implements IVectoInputs.FuelMap
''' <summary>
''' Fuel Density as used in Vecto.
''' </summary>
''' <value></value>
''' <returns></returns>
''' <remarks></remarks>
Public Property FuelDensity As Double Implements IVectoInputs.FuelDensity
End Class
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment