cogu / autosar

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

How to : Implicit data access #97

Open SreeBendi opened 6 months ago

SreeBendi commented 6 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 5 months ago

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

SreeBendi commented 5 months ago

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

cogu commented 5 months ago

Not for a while. Maybe 6 months.