Effacer les filtres
Effacer les filtres

Embedded Coder 2019b settings: Randomized file ending in typedef

1 vue (au cours des 30 derniers jours)
Thomas Pallierer
Thomas Pallierer le 26 Fév 2020
Commenté : Thomas Pallierer le 27 Fév 2020
Hello all,
I am doing coding with embedded coder 2019b and in header files in typedef structs, the variable endings are extended randomized with characters, like:
typedef struct {
LoadManagement Loadmanagement_g;
HardwareInputs HardwareInputs_o;
}ExtU_Interfaces_Project1_T;
Does anybody know how to deactivate the file ending? Or change the setting to make it not randomized?
The problem is, that with every code generation, the ending has a different character, which makes it unusable for compiling it later on in the projects.
Thanks in advace.

Réponse acceptée

Jonas
Jonas le 27 Fév 2020
You can set auto-generated identifier naming rules in your 'Configuration Parameters' window, under 'Code Generation' then 'Symbols'. The token for those suffixes are I believe $M where M stands for Mangle.
More info here.

Plus de réponses (0)

Catégories

En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by