cogu / autosar

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

ComSpec for data elements in a port with multiple data elements #30

Closed DeathThenNothing closed 4 years ago

DeathThenNothing commented 6 years ago

ComSpec for individual data elements in a port cannot be created

cogu commented 6 years ago

You're probably right. The company that I work at that is using this technology has a policy to use only a single data element per port. Therefore I have not fully implemented support for multiple data elements as it hasn't been requested.

cogu commented 4 years ago

Multiple data elements is now possible in release v0.3.6. Please check the unit test suite for examples.