cogu / autosar

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

Added handling of SWC implementation #62

Closed kallemooo closed 4 years ago

kallemooo commented 4 years ago

Added the parser in a new class of ElementParser type. Moved the class SwcImplementation to a new file, as the current used file is quite big. Not all parts is added. Only commonly used parts.

Standard behaviour is not changed when creating a SWC.

cogu commented 4 years ago

After a brief review it looks like solid work. Thanks a lot for implementing this. I will be away a few days on travels and will make plans for a more thorough review next week before doing merge.