COVESA / franca_ara_tools

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

Check effect of ImplementationDatatype replacing CppImplementationDataType (AUTOSAR) #143

Open gunnarx opened 4 years ago

gunnarx commented 4 years ago

This was discussed as a new upcoming thing. Evaluate if/what needs to be changed.

TorstenGoerg commented 4 years ago

As described in the AUTOSAR specification document "AUTOSAR_TPS_ManifestSpecification" in section "3.3.3 CppImplementationDataType", the metaclass ImplementationDataType is only intended to establish a C language binding for the AUTOSAR Classic Platform. In the AUTOSAR Adaptive Platform the metaclass CppImplementationdataType shall be used to establish a C++ language binding.

EmilePapillon commented 4 years ago

Is there any plan/roadmap to support CppImplementationDataType ?