powertrain-build 1.13.2.dev1__py3-none-any.whl → 1.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- powertrain_build/zone_controller/calibration.py +2 -2
- powertrain_build/zone_controller/composition_yaml.py +2 -0
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/METADATA +1 -1
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/RECORD +11 -11
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/WHEEL +1 -1
- powertrain_build-1.14.0.dist-info/pbr.json +1 -0
- powertrain_build-1.13.2.dev1.dist-info/pbr.json +0 -1
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/entry_points.txt +0 -0
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/licenses/AUTHORS +0 -0
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/licenses/LICENSE +0 -0
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/licenses/NOTICE +0 -0
- {powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/top_level.txt +0 -0
|
@@ -91,8 +91,8 @@ class ZoneControllerCalibration(ProblemLogger):
|
|
|
91
91
|
(list(str)): List of lines to write to calibration header file.
|
|
92
92
|
"""
|
|
93
93
|
lines_to_write = []
|
|
94
|
-
start_include = "
|
|
95
|
-
stop_include = "
|
|
94
|
+
start_include = "PREDECL_CAL_START.h" if self.asil_level == "QM" else f"PREDECL_CAL_{self.asil_level}_START.h"
|
|
95
|
+
stop_include = "PREDECL_CAL_END.h" if self.asil_level == "QM" else f"PREDECL_CAL_{self.asil_level}_END.h"
|
|
96
96
|
header = [
|
|
97
97
|
f'#ifndef {self._get_header_guard()}\n',
|
|
98
98
|
f'#define {self._get_header_guard()}\n',
|
|
@@ -539,6 +539,7 @@ class CompositionYaml(ProblemLogger):
|
|
|
539
539
|
"mode": ["VCC_ACTIVE"],
|
|
540
540
|
"trigger": "ON-ENTRY"
|
|
541
541
|
},
|
|
542
|
+
"generateAccessPoints": False,
|
|
542
543
|
"accesses": calibration_variables
|
|
543
544
|
}
|
|
544
545
|
swc_content[cal_step_function] = {
|
|
@@ -547,6 +548,7 @@ class CompositionYaml(ProblemLogger):
|
|
|
547
548
|
"mode_suppression": [
|
|
548
549
|
{"port": "EcuMVccActivationMode", "disabled_mode": ["VCC_NOT_ACTIVE"]}
|
|
549
550
|
],
|
|
551
|
+
"generateAccessPoints": False,
|
|
550
552
|
"accesses": calibration_variables
|
|
551
553
|
}
|
|
552
554
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: powertrain-build
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.14.0
|
|
4
4
|
Summary: A Continuous Integration (CI) build system testing all configurations where a Simulink model is used.
|
|
5
5
|
Home-page: https://opendev.org/volvocars/powertrain-build
|
|
6
6
|
Download-URL: https://pypi.org/project/powertrain-build/
|
|
@@ -117,14 +117,14 @@ powertrain_build/matlab_scripts/helperFunctions/updateModels.m,sha256=3hD54qmo2V
|
|
|
117
117
|
powertrain_build/templates/Index_SigCheck_All.html,sha256=psLtxiw5UChCs35tYGwVkGujXHJNw3ibFaZc-JMMPdg,1602
|
|
118
118
|
powertrain_build/templates/Index_SigIf_All.html,sha256=7hwH6XSrrh5sDDJAnGdJTjzI7HwOeZFfve60Ke4Wa_Q,1433
|
|
119
119
|
powertrain_build/zone_controller/__init__.py,sha256=tzftZINv5NTXFxXz5H_ptDywSCr49cll2CVFtv4HyF8,113
|
|
120
|
-
powertrain_build/zone_controller/calibration.py,sha256=
|
|
121
|
-
powertrain_build/zone_controller/composition_yaml.py,sha256=
|
|
122
|
-
powertrain_build-1.
|
|
123
|
-
powertrain_build-1.
|
|
124
|
-
powertrain_build-1.
|
|
125
|
-
powertrain_build-1.
|
|
126
|
-
powertrain_build-1.
|
|
127
|
-
powertrain_build-1.
|
|
128
|
-
powertrain_build-1.
|
|
129
|
-
powertrain_build-1.
|
|
130
|
-
powertrain_build-1.
|
|
120
|
+
powertrain_build/zone_controller/calibration.py,sha256=2QZOFJMl4UP9GYlK4ZmAS9VoSlqSqJ2jSmGtVrSML6s,8380
|
|
121
|
+
powertrain_build/zone_controller/composition_yaml.py,sha256=0dCnmvFFh9GPjDgHqAQjKOl75DocqWwrueOOXql6rhY,41726
|
|
122
|
+
powertrain_build-1.14.0.dist-info/licenses/AUTHORS,sha256=tP9V0duq5X9hw2pos8WTLXN7kNHmVnhJqpmBFqIdHKI,276
|
|
123
|
+
powertrain_build-1.14.0.dist-info/licenses/LICENSE,sha256=0tJvKn_0AWjVNJ4hkDXhVQZLOdCNwR_2u0UcxVrToOg,10452
|
|
124
|
+
powertrain_build-1.14.0.dist-info/licenses/NOTICE,sha256=NIT_NaKZs4t_tVT4VO_AtJl3X39O8nL8L3pGXn9jK8M,465187
|
|
125
|
+
powertrain_build-1.14.0.dist-info/METADATA,sha256=rb7melarqsqdlrqJfFmIDmnS0dd4qFMGKf6TZBJgs90,5217
|
|
126
|
+
powertrain_build-1.14.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
127
|
+
powertrain_build-1.14.0.dist-info/entry_points.txt,sha256=CdE3i43zDAllglVE3fwvKa7i0jvNqvipZJu0GTS5VOg,63
|
|
128
|
+
powertrain_build-1.14.0.dist-info/pbr.json,sha256=F6j756U0kYhlsyPaqe0eFZkrxM1E0vXAWKYMolu8IOY,46
|
|
129
|
+
powertrain_build-1.14.0.dist-info/top_level.txt,sha256=wAaR8OQEH2mb8_gudmo4l_RoNXgWvnB845ckD1BsguA,17
|
|
130
|
+
powertrain_build-1.14.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "791f4c9", "is_release": true}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "0acd979", "is_release": false}
|
{powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/licenses/AUTHORS
RENAMED
|
File without changes
|
{powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{powertrain_build-1.13.2.dev1.dist-info → powertrain_build-1.14.0.dist-info}/licenses/NOTICE
RENAMED
|
File without changes
|
|
File without changes
|