AUTOSAR

AUTOSAR

Posts 1-2 of 2
  • User photo
    Faizal Rahim
    The company name is only visible to registered members.
    RTE Data Conversion
    Hi All,

    Can AUTOSAR RTE handle the below given example :

    I have two applications APP 1 and APP2.

    In APP1 i have a float variables e.g float32 yy_temp.
    In APP 2 i have all integer variables eg. uint8 xx_temp

    Is it possible for the application APP2 to access the float data of APP 1.

    Any coversion support is there in RTE for this scenario?

    In RTE SWS R4.0 many Math libraries are added. Can someone help me out the make clear which all Data Conversions are supported ?

    In RTE SWS R4.0 we have a requirement "The RTE shall support the conversion of a linear scaled data representation
    to another linear scaled data representation" , Do this convey that support to convert an integer data to Float data is supported?

    Tahnks,
    Faizal R
  • User photo
    Rajnish Kamath
    The company name is only visible to registered members.
    Re: RTE Data Conversion
    Hello Faizal,

    If I understand it correctly, you want to define a communication between 2 SW-C. This commincation shall be via ports and interfaces.

    AUTOSAR specifies "Interface compatibiliy rules". I think they are available from versions 3.x onwards.

    If you are using ARTOP, then these rules are present in the platform itself.

    If you are able to create SW-compositions, according to these compatibility rules, RTE should not have any issues, I suppose.