Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 91524058 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

correct sample data, fix gui for vtp buses

parent b5f8795c
No related branches found
No related tags found
No related merge requests found
<t> [s],<v> [km/h],<n_eng> [rpm],<n_fan> [rpm],<tq_left> [Nm],<tq_right> [Nm],<n_wh_left> [rpm],<n_wh_right> [rpm],<fc> [g/h],<gear>
<t> [s],<v> [km/h],<n_eng> [rpm],<n_fan> [rpm],<tq_left> [Nm],<tq_right> [Nm],<n_wh_left> [rpm],<n_wh_right> [rpm],<fc_Diesel CI> [g/h],<gear>
0.5,0,800,2201.103,0,0,0,0,683.3202,0
1.5,0,800,2201.103,0,0,0,0,683.3202,0
2.5,0,800,2201.103,0,0,0,0,683.3202,0
......
......@@ -254,6 +254,10 @@ Public Class VectoVTPJobForm
Private Sub PopulateAuxiliaryList(auxInput As IAuxiliariesDeclarationInputData)
LvAux.Items.Clear()
If auxInput is Nothing Then
Return
End If
Dim entry As IAuxiliaryDeclarationInputData
For Each entry In auxInput.Auxiliaries
'If entry.AuxiliaryType = AuxiliaryDemandType.Constant Then Continue For
......
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