cogu / autosar

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

How to : Implicit data access #97

Open SreeBendi opened 10 months ago

SreeBendi commented 10 months ago

CreateRunnable API: SwcInternalBehavior.createRunnable(name[, portAccess=None][, symbol=None][, concurrent=False][, exclusiveAreas=None][, adminData=None]) I do not see an option for the data access (implicit/explicit). By default it is taking explicit access. Can you help me in providing implicit access?

cogu commented 10 months ago

Implicit port access is currently not supported. Hopefully it will be in place in for release of v0.6.0.

SreeBendi commented 10 months ago

Thank you very much. When can we expect v0.6.0?

cogu commented 10 months ago

Not for a while. Maybe 6 months.