How to generate code with multiple keywords?

2 次查看(过去 30 天)
I need to generate code with multiple keywords such as extern volatile var1 in the declaration. The different options such as importedExtern and Volatile in the 'Code Interface ->Default Code Mappings -> Data Stores ->Storage Class' generate extern and volatile respectively but not together. How do I generate code with several keywords in the declaration?

回答(1 个)

Aman Banthia
Aman Banthia 2023-9-7
Hi Sourabh,
I understand that you want to generate code with several keywords in the declaration.
To generate code with multiple keywords in the declaration of a variable, you can use a custom storage class definition in Simulink. Here's how you can achieve this:
  1. Navigate to "Simulation" > "Model Configuration Parameters" in the menu.
  2. In the "Model Configuration Parameters" window, navigate to the "Code Generation" section.
  3. Under the "Code Generation" section, you will find various settings related to code generation, including options for customizing the generated code.
  4. Navigate to "Default Code Mappings" and select "Data Stores".
  5. Under "Storage Class", select "Custom Storage Class" from the drop-down menu.
  6. In the "Custom Storage Class" field, enter the desired keywords separated by spaces. For example, you can enter extern volatile.
  7. Click "Apply" or "OK" to save the changes.
By specifying multiple keywords separated by spaces in the "Custom Storage Class" field, you can generate code with several keywords in the variable declaration. In this case, it will generate code with both extern and volatile keywords in the declaration.
You can refer to the below documentation to know more about the Model Configuration Parameters:
Hope the above solution helps you.
Best Regards,
Aman Banthia

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by