cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
358 stars 162 forks source link

Parser support for AR 4.x Complex Driver Component Type #49

Closed SHolzmann closed 4 years ago

SHolzmann commented 4 years ago

First thanks for this great package. For AR 4.x the element name of an complex driver component type shall be "COMPLEX-DEVICE-DRIVER-SW-COMPONENT-TYPE'" instead of "COMPLEX-DEVICE-DRIVER-COMPONENT-TYPE". See /autosar/parser/component_parser.py

cogu commented 4 years ago

Thanks for finding it. I fixed it on master.

SHolzmann commented 4 years ago

Thanks for the fix