Hi Betül,
I am assuming that the code you are referring to is the AUTOSAR software address methods (SwAddrMethods) for AUTOSAR atomic components. The prefix of the “MemMap.h” header file is the “Name” value of the AUTOSAR atomic component mapped to the model. It has the name of the model by default. This name remains the same when the model’s name is modified. You can follow the below steps to change the AUTOSAR component name:
- Open “AUTOSAR Component Designer” app from the “Apps” tab in the Simulink Toolstrip.
- Select “Code Interface” > “AUTOSAR Dictionary” to configure the AUTOSAR dictionary.
- Select the “AtomicComponents” tab in the “AUTOSAR” tree and modify the “Name” value of the component from “B” to “A”.
- Close the dictionary and generate the code for the model.
The dictionary will replace the prefix of the header file from “B” to “A”. This name does not depend on the model’s name and can be modified as necessary. You can refer to the following documentation to know more about the AUTOSAR atomic components:
I hope this answers your query.