powertrain-build 1.12.1.dev1__py3-none-any.whl → 1.13.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.
Files changed (132) hide show
  1. powertrain_build/__init__.py +40 -40
  2. powertrain_build/__main__.py +6 -6
  3. powertrain_build/a2l.py +582 -582
  4. powertrain_build/a2l_merge.py +650 -650
  5. powertrain_build/a2l_templates.py +717 -717
  6. powertrain_build/build.py +985 -985
  7. powertrain_build/build_defs.py +309 -309
  8. powertrain_build/build_proj_config.py +690 -690
  9. powertrain_build/check_interface.py +575 -575
  10. powertrain_build/cli.py +141 -141
  11. powertrain_build/config.py +542 -542
  12. powertrain_build/core.py +395 -402
  13. powertrain_build/core_dummy.py +343 -343
  14. powertrain_build/create_conversion_table.py +73 -73
  15. powertrain_build/dids.py +916 -916
  16. powertrain_build/dummy.py +157 -157
  17. powertrain_build/dummy_spm.py +252 -252
  18. powertrain_build/environmentcheck.py +52 -52
  19. powertrain_build/ext_dbg.py +255 -255
  20. powertrain_build/ext_var.py +327 -327
  21. powertrain_build/feature_configs.py +301 -301
  22. powertrain_build/gen_allsysteminfo.py +227 -227
  23. powertrain_build/gen_label_split.py +449 -449
  24. powertrain_build/handcode_replacer.py +124 -124
  25. powertrain_build/html_report.py +133 -133
  26. powertrain_build/interface/__init__.py +4 -4
  27. powertrain_build/interface/application.py +511 -511
  28. powertrain_build/interface/base.py +500 -500
  29. powertrain_build/interface/csp_api.py +490 -490
  30. powertrain_build/interface/device_proxy.py +677 -677
  31. powertrain_build/interface/ems.py +67 -67
  32. powertrain_build/interface/export_global_vars.py +121 -121
  33. powertrain_build/interface/generate_adapters.py +132 -132
  34. powertrain_build/interface/generate_hi_interface.py +87 -87
  35. powertrain_build/interface/generate_service.py +69 -69
  36. powertrain_build/interface/generate_wrappers.py +147 -147
  37. powertrain_build/interface/generation_utils.py +142 -142
  38. powertrain_build/interface/hal.py +194 -194
  39. powertrain_build/interface/model_yaml_verification.py +348 -348
  40. powertrain_build/interface/service.py +296 -296
  41. powertrain_build/interface/simulink.py +249 -249
  42. powertrain_build/interface/update_call_sources.py +180 -180
  43. powertrain_build/interface/update_model_yaml.py +186 -186
  44. powertrain_build/interface/zone_controller.py +362 -362
  45. powertrain_build/lib/__init__.py +4 -4
  46. powertrain_build/lib/helper_functions.py +127 -127
  47. powertrain_build/lib/logger.py +55 -55
  48. powertrain_build/matlab_scripts/CodeGen/BuildAutomationPyBuild.m +78 -78
  49. powertrain_build/matlab_scripts/CodeGen/Generate_A2L.m +154 -154
  50. powertrain_build/matlab_scripts/CodeGen/generateTLUnit.m +239 -239
  51. powertrain_build/matlab_scripts/CodeGen/getAsilClassification.m +28 -28
  52. powertrain_build/matlab_scripts/CodeGen/modelConfiguredForTL.m +28 -28
  53. powertrain_build/matlab_scripts/CodeGen/moveDefOutports.m +88 -88
  54. powertrain_build/matlab_scripts/CodeGen/parseCalMeasData.m +410 -410
  55. powertrain_build/matlab_scripts/CodeGen/parseCoreIdentifiers.m +139 -139
  56. powertrain_build/matlab_scripts/CodeGen/parseDIDs.m +141 -141
  57. powertrain_build/matlab_scripts/CodeGen/parseInPorts.m +106 -106
  58. powertrain_build/matlab_scripts/CodeGen/parseIncludeConfigs.m +25 -25
  59. powertrain_build/matlab_scripts/CodeGen/parseModelInfo.m +38 -38
  60. powertrain_build/matlab_scripts/CodeGen/parseNVM.m +81 -81
  61. powertrain_build/matlab_scripts/CodeGen/parseOutPorts.m +120 -120
  62. powertrain_build/matlab_scripts/CodeGen/parsePreProcBlks.m +23 -23
  63. powertrain_build/matlab_scripts/CodeGen/struct2JSON.m +128 -128
  64. powertrain_build/matlab_scripts/CodeGen/updateCodeSwConfig.m +31 -31
  65. powertrain_build/matlab_scripts/Init_PyBuild.m +91 -91
  66. powertrain_build/matlab_scripts/__init__.py +2 -2
  67. powertrain_build/matlab_scripts/helperFunctions/Get_Full_Name.m +46 -46
  68. powertrain_build/matlab_scripts/helperFunctions/Get_SrcLines.m +12 -12
  69. powertrain_build/matlab_scripts/helperFunctions/Init_Models.m +78 -78
  70. powertrain_build/matlab_scripts/helperFunctions/Init_Projects.m +67 -67
  71. powertrain_build/matlab_scripts/helperFunctions/Read_Units.m +34 -34
  72. powertrain_build/matlab_scripts/helperFunctions/SetProjectTimeSamples.m +26 -26
  73. powertrain_build/matlab_scripts/helperFunctions/Strip_Suffix.m +16 -16
  74. powertrain_build/matlab_scripts/helperFunctions/followLink.m +118 -118
  75. powertrain_build/matlab_scripts/helperFunctions/getCodeSwitches.m +50 -50
  76. powertrain_build/matlab_scripts/helperFunctions/getConsumerBlocks.m +30 -30
  77. powertrain_build/matlab_scripts/helperFunctions/getDefBlock.m +39 -39
  78. powertrain_build/matlab_scripts/helperFunctions/getDefOutport.m +58 -58
  79. powertrain_build/matlab_scripts/helperFunctions/getDstBlocks.m +19 -19
  80. powertrain_build/matlab_scripts/helperFunctions/getDstLines.m +13 -13
  81. powertrain_build/matlab_scripts/helperFunctions/getInterfaceSignals.m +37 -37
  82. powertrain_build/matlab_scripts/helperFunctions/getName.m +37 -37
  83. powertrain_build/matlab_scripts/helperFunctions/getPath.m +6 -6
  84. powertrain_build/matlab_scripts/helperFunctions/getProperValue.m +21 -21
  85. powertrain_build/matlab_scripts/helperFunctions/getSrcBlocks.m +19 -19
  86. powertrain_build/matlab_scripts/helperFunctions/getSrcLines.m +13 -13
  87. powertrain_build/matlab_scripts/helperFunctions/loadLibraries.m +10 -10
  88. powertrain_build/matlab_scripts/helperFunctions/loadjson.m +6 -6
  89. powertrain_build/matlab_scripts/helperFunctions/modifyEnumStructField.m +21 -21
  90. powertrain_build/matlab_scripts/helperFunctions/removeConfigDuplicates.m +31 -31
  91. powertrain_build/matlab_scripts/helperFunctions/sortSystemByClass.m +26 -26
  92. powertrain_build/matlab_scripts/helperFunctions/tl_getfast.m +89 -89
  93. powertrain_build/matlab_scripts/helperFunctions/topLevelSystem.m +20 -20
  94. powertrain_build/matlab_scripts/helperFunctions/updateModels.m +131 -131
  95. powertrain_build/memory_section.py +224 -224
  96. powertrain_build/nvm_def.py +729 -729
  97. powertrain_build/problem_logger.py +86 -86
  98. powertrain_build/pt_matlab.py +430 -430
  99. powertrain_build/pt_win32.py +144 -144
  100. powertrain_build/replace_compu_tab_ref.py +105 -105
  101. powertrain_build/rte_dummy.py +254 -254
  102. powertrain_build/sched_funcs.py +207 -207
  103. powertrain_build/signal.py +7 -7
  104. powertrain_build/signal_if_html_rep.py +221 -221
  105. powertrain_build/signal_if_html_rep_all.py +302 -302
  106. powertrain_build/signal_incons_html_rep.py +180 -180
  107. powertrain_build/signal_incons_html_rep_all.py +366 -366
  108. powertrain_build/signal_incons_html_rep_base.py +168 -168
  109. powertrain_build/signal_inconsistency_check.py +641 -641
  110. powertrain_build/signal_interfaces.py +864 -864
  111. powertrain_build/templates/Index_SigCheck_All.html +22 -22
  112. powertrain_build/templates/Index_SigIf_All.html +19 -19
  113. powertrain_build/types.py +218 -218
  114. powertrain_build/unit_configs.py +419 -419
  115. powertrain_build/user_defined_types.py +660 -660
  116. powertrain_build/versioncheck.py +66 -66
  117. powertrain_build/wrapper.py +512 -512
  118. powertrain_build/xlrd_csv.py +87 -87
  119. powertrain_build/zone_controller/__init__.py +4 -4
  120. powertrain_build/zone_controller/calibration.py +176 -176
  121. powertrain_build/zone_controller/composition_yaml.py +876 -876
  122. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/METADATA +100 -100
  123. powertrain_build-1.13.0.dist-info/RECORD +130 -0
  124. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/licenses/LICENSE +202 -202
  125. powertrain_build-1.13.0.dist-info/pbr.json +1 -0
  126. powertrain_build-1.12.1.dev1.dist-info/RECORD +0 -130
  127. powertrain_build-1.12.1.dev1.dist-info/pbr.json +0 -1
  128. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/WHEEL +0 -0
  129. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/entry_points.txt +0 -0
  130. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/licenses/AUTHORS +0 -0
  131. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/licenses/NOTICE +0 -0
  132. {powertrain_build-1.12.1.dev1.dist-info → powertrain_build-1.13.0.dist-info}/top_level.txt +0 -0
@@ -1,100 +1,100 @@
1
- Metadata-Version: 2.4
2
- Name: powertrain-build
3
- Version: 1.12.1.dev1
4
- Summary: A Continuous Integration (CI) build system testing all configurations where a Simulink model is used.
5
- Home-page: https://opendev.org/volvocars/powertrain-build
6
- Download-URL: https://pypi.org/project/powertrain-build/
7
- Author: Henrik Wahlqvist
8
- Author-email: henrik.wahlqvist@volvocars.com
9
- License: Apache License, Version 2.0
10
- Classifier: Development Status :: 5 - Production/Stable
11
- Classifier: Environment :: Console
12
- Classifier: Intended Audience :: Developers
13
- Classifier: License :: Other/Proprietary License
14
- Classifier: Natural Language :: English
15
- Classifier: Operating System :: OS Independent
16
- Classifier: Programming Language :: Python :: 3.6
17
- Classifier: Programming Language :: Python :: 3.13
18
- Classifier: Topic :: Software Development :: Build Tools
19
- Classifier: Topic :: Software Development :: Code Generators
20
- Classifier: Topic :: Software Development :: Embedded Systems
21
- Description-Content-Type: text/x-rst; charset=UTF-8
22
- License-File: LICENSE
23
- License-File: NOTICE
24
- License-File: AUTHORS
25
- Requires-Dist: gitpython>=3.1.8
26
- Requires-Dist: pbr>=6.0.0
27
- Requires-Dist: certifi==2024.7.4
28
- Requires-Dist: requests==2.27.1; python_version == "3.6"
29
- Requires-Dist: ruamel.yaml.clib==0.2.7; python_version == "3.6"
30
- Requires-Dist: ruamel.yaml==0.17.21; python_version == "3.6"
31
- Requires-Dist: requests==2.32.3; python_version > "3.6"
32
- Requires-Dist: ruamel.yaml==0.18.6; python_version > "3.6"
33
- Requires-Dist: voluptuous>=0.14.0; python_version >= "3.7"
34
- Requires-Dist: voluptuous<0.14.0,>=0.11.7; python_version < "3.7"
35
- Requires-Dist: scipy==1.5.4; python_version < "3.8"
36
- Requires-Dist: scipy==1.9.1; python_version == "3.8" or python_version == "3.9" or python_version == "3.10"
37
- Requires-Dist: scipy==1.14.1; python_version >= "3.11"
38
- Requires-Dist: importlib-resources==5.4.0; python_version < "3.9"
39
- Requires-Dist: pywin32==305; python_version == "3.6" and sys_platform == "win32"
40
- Requires-Dist: pywin32==308; python_version > "3.6" and sys_platform == "win32"
41
- Dynamic: author
42
- Dynamic: author-email
43
- Dynamic: classifier
44
- Dynamic: description
45
- Dynamic: description-content-type
46
- Dynamic: download-url
47
- Dynamic: license
48
- Dynamic: license-file
49
- Dynamic: provides-extra
50
- Dynamic: requires-dist
51
- Dynamic: summary
52
-
53
- # powertrain-build
54
-
55
- A Continuous Integration (CI) build system, testing all configurations where a TargetLink model is used.
56
-
57
- ## General Information about powertrain-build
58
-
59
- - powertrain-build is fast.
60
- - More parallelization of jobs in the CI system makes it faster.
61
- - Code generation is moved to the developer's PC.
62
- - Code generation is done once for all projects using pre-processor directives.
63
- - C code reviews are now possible in Gerrit.
64
- - powertrain-build adds signal consistency checks.
65
- - Unit tests of the build system are introduced.
66
- - Its quality is assured.
67
- - powertrain-build creates new variable classes with unique code decorations.
68
- - Post-processing C code is not necessary.
69
- - ASIL-classed variables get declared at the source.
70
- - Memory can be optimized at compilation through short addressing different variable classes.
71
- - The same models can be used in more than two different suppliers, for instance, SPA2's Core System Platform (CSP).
72
- - powertrain-build fixes incorrect handling of NVM variables.
73
-
74
- ## Project Structure
75
-
76
- - `docs/`: This directory holds all the extra documentation about the project.
77
- - `playbooks/`: Directory where we keep Ansible playbooks that are executed in the jobs we use in this project.
78
- - `powertrain_build/`: Main directory of the project. All the application source code is kept here.
79
- - `interface/`
80
- - `lib/`
81
- - `zone_controller/`
82
- - `templates/`: Template `.html` files.
83
- - `matlab_scripts/`: Collection of m-scripts which can be used for generating powertrain-build compatible source code from Simulink models.
84
- - `roles/`: Directory where we keep Ansible roles that are executed in the jobs we use in this project.
85
- - `test_data/`: Directory where we keep test data for the unit tests.
86
- - `tests/`: Directory where we keep the unit tests for our application source code. The tests are structured in a similar way to what we have inside the `powertrain_build/` directory. Tests for the `interface`, `lib`, and `zone_controller` modules are split into `tests/interface/`, `tests/lib/`, and `tests/zone_controller/`, respectively. Other tests are kept inside the `tests/powertrain_build/` directory.
87
- - `zuul.d/`: Directory where we keep our Zuul jobs.
88
-
89
- ## How to use powertrain-build
90
-
91
- See [powertrain-build introduction](./docs/powertrain_build_introduction.md)
92
-
93
- ## Contributing
94
-
95
- We would love to see you contribute to this project. No matter if it is fixing a bug, adding some tests, improving documentation, or implementing new features. See our [contribution guidelines](./CONTRIBUTING.md) so you can have a better understanding of the whole process.
96
-
97
- ## Code of Conduct
98
-
99
- We are trying to create a healthy community that thrives on the desire to improve, learn, and share knowledge. See our [code of conduct guidelines](./CODE_OF_CONDUCT.md) to check our behavioral rules on this project.
100
-
1
+ Metadata-Version: 2.4
2
+ Name: powertrain-build
3
+ Version: 1.13.0
4
+ Summary: A Continuous Integration (CI) build system testing all configurations where a Simulink model is used.
5
+ Home-page: https://opendev.org/volvocars/powertrain-build
6
+ Download-URL: https://pypi.org/project/powertrain-build/
7
+ Author: Henrik Wahlqvist
8
+ Author-email: henrik.wahlqvist@volvocars.com
9
+ License: Apache License, Version 2.0
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: Other/Proprietary License
14
+ Classifier: Natural Language :: English
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Software Development :: Build Tools
19
+ Classifier: Topic :: Software Development :: Code Generators
20
+ Classifier: Topic :: Software Development :: Embedded Systems
21
+ Description-Content-Type: text/x-rst; charset=UTF-8
22
+ License-File: LICENSE
23
+ License-File: NOTICE
24
+ License-File: AUTHORS
25
+ Requires-Dist: gitpython>=3.1.8
26
+ Requires-Dist: pbr>=6.0.0
27
+ Requires-Dist: certifi==2024.7.4
28
+ Requires-Dist: requests==2.27.1; python_version == "3.6"
29
+ Requires-Dist: ruamel.yaml.clib==0.2.7; python_version == "3.6"
30
+ Requires-Dist: ruamel.yaml==0.17.21; python_version == "3.6"
31
+ Requires-Dist: requests==2.32.3; python_version > "3.6"
32
+ Requires-Dist: ruamel.yaml==0.18.6; python_version > "3.6"
33
+ Requires-Dist: voluptuous>=0.14.0; python_version >= "3.7"
34
+ Requires-Dist: voluptuous<0.14.0,>=0.11.7; python_version < "3.7"
35
+ Requires-Dist: scipy==1.5.4; python_version < "3.8"
36
+ Requires-Dist: scipy==1.9.1; python_version == "3.8" or python_version == "3.9" or python_version == "3.10"
37
+ Requires-Dist: scipy==1.14.1; python_version >= "3.11"
38
+ Requires-Dist: importlib-resources==5.4.0; python_version < "3.9"
39
+ Requires-Dist: pywin32==305; python_version == "3.6" and sys_platform == "win32"
40
+ Requires-Dist: pywin32==308; python_version > "3.6" and sys_platform == "win32"
41
+ Dynamic: author
42
+ Dynamic: author-email
43
+ Dynamic: classifier
44
+ Dynamic: description
45
+ Dynamic: description-content-type
46
+ Dynamic: download-url
47
+ Dynamic: license
48
+ Dynamic: license-file
49
+ Dynamic: provides-extra
50
+ Dynamic: requires-dist
51
+ Dynamic: summary
52
+
53
+ # powertrain-build
54
+
55
+ A Continuous Integration (CI) build system, testing all configurations where a TargetLink model is used.
56
+
57
+ ## General Information about powertrain-build
58
+
59
+ - powertrain-build is fast.
60
+ - More parallelization of jobs in the CI system makes it faster.
61
+ - Code generation is moved to the developer's PC.
62
+ - Code generation is done once for all projects using pre-processor directives.
63
+ - C code reviews are now possible in Gerrit.
64
+ - powertrain-build adds signal consistency checks.
65
+ - Unit tests of the build system are introduced.
66
+ - Its quality is assured.
67
+ - powertrain-build creates new variable classes with unique code decorations.
68
+ - Post-processing C code is not necessary.
69
+ - ASIL-classed variables get declared at the source.
70
+ - Memory can be optimized at compilation through short addressing different variable classes.
71
+ - The same models can be used in more than two different suppliers, for instance, SPA2's Core System Platform (CSP).
72
+ - powertrain-build fixes incorrect handling of NVM variables.
73
+
74
+ ## Project Structure
75
+
76
+ - `docs/`: This directory holds all the extra documentation about the project.
77
+ - `playbooks/`: Directory where we keep Ansible playbooks that are executed in the jobs we use in this project.
78
+ - `powertrain_build/`: Main directory of the project. All the application source code is kept here.
79
+ - `interface/`
80
+ - `lib/`
81
+ - `zone_controller/`
82
+ - `templates/`: Template `.html` files.
83
+ - `matlab_scripts/`: Collection of m-scripts which can be used for generating powertrain-build compatible source code from Simulink models.
84
+ - `roles/`: Directory where we keep Ansible roles that are executed in the jobs we use in this project.
85
+ - `test_data/`: Directory where we keep test data for the unit tests.
86
+ - `tests/`: Directory where we keep the unit tests for our application source code. The tests are structured in a similar way to what we have inside the `powertrain_build/` directory. Tests for the `interface`, `lib`, and `zone_controller` modules are split into `tests/interface/`, `tests/lib/`, and `tests/zone_controller/`, respectively. Other tests are kept inside the `tests/powertrain_build/` directory.
87
+ - `zuul.d/`: Directory where we keep our Zuul jobs.
88
+
89
+ ## How to use powertrain-build
90
+
91
+ See [powertrain-build introduction](./docs/powertrain_build_introduction.md)
92
+
93
+ ## Contributing
94
+
95
+ We would love to see you contribute to this project. No matter if it is fixing a bug, adding some tests, improving documentation, or implementing new features. See our [contribution guidelines](./CONTRIBUTING.md) so you can have a better understanding of the whole process.
96
+
97
+ ## Code of Conduct
98
+
99
+ We are trying to create a healthy community that thrives on the desire to improve, learn, and share knowledge. See our [code of conduct guidelines](./CODE_OF_CONDUCT.md) to check our behavioral rules on this project.
100
+
@@ -0,0 +1,130 @@
1
+ powertrain_build/__init__.py,sha256=HTx6mAZw14EY67KrgkGyBenPBTIijJ3r-G9o5qqVSP8,1624
2
+ powertrain_build/__main__.py,sha256=cK40KTJaZwvaSW7E2ALOWOmRmblxcQSkutpQtoYB2wQ,111
3
+ powertrain_build/a2l.py,sha256=_ZL-H-4_uv4fpjd9NS01WwCWD_elsjHXZsATGzsyPCw,22847
4
+ powertrain_build/a2l_merge.py,sha256=XSin2actvTItBBYoyBnCJicvwYiq8eyMBFlchSCNeqA,30950
5
+ powertrain_build/a2l_templates.py,sha256=UwZ_dXnXv36hmBEdxINynxeMEEhGuWI5k1mLzr1BemY,31003
6
+ powertrain_build/build.py,sha256=VtBp20nLj0rWVpM3NfO6ksspR-zhJy4447NxTzRkm4M,41776
7
+ powertrain_build/build_defs.py,sha256=5l4gxpSBWXZyTBuS5j9-w5eusHEynHVdt-TkVfq_d0I,16589
8
+ powertrain_build/build_proj_config.py,sha256=vflGqbdn020xdAAjKYKvCjIPO66Uhq0GcFgvd2U5xbw,25544
9
+ powertrain_build/check_interface.py,sha256=odNtmM_VUvPzzC6AXkOFpSSFWMWb6-mgIfnT86xtFRU,23111
10
+ powertrain_build/cli.py,sha256=vFzLZKSKCrtGYkoytpyo_GFXhkZ73K2JVZ9_8iqyl4Y,5425
11
+ powertrain_build/config.py,sha256=Q5sebzXycznOcr6aL_aX_1Ne52bYt36CnrNVdFyGMAI,19823
12
+ powertrain_build/core.py,sha256=LFJyjIqhgAFS2MVH7215jEyg0t2zoyc3JpOfnjauPNU,15751
13
+ powertrain_build/core_dummy.py,sha256=Vgy_GD2flJE75ug-12nyFT4OcLFWnVCl-gyHbPQwt3I,17682
14
+ powertrain_build/create_conversion_table.py,sha256=0FLwhQcqPRY7nkly5dQTdg9WgKFIeq3JDDxk5jlRgpY,2216
15
+ powertrain_build/dids.py,sha256=_VqTl5kcw9ole2ygg2qUFgsu_QPJHAqMkA-0kwukipw,37406
16
+ powertrain_build/dummy.py,sha256=QHgBG4Xkq58SkTOpfO-OD3vnJ9Augd0K5XEx-x5jUDY,6843
17
+ powertrain_build/dummy_spm.py,sha256=btlVGtybjV1aKH86RMvnM9oJZSTCq-RkBLfZTIlhQqE,11832
18
+ powertrain_build/environmentcheck.py,sha256=FCDCgwZeBguUBK6_4C3X_SIvtU9g_S4y7kACu5IO2r4,1893
19
+ powertrain_build/ext_dbg.py,sha256=CbVmbr8yZMG7TcEZtOftUpyg4f1vxyQV3OOxvIyCY1s,10236
20
+ powertrain_build/ext_var.py,sha256=olmU1G35ic7B8FfbQSJ5t4Vc02ulTEbPqt0tml0lE_Y,12827
21
+ powertrain_build/feature_configs.py,sha256=grAiWU5lYIoGmJenA703I4MnifRtrSQT1Tbjijkwmzs,11837
22
+ powertrain_build/gen_allsysteminfo.py,sha256=mVlw2lNrmvOk9BIWx6uWFpiLd19cMlPH1rWyPqvkDIU,8603
23
+ powertrain_build/gen_label_split.py,sha256=29FUdChzPXPe6FNTMllSnlpeBfCo4eyBuA7OjfqJPVU,21865
24
+ powertrain_build/handcode_replacer.py,sha256=Hhda4dUenM5gb0cL6OTcSb14Rkj_l-u3xukF1si400c,4369
25
+ powertrain_build/html_report.py,sha256=1wxRREk70T-HrA45UTVmySjBlnTvx0gDMPnNtYWDdE8,3487
26
+ powertrain_build/memory_section.py,sha256=o3jS0366vU2gifaPP9I96NYZTggIkiL-JIyZ8CTHfYg,10399
27
+ powertrain_build/nvm_def.py,sha256=qETWdTPcczkPkVPxGVlhyYL5Ym-goCJRahOlEM92MRY,33943
28
+ powertrain_build/problem_logger.py,sha256=pECMXRbi5TkqELtuwLA5LlZtZDZ970g05neuvh5VrmY,2306
29
+ powertrain_build/pt_matlab.py,sha256=UbOuqOWyGVDwfmjbkXPVL-w70pgmZlWprPpwKKgQFBw,14702
30
+ powertrain_build/pt_win32.py,sha256=ZeltLZ9r9vw5swJPIHcz7VWXNruO1Dm-KT8VDRK-qOA,5376
31
+ powertrain_build/replace_compu_tab_ref.py,sha256=NKEr6Z81gNq7OxA2Y2jh6qvOM4Lo8MzXxS91iA_shRI,4816
32
+ powertrain_build/rte_dummy.py,sha256=_od3YFz34KS_ce5l8-sAOHxmlDYQep6cJgFVzTiCv8g,12251
33
+ powertrain_build/sched_funcs.py,sha256=75cjdP4qtTyPr7GgQv7903AFFm1d_CTyGyUUA0aet4w,10278
34
+ powertrain_build/signal.py,sha256=k9AN5eMFuFA4im0aWcbro03ZN1nZYdqek1FN49Xu_2c,153
35
+ powertrain_build/signal_if_html_rep.py,sha256=CW3iBXNKPIcSnzpP1AT_E6TCHz4n1dpERxx8oIuXMLI,7757
36
+ powertrain_build/signal_if_html_rep_all.py,sha256=xv_qAoSujS0ZVdtV1EbWaTcdN5lRFMPWo-JGqVHKYLc,10481
37
+ powertrain_build/signal_incons_html_rep.py,sha256=JDZGVC-h4jwE1dW9EzdJcp6BKX6VhHxRokKsPaWwez0,7847
38
+ powertrain_build/signal_incons_html_rep_all.py,sha256=pwIZfpt2JH9TymiE8VPYzyL2fsGo2RU7lLKatBkLU90,15821
39
+ powertrain_build/signal_incons_html_rep_base.py,sha256=omMQmyo44c_1BG1EyEcepckeNdmqX2YUZIWGTOYq3qk,6031
40
+ powertrain_build/signal_inconsistency_check.py,sha256=SKhydZYF7bBtGARSDtI5tu98-d7dx6URg9_LkuPTmmY,25638
41
+ powertrain_build/signal_interfaces.py,sha256=YvcxQRBU0hZQmGilCCCY--rGBJWJIh6qW_Cwegswszg,34344
42
+ powertrain_build/types.py,sha256=Iw6WsesW54kPlUMKkZpwdsfriRfhhGCTvgsdkbPlqTY,4669
43
+ powertrain_build/unit_configs.py,sha256=I2OOGJ1tvid0UMVdUJo3XZ6kap0r0y0ccuD3JLZikrA,17987
44
+ powertrain_build/user_defined_types.py,sha256=2BJadfZjO0BBS2J4rO4wYvFjSVegOmlQsJSL76_4ii4,28870
45
+ powertrain_build/versioncheck.py,sha256=pw8Iov2dATvhWnsSeCc0iYKfhG1mGGENl84WUTg1SfQ,1968
46
+ powertrain_build/wrapper.py,sha256=UkO_YUzQbYeUg21yh-jruOTcazazO09Bln3qCB6QfiM,20364
47
+ powertrain_build/xlrd_csv.py,sha256=YrS9gXp2QD3rEqG-cCEg_69C2jZnlc_o_FpMDXjtoWw,2635
48
+ powertrain_build/interface/__init__.py,sha256=RKooc7kTModEqTi5NZJSdoTofZbYHgxzCjMe8hOP1V4,103
49
+ powertrain_build/interface/application.py,sha256=fh0fvhAxtCZGVRvEtnpwdUBnZSyxWe0wqZAyTjU4gtI,19026
50
+ powertrain_build/interface/base.py,sha256=Mwj1hHE1aLVT6g1QRs6xqUM5Awj1Gadl3xjfZpnMkC8,17696
51
+ powertrain_build/interface/csp_api.py,sha256=IYr1yfP_Y2RUPz-Us7OLWcSRn2xDJLfxNc2CNH5HSos,19335
52
+ powertrain_build/interface/device_proxy.py,sha256=IyabLl99Rv0BigGxqKn9itkzJ95Ud2sheVn8sTv1nh0,27715
53
+ powertrain_build/interface/ems.py,sha256=nwYPJEjApTnqB4p5YaX_D00IIeADiWrfB-vlka8iDxA,2700
54
+ powertrain_build/interface/export_global_vars.py,sha256=4vYzMr2G_nKUzyinDvTXtZ5xAGUSfJ97U2_xnlazzX4,3788
55
+ powertrain_build/interface/generate_adapters.py,sha256=4UOzFnVCvZ-EeA9PPm4iFRQOOmwbz6n13fbF3uS2mek,3871
56
+ powertrain_build/interface/generate_hi_interface.py,sha256=J0j-hZ1d_F6AdhgVDSHcCOy5Rg4avpOgNf5M09cxEIM,2950
57
+ powertrain_build/interface/generate_service.py,sha256=VKpUN97gPTRFWC4SQKUabHe8yX1OaKTdsbPdARL5WxI,2376
58
+ powertrain_build/interface/generate_wrappers.py,sha256=QD-XYg-3kEnMRyPyJNAvQp13Hg2ydChfUTxq8OGkxzM,5305
59
+ powertrain_build/interface/generation_utils.py,sha256=37T9PLx4nyIfsyp9CIrsYgdkDfmEurNNCP4cwKXohx4,4719
60
+ powertrain_build/interface/hal.py,sha256=HarViugPN4OyfjaoVkv1qSpNnjOrRm27FZJP56iMXfs,5739
61
+ powertrain_build/interface/model_yaml_verification.py,sha256=6pNzuSxxfUOpysaSJCAl7_t0eOftHNEujhv-dLFoPrU,14730
62
+ powertrain_build/interface/service.py,sha256=mmJS3fkRahVh32D7f-I9sdAwMp-McwFhW8o_J_1PDsE,10963
63
+ powertrain_build/interface/simulink.py,sha256=E1MjZ82oU8LyJr88_Cvf4ao0YUHY8x09pUOGPlWSiV8,9554
64
+ powertrain_build/interface/update_call_sources.py,sha256=1mFsv7yAD-rywc8pFr5xfVOESwcTtGx6dTLA07EhjmU,6361
65
+ powertrain_build/interface/update_model_yaml.py,sha256=sL4uLYkRAZ0NPTUs9EiJfMMIsWRqxQO4u2OrMjpFS0k,6644
66
+ powertrain_build/interface/zone_controller.py,sha256=feqEM7IZuqjLb46Yl9lmK0Lj1_-EkHQaq4m8-onB6yE,16857
67
+ powertrain_build/lib/__init__.py,sha256=wge8g1I6g6Z7LoxiltSg3iVEnfuNPG9GKLMH-KjlHS4,97
68
+ powertrain_build/lib/helper_functions.py,sha256=GA6CQIsqOo8lg-YjJu0K7H2r-cpniXi1jF7GHAZiGAs,4024
69
+ powertrain_build/lib/logger.py,sha256=p2rIRILG0sc3WNKA6rWmYJjtI-NDwo6NJ55kH490nVM,1692
70
+ powertrain_build/matlab_scripts/Init_PyBuild.m,sha256=tzVcOnd3GIx_olnKGJO9_M054qBPQD_4OdkUaY3RLTE,2647
71
+ powertrain_build/matlab_scripts/__init__.py,sha256=lgzFhKKYWf-1UK5JyleufcRFlQr2Tq9aAU8TO7QHfmM,68
72
+ powertrain_build/matlab_scripts/CodeGen/BuildAutomationPyBuild.m,sha256=r0hKjzFTGHIm6xnPbE_NGSgh9uJzcghagxXlU6FYxnk,2232
73
+ powertrain_build/matlab_scripts/CodeGen/Generate_A2L.m,sha256=-kBeEpJpmjwHohdFMjYzOgBIrnc_qV_80Ie0VKxPIws,6744
74
+ powertrain_build/matlab_scripts/CodeGen/generateTLUnit.m,sha256=dKiVycEZNAgczKDBJdPmmmciKK92W4e54VK0TguFEYw,9739
75
+ powertrain_build/matlab_scripts/CodeGen/getAsilClassification.m,sha256=HBveoBWkmhgSml6PfAn5jP-hH0tUzlU82gSVOXqebx8,1049
76
+ powertrain_build/matlab_scripts/CodeGen/modelConfiguredForTL.m,sha256=wqgq5Uytj7SsMTkEnH5HI5deDY3Qq3elO61lQJWxrBs,701
77
+ powertrain_build/matlab_scripts/CodeGen/moveDefOutports.m,sha256=zWLH7HQzy8TYYpYik7mfbDCotVhyKZ7agdnn-GOH8oc,3852
78
+ powertrain_build/matlab_scripts/CodeGen/parseCalMeasData.m,sha256=A6BBwXW9phN9sMXTDpXPvmrEIUCrB5t9wIRCKyr6bpQ,19526
79
+ powertrain_build/matlab_scripts/CodeGen/parseCoreIdentifiers.m,sha256=X_pN7m_PXN6WbGZ7EwEVsh2mQCNb-n-MWT9sKOueZZE,6828
80
+ powertrain_build/matlab_scripts/CodeGen/parseDIDs.m,sha256=foyyPl_XxJlTgwpREeaWAooflPVdIUhkD-be6DAv3KM,6348
81
+ powertrain_build/matlab_scripts/CodeGen/parseInPorts.m,sha256=UfM2EwUYW9xjmn0ja4ZqT0DcVNHoFJSS6HQ-ce4Cpgs,4292
82
+ powertrain_build/matlab_scripts/CodeGen/parseIncludeConfigs.m,sha256=14r4m_5Zn0HBKj1QOtcAgBOj8zL4_R4kyQysSK-CIvc,820
83
+ powertrain_build/matlab_scripts/CodeGen/parseModelInfo.m,sha256=Ufhdqjs03s5Y1xnWlpshOB3XlYY580fnhygfS4apfWM,1549
84
+ powertrain_build/matlab_scripts/CodeGen/parseNVM.m,sha256=gcbgW3S69Y0gSoNPMqDPsZ43uNejkyR185m3J92lkDs,2893
85
+ powertrain_build/matlab_scripts/CodeGen/parseOutPorts.m,sha256=IUG48XPfbQuJ00FTbNXJIc_3kPLwLLpoa8sxpiJ19Co,4885
86
+ powertrain_build/matlab_scripts/CodeGen/parsePreProcBlks.m,sha256=OokupbQWqXTXJCgcIK_tAD4rwv8e3gQtzxTnLCWuomk,944
87
+ powertrain_build/matlab_scripts/CodeGen/struct2JSON.m,sha256=2YTUWA3Ogjlsqw9gr9Of3ms-KEqObvr9Yq1b9RCy9xs,5010
88
+ powertrain_build/matlab_scripts/CodeGen/updateCodeSwConfig.m,sha256=GQJVwpUZb4bknujYU2CccR-c83Lrgd0faWplEUikpFQ,1296
89
+ powertrain_build/matlab_scripts/helperFunctions/Get_Full_Name.m,sha256=3xrlZIw8JnjBKzBL0SEQl0JMCVtR06xTIOKINrI_q_k,1572
90
+ powertrain_build/matlab_scripts/helperFunctions/Get_SrcLines.m,sha256=VU-JwhrJbgRt6qruF4mk79MDKHvwmJr7lNojrPsvwdY,262
91
+ powertrain_build/matlab_scripts/helperFunctions/Init_Models.m,sha256=6-nzkLy7AcNhT6AxE8URoX1RjAKu9FPPxlQlSG7Af_0,2485
92
+ powertrain_build/matlab_scripts/helperFunctions/Init_Projects.m,sha256=s1jSGxNawSEcGofuv4nW4Kk11ubnaCRSHLJJ_yxpleU,3143
93
+ powertrain_build/matlab_scripts/helperFunctions/Read_Units.m,sha256=yIHND3fxXEg4New9FuZ0r5XOM0lu2C4qSRq-HYGKCWs,1064
94
+ powertrain_build/matlab_scripts/helperFunctions/SetProjectTimeSamples.m,sha256=L28z5ys3ji4OJxqWFDEmU8cUwJheTseJMworbrsAoAw,869
95
+ powertrain_build/matlab_scripts/helperFunctions/Strip_Suffix.m,sha256=jNLjeuZpbkTNaZzt3cl_76C2z1_xBcuIKC-lQ2TLAwQ,486
96
+ powertrain_build/matlab_scripts/helperFunctions/followLink.m,sha256=dLHI1WSYkGmuKjWoWnFasdjikEWE3xAg6H1Eyls-4qg,5077
97
+ powertrain_build/matlab_scripts/helperFunctions/getCodeSwitches.m,sha256=-YDldjxDpTCnH5tSsMoe8_rg_sRv5L4OhZQZbqp94rM,1820
98
+ powertrain_build/matlab_scripts/helperFunctions/getConsumerBlocks.m,sha256=IGjY03F3NzLkADu_C8suiL_Gzv0crmXNjzS0H1-YTJo,843
99
+ powertrain_build/matlab_scripts/helperFunctions/getDefBlock.m,sha256=adh5-zzNHJl2sZhh8KorZ32u18n9R0JoPmT6oeSCk3M,1842
100
+ powertrain_build/matlab_scripts/helperFunctions/getDefOutport.m,sha256=9Us5AXvoPFsstfPzKDkdkf7xn6bVFeFi6PUPZ1j2IpI,2516
101
+ powertrain_build/matlab_scripts/helperFunctions/getDstBlocks.m,sha256=lDUy8cqP9Xk59NfUJEGb_CgMuy8tg1hwHCHlu59c_Xw,500
102
+ powertrain_build/matlab_scripts/helperFunctions/getDstLines.m,sha256=TqdamFX_-Fj2wmI3AEKVH_eWe2dUHWHSb1BpN305KNk,252
103
+ powertrain_build/matlab_scripts/helperFunctions/getInterfaceSignals.m,sha256=qRyqxL-A7imfPH9hYzdbiUXuwM-x5X_QEgIHiAXqX60,1483
104
+ powertrain_build/matlab_scripts/helperFunctions/getName.m,sha256=1qWkWLBa0dKH61sEUhUybxgQW3wm3omQ-fr9pCkyEnY,1202
105
+ powertrain_build/matlab_scripts/helperFunctions/getPath.m,sha256=r4TFtt9biEZbINZqYsxhtRZhDf_D_h2hSIONGGkYPvE,173
106
+ powertrain_build/matlab_scripts/helperFunctions/getProperValue.m,sha256=XNddOZHUM8roRPh-9lkGQ0KVMlBKSntE5rsh1tXBtEA,518
107
+ powertrain_build/matlab_scripts/helperFunctions/getSrcBlocks.m,sha256=GXJFc6_M48VqYQZHGsLqPs4uJ1yl7ogDeCBHLQVnQRo,470
108
+ powertrain_build/matlab_scripts/helperFunctions/getSrcLines.m,sha256=YBfJ8_GOQNc8-g_U2j_tfw-WSDtNmKMAHw67uBHxJUs,250
109
+ powertrain_build/matlab_scripts/helperFunctions/loadLibraries.m,sha256=nCkZA3QeJADoTmyCrbfJ52ytUG50LZnvxqAGKE2zDRA,300
110
+ powertrain_build/matlab_scripts/helperFunctions/loadjson.m,sha256=t1QqNoCOagmVb_10d3ypsBDtayiHqAbvsh2ihtfMTLs,145
111
+ powertrain_build/matlab_scripts/helperFunctions/modifyEnumStructField.m,sha256=QX7K4abIGvN6Vvy817HL81Hg4NbA5Up9Fso-BiYYXMI,855
112
+ powertrain_build/matlab_scripts/helperFunctions/removeConfigDuplicates.m,sha256=nRhwq_iH6Vse_RC437SlbmkstNVMlvsGco0VYF2vkH0,843
113
+ powertrain_build/matlab_scripts/helperFunctions/sortSystemByClass.m,sha256=87l3TYLimHKSyTtHu5SPIrny5swYLBZwRhpWSUa9ypE,1336
114
+ powertrain_build/matlab_scripts/helperFunctions/tl_getfast.m,sha256=uC6Ve62XaP4hk5XolstmcBuGLZlVTaeuF3k8h5StFag,1737
115
+ powertrain_build/matlab_scripts/helperFunctions/topLevelSystem.m,sha256=eoAUTo7LNq4ahMQplU5NbGaVrg8IwpB8_HonDGQJdPA,754
116
+ powertrain_build/matlab_scripts/helperFunctions/updateModels.m,sha256=Tt3OF9q2VgbVBhEiHDRCHKK4V_LJbJH3CysnHcuGZvs,4838
117
+ powertrain_build/templates/Index_SigCheck_All.html,sha256=7gJYND-1Yw2gPEVHBgeWxROOJiGDcH_Eq1A1kPVbZGk,1580
118
+ powertrain_build/templates/Index_SigIf_All.html,sha256=qipYkh6kyq8uMhmPsFCwCQs_-uMkqrr3lEYzHHicfx4,1414
119
+ powertrain_build/zone_controller/__init__.py,sha256=bEVUECk2MoMbyTE3ClTyAnRUSrcJKm2w-qeogjZTgA8,109
120
+ powertrain_build/zone_controller/calibration.py,sha256=1FE9kg6L18cbSe17ctuToppEjHMEBjMY0dHDAIo1OXk,8188
121
+ powertrain_build/zone_controller/composition_yaml.py,sha256=hgXik6K1BNYBciagNVpvks4jqMkvX0Oxykk92bUb4FE,40615
122
+ powertrain_build-1.13.0.dist-info/licenses/AUTHORS,sha256=tP9V0duq5X9hw2pos8WTLXN7kNHmVnhJqpmBFqIdHKI,276
123
+ powertrain_build-1.13.0.dist-info/licenses/LICENSE,sha256=jFbdHn4HLCQicFAV4KGOiZI1i2FY_PUXXFNx-usWVls,10250
124
+ powertrain_build-1.13.0.dist-info/licenses/NOTICE,sha256=NIT_NaKZs4t_tVT4VO_AtJl3X39O8nL8L3pGXn9jK8M,465187
125
+ powertrain_build-1.13.0.dist-info/METADATA,sha256=Oe5Qezn6p8XNS1oXWRnJI2vXmOjWQu_g2WGHp8KdWWg,5117
126
+ powertrain_build-1.13.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
127
+ powertrain_build-1.13.0.dist-info/entry_points.txt,sha256=CdE3i43zDAllglVE3fwvKa7i0jvNqvipZJu0GTS5VOg,63
128
+ powertrain_build-1.13.0.dist-info/pbr.json,sha256=V4JrXxQYMmIhwyPBiUUpEMo9GKwu6J3VGpquhaEKtRQ,46
129
+ powertrain_build-1.13.0.dist-info/top_level.txt,sha256=wAaR8OQEH2mb8_gudmo4l_RoNXgWvnB845ckD1BsguA,17
130
+ powertrain_build-1.13.0.dist-info/RECORD,,