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 8b980dc8 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

change cyclestep default argument, code formatting

parent 60505d05
No related branches found
No related tags found
No related merge requests found
......@@ -15,30 +15,25 @@ Imports VectoAuxiliaries.Hvac
Imports VectoAuxiliaries.DownstreamModules
Namespace DownstreamModules
Public Interface IM10
'AverageLoadsFuelConsumptionInterpolatedForPneumatics
ReadOnly Property AverageLoadsFuelConsumptionInterpolatedForPneumatics As Single
Public Interface IM10
'AverageLoadsFuelConsumptionInterpolatedForPneumatics
ReadOnly Property AverageLoadsFuelConsumptionInterpolatedForPneumatics As Single
'Interpolated FC between points 2-3-1 Representing smart Pneumatics = Fuel consumption with smart Pneumatics and average electrical power demand
ReadOnly Property FuelConsumptionSmartPneumaticsAndAverageElectricalPowerDemand As Single
Sub CycleStep( Optional stepTimeInSeconds As Single = nothing)
'Added for diagnostic inspection purposes only, does not materially affect the class function.
ReadOnly Property P1X As single
ReadOnly Property P1Y As single
ReadOnly Property P2X As single
ReadOnly Property P2Y As single
ReadOnly Property P3X As single
ReadOnly Property P3Y As single
ReadOnly Property XTAIN As single
ReadOnly Property INTRP1 As single
ReadOnly Property INTRP2 As single
End Interface
'Interpolated FC between points 2-3-1 Representing smart Pneumatics = Fuel consumption with smart Pneumatics and average electrical power demand
ReadOnly Property FuelConsumptionSmartPneumaticsAndAverageElectricalPowerDemand As Single
Sub CycleStep(Optional stepTimeInSeconds As Single = 0.0)
'Added for diagnostic inspection purposes only, does not materially affect the class function.
ReadOnly Property P1X As Single
ReadOnly Property P1Y As Single
ReadOnly Property P2X As Single
ReadOnly Property P2Y As Single
ReadOnly Property P3X As Single
ReadOnly Property P3Y As Single
ReadOnly Property XTAIN As Single
ReadOnly Property INTRP1 As Single
ReadOnly Property INTRP2 As Single
End Interface
End Namespace
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