COVESA / franca_ara_tools

Translation between Franca Interface Description Language and AUTOSAR XML interface description language
Eclipse Public License 2.0
41 stars 12 forks source link

Implement extension mechanism and use it for configuration of standard types #80

Closed kbirken closed 4 years ago

kbirken commented 4 years ago

Implement extension mechanism which allows to adapt to specifics of code generators on ARA side. The first usecase for this mechanism is to support different sets of standard AUTOSAR types which can be used during the transformation. Currently we do not plan to use it for any other configuration usecase (but if another usecase comes up, it should be easy to use the generic mechanism for it, too).

As an implementation idea, we could use Eclipse extension points.

This corresponds to A120.1.