Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vecto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefanos DOUMPOULAKIS
Vecto
Commits
bc26a138
Commit
bc26a138
authored
5 years ago
by
Markus Quaritsch
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
15862a62
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VECTO/Input Files/VectoEPTPJob.vb
+1
-0
1 addition, 0 deletions
VECTO/Input Files/VectoEPTPJob.vb
VectoCommon/VectoCommon/InputData/EngineeringInputData.cs
+11
-17
11 additions, 17 deletions
VectoCommon/VectoCommon/InputData/EngineeringInputData.cs
with
12 additions
and
17 deletions
VECTO/Input Files/VectoEPTPJob.vb
+
1
−
0
View file @
bc26a138
...
@@ -116,6 +116,7 @@ Public Class VectoVTPJob
...
@@ -116,6 +116,7 @@ Public Class VectoVTPJob
Private
Shared
Function
ValidateVehicleJob
(
vectoJob
As
VectoVTPJob
,
mode
As
ExecutionMode
)
As
ValidationResult
Private
Shared
Function
ValidateVehicleJob
(
vectoJob
As
VectoVTPJob
,
mode
As
ExecutionMode
)
As
ValidationResult
' TODO!!
' TODO!!
Return
ValidationResult
.
Success
End
Function
End
Function
Public
ReadOnly
Property
Vehicle
As
IVehicleDeclarationInputData
Implements
IVTPEngineeringJobInputData
.
Vehicle
Public
ReadOnly
Property
Vehicle
As
IVehicleDeclarationInputData
Implements
IVTPEngineeringJobInputData
.
Vehicle
...
...
This diff is collapsed.
Click to expand it.
VectoCommon/VectoCommon/InputData/EngineeringInputData.cs
+
11
−
17
View file @
bc26a138
...
@@ -78,7 +78,7 @@ namespace TUGraz.VectoCommon.InputData
...
@@ -78,7 +78,7 @@ namespace TUGraz.VectoCommon.InputData
new
IVehicleComponentsEngineering
Components
{
get
;
}
new
IVehicleComponentsEngineering
Components
{
get
;
}
IAdvancedDriverAssistantSystemsEngineering
ADAS
{
get
;
}
new
IAdvancedDriverAssistantSystemsEngineering
ADAS
{
get
;
}
}
}
public
interface
IAdvancedDriverAssistantSystemsEngineering
public
interface
IAdvancedDriverAssistantSystemsEngineering
...
@@ -89,23 +89,23 @@ namespace TUGraz.VectoCommon.InputData
...
@@ -89,23 +89,23 @@ namespace TUGraz.VectoCommon.InputData
public
interface
IVehicleComponentsEngineering
public
interface
IVehicleComponentsEngineering
{
{
new
IAirdragEngineeringInputData
AirdragInputData
{
get
;
}
IAirdragEngineeringInputData
AirdragInputData
{
get
;
}
new
IGearboxEngineeringInputData
GearboxInputData
{
get
;
}
IGearboxEngineeringInputData
GearboxInputData
{
get
;
}
new
ITorqueConverterEngineeringInputData
TorqueConverterInputData
{
get
;
}
ITorqueConverterEngineeringInputData
TorqueConverterInputData
{
get
;
}
new
IAxleGearInputData
AxleGearInputData
{
get
;
}
IAxleGearInputData
AxleGearInputData
{
get
;
}
new
IAngledriveInputData
AngledriveInputData
{
get
;
}
IAngledriveInputData
AngledriveInputData
{
get
;
}
new
IEngineEngineeringInputData
EngineInputData
{
get
;
}
IEngineEngineeringInputData
EngineInputData
{
get
;
}
new
IAuxiliariesEngineeringInputData
AuxiliaryInputData
{
get
;
}
IAuxiliariesEngineeringInputData
AuxiliaryInputData
{
get
;
}
new
IRetarderInputData
RetarderInputData
{
get
;
}
IRetarderInputData
RetarderInputData
{
get
;
}
new
IPTOTransmissionInputData
PTOTransmissionInputData
{
get
;
}
IPTOTransmissionInputData
PTOTransmissionInputData
{
get
;
}
/// <summary>
/// <summary>
/// parameters for every axle
/// parameters for every axle
...
@@ -247,8 +247,6 @@ namespace TUGraz.VectoCommon.InputData
...
@@ -247,8 +247,6 @@ namespace TUGraz.VectoCommon.InputData
Second
UpshiftAfterDownshiftDelay
{
get
;
}
Second
UpshiftAfterDownshiftDelay
{
get
;
}
MeterPerSquareSecond
UpshiftMinAcceleration
{
get
;
}
MeterPerSquareSecond
UpshiftMinAcceleration
{
get
;
}
}
}
public
interface
ITorqueConverterEngineeringShiftParameterInputData
public
interface
ITorqueConverterEngineeringShiftParameterInputData
...
@@ -288,7 +286,6 @@ namespace TUGraz.VectoCommon.InputData
...
@@ -288,7 +286,6 @@ namespace TUGraz.VectoCommon.InputData
TableData
ShiftPolygon
{
get
;
}
TableData
ShiftPolygon
{
get
;
}
PerSecond
MaxInputSpeed
{
get
;
}
PerSecond
MaxInputSpeed
{
get
;
}
}
}
public
interface
IEngineEngineeringInputData
:
IEngineDeclarationInputData
public
interface
IEngineEngineeringInputData
:
IEngineDeclarationInputData
...
@@ -317,10 +314,7 @@ namespace TUGraz.VectoCommon.InputData
...
@@ -317,10 +314,7 @@ namespace TUGraz.VectoCommon.InputData
string
AdvancedAuxiliaryFilePath
{
get
;
}
string
AdvancedAuxiliaryFilePath
{
get
;
}
}
}
public
interface
IDriverModelData
public
interface
IDriverModelData
{
}
{
}
public
interface
IDriverAccelerationData
:
IDriverModelData
public
interface
IDriverAccelerationData
:
IDriverModelData
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment