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

bugfix gui saving adas vehicle, initialize member

parent a3e71c8b
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ Public Class VectoJob
_driverAccelerationFile = New SubPath
AuxPaths = New Dictionary(Of String, AuxEntry)
AuxEntries = New Dictionary(Of String,AuxEntry)()
CycleFiles = New List(Of SubPath)
End Sub
......
......@@ -29,7 +29,7 @@ Imports TUGraz.VectoCore.Utils
<CustomValidation(GetType(Vehicle), "ValidateVehicle")>
Public Class Vehicle
Implements IVehicleEngineeringInputData, IVehicleDeclarationInputData, IRetarderInputData, IPTOTransmissionInputData,
IAngledriveInputData, IAirdragEngineeringInputData, IAdvancedDriverAssistantSystemDeclarationInputData,
IAngledriveInputData, IAirdragEngineeringInputData, IAdvancedDriverAssistantSystemDeclarationInputData, IAdvancedDriverAssistantSystemsEngineering,
IVehicleComponentsEngineering, IVehicleComponentsDeclaration, IAxlesEngineeringInputData, IAxlesDeclarationInputData
Private _filePath As String
......@@ -717,7 +717,7 @@ Public Class Vehicle
Public ReadOnly Property IVehicleEngineeringInputData_ADAS As IAdvancedDriverAssistantSystemsEngineering Implements IVehicleEngineeringInputData.ADAS
get
Return Nothing
Return me
End Get
End Property
......@@ -807,4 +807,6 @@ Public Class Vehicle
Return New DataSource() With {.SourceType = DataSourceType.JSONFile}
End Get
End Property
Public ReadOnly Property IAdvancedDriverAssistantSystemsEngineering_DataSource As DataSource Implements IAdvancedDriverAssistantSystemsEngineering.DataSource
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