Which AUTOSAR XML Tag differentiates between COM Based Transformer and Data Transformation - Stack Overflow

admin2025-04-17  3

In AUTOSAR Specification I find "COM Based Transformer" and "Data Transformation" as two different mechanism. I am unable to map to AUTOSAR Schema Elements from AUTOSAR_0046.xsd to the respective mechanism, especially for "Data Transformation". Some hints will help me a lot. Relevant snippets from Specification.

In AUTOSAR Specification I find "COM Based Transformer" and "Data Transformation" as two different mechanism. I am unable to map to AUTOSAR Schema Elements from AUTOSAR_0046.xsd to the respective mechanism, especially for "Data Transformation". Some hints will help me a lot. Relevant snippets from Specification.

Share Improve this question edited Feb 1 at 11:22 Uwe Honekamp 2,8031 gold badge19 silver badges15 bronze badges asked Jan 31 at 19:40 user3806728user3806728 3311 silver badge7 bronze badges 1
  • One more hint: Look into the AUTOSAR_CP_TPS_SystemTemplate chapter 7. – kesselhaus Commented Apr 12 at 17:56
Add a comment  | 

1 Answer 1

Reset to default 0

Data transformation is a general term and is used to represent the concrete serializing data transformation technologies covered by AUTOSAR, e.g. the COM-based transformer or the SOME/IP transformer.

In other words, the COM-based transformer is one way to implement Data Transformation. There is no difference between the two terms, apart from one being the general term and the other being the concrete form of the general term.

转载请注明原文地址:http://anycun.com/QandA/1744849291a88479.html