Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit fd259142 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Merge branch 'develop' of...

Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emkrispmi/vecto-sim into feature/VECTO-181-measured-speed-mode

Conflicts:
	VectoCore/Models/SimulationComponent/Impl/DummyRetarder.cs
	VectoCore/Models/SimulationComponent/Impl/ManualGearbox.cs
parents 440699c3 45bd5860
Branches
Tags
No related merge requests found
Showing
with 614 additions and 379 deletions
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Data; using System.Data;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Reflection; using System.Reflection;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Reflection; using System.Reflection;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
...@@ -32,7 +45,7 @@ namespace LicenceHeader ...@@ -32,7 +45,7 @@ namespace LicenceHeader
private static void Main() private static void Main()
{ {
var licence = File.ReadAllText("header.txt"); var licence = File.ReadAllText("header.txt", Encoding.Default);
var count = 0; var count = 0;
foreach (var file in Directory.GetFiles(SolutionRootDirectory, "*.cs", SearchOption.AllDirectories)) { foreach (var file in Directory.GetFiles(SolutionRootDirectory, "*.cs", SearchOption.AllDirectories)) {
...@@ -42,10 +55,10 @@ namespace LicenceHeader ...@@ -42,10 +55,10 @@ namespace LicenceHeader
} }
var re = new Regex("^.*?(?=using|namespace)", RegexOptions.Singleline); var re = new Regex("^.*?(?=using|namespace)", RegexOptions.Singleline);
var content = File.ReadAllText(file, Encoding.Default); var content = File.ReadAllText(file, Encoding.UTF8);
var updatedContent = re.Replace(content, licence); var updatedContent = re.Replace(content, licence);
if (updatedContent != content) { if (updatedContent != content) {
File.WriteAllText(file, updatedContent, Encoding.Default); File.WriteAllText(file, updatedContent, Encoding.UTF8);
Console.WriteLine("Updated " + file); Console.WriteLine("Updated " + file);
count++; count++;
} }
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Reflection; using System.Reflection;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
...@@ -145,10 +145,10 @@ Partial Class F_AboutBox ...@@ -145,10 +145,10 @@ Partial Class F_AboutBox
Me.LinkLabel2.Font = New System.Drawing.Font("Verdana", 8.25!) Me.LinkLabel2.Font = New System.Drawing.Font("Verdana", 8.25!)
Me.LinkLabel2.Location = New System.Drawing.Point(20, 197) Me.LinkLabel2.Location = New System.Drawing.Point(20, 197)
Me.LinkLabel2.Name = "LinkLabel2" Me.LinkLabel2.Name = "LinkLabel2"
Me.LinkLabel2.Size = New System.Drawing.Size(179, 13) Me.LinkLabel2.Size = New System.Drawing.Size(210, 13)
Me.LinkLabel2.TabIndex = 18 Me.LinkLabel2.TabIndex = 18
Me.LinkLabel2.TabStop = True Me.LinkLabel2.TabStop = True
Me.LinkLabel2.Text = "VECTO is licensed under EUPL" Me.LinkLabel2.Text = "VECTO is licensed under EUPL 1.1+"
' '
'Label3 'Label3
' '
...@@ -156,9 +156,9 @@ Partial Class F_AboutBox ...@@ -156,9 +156,9 @@ Partial Class F_AboutBox
Me.Label3.Font = New System.Drawing.Font("Verdana", 8.25!) Me.Label3.Font = New System.Drawing.Font("Verdana", 8.25!)
Me.Label3.Location = New System.Drawing.Point(20, 213) Me.Label3.Location = New System.Drawing.Point(20, 213)
Me.Label3.Name = "Label3" Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(194, 13) Me.Label3.Size = New System.Drawing.Size(237, 13)
Me.Label3.TabIndex = 19 Me.Label3.TabIndex = 19
Me.Label3.Text = "Copyright: 2015 European Union" Me.Label3.Text = "Copyright © 2012-2016 European Union"
' '
'PictureBoxJRC 'PictureBoxJRC
' '
......
...@@ -37,7 +37,8 @@ Public Class F_AboutBox ...@@ -37,7 +37,8 @@ Public Class F_AboutBox
End Sub End Sub
Private Sub LinkLabel2_LinkClicked(sender As System.Object, e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel2.LinkClicked Private Sub LinkLabel2_LinkClicked(sender As System.Object, e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) _
System.Diagnostics.Process.Start("https://joinup.ec.europa.eu/software/page/eupl") Handles LinkLabel2.LinkClicked
System.Diagnostics.Process.Start("https://joinup.ec.europa.eu/community/eupl/og_page/eupl")
End Sub End Sub
End Class End Class
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Reflection; using System.Reflection;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Reflection; using System.Reflection;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Data; using System.Data;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.Collections.Generic; using System.Collections.Generic;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System.IO; using System.IO;
......
/* /*
* Copyright 2015, 2016 Graz University of Technology, * This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics, * Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics * Institute of Technical Informatics
* *
* Licensed under the EUPL (the "Licence"); * VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* You may not use this work except in compliance with the Licence. * by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at: * You may obtain a copy of the Licence at:
* *
* http://ec.europa.eu/idabc/eupl * https://joinup.ec.europa.eu/community/eupl/og_page/eupl
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis, * distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and * See the Licence for the specific language governing permissions and
* limitations under the Licence. * limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/ */
using System; using System;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment