Conny Gustafsson
Conny Gustafsson
@qg020, you need to convert whatever reference you get from the data-element into an `AutosarDataTypeRef` object before handing it over to the port-interface. The `create_data_element` should only accept the type...
Ah, I simply forgot `type_ref=` in the example. I edited my post above with the correct code. Second positional argument was the init_value, that's not what we wanted to set.
Does the parsing stop because an exception is raised by the parser? In that case I can add an option to continue parsing and not stop by raising an error....
When I have time I plan to add a boolean flag to the reader class named something like "stop_on_error" which defaults to True. Manually setting it to False should get...
@rcd09, Actually when I think about it I would prefer to keep most of the exceptions and instead catch them in a try-except block in the method `_read_package_elements`. * If...
@qg020, @rcd09, I've made a first attempt of the change on latest master. There is still a lot of improvements that can be made but it should be good enough...
Hello @tbrandenburg, Unfortunately I have very little time these days to do any open source development but I will try to answer as best as I can. The Python package...
Release v0.5.0+ supports schema version 49 but those specific elements you mention are not yet implemented. Most of them are planned for v0.5.6.
1) PortAPI implementation needs a general overhaul. Right now, port argument values are not supported at all. 2) Numerical value specifications can be created using the autosar.constant.NumericalValue class or, in...
System elements such as PDUs isn't planned until release v0.8.0.