How to create union in simulink

7 次查看(过去 30 天)
WJKIM
WJKIM 2024-5-8
评论: rikro 2025-2-13
Hellow.
I have a question about how to union in simulink in simulink coder.
I know how to create the bus of struct using the 'Simulink bus' in dictionary file. (*.sldd)
However, i can't see the part that creates the union.
Does Mathoworks support the method of generating code an union as shown below?
If so, could you tell me how?
thank you
**************************************************************************************
typedef union
{
uint32 R;
uint16 H;
} Test_u;
**************************************************************************************

回答(2 个)

Anurag Ojha
Anurag Ojha 2024-5-8
Hello
You can refer to following file exchange link to get more information:
I hope this helps you resolve your query
  3 个评论
WJKIM
WJKIM 2024-5-13
Hello,
I have a question about your link.
I found the 'TempBus' in *.m file. And its configuration of code generation is as follow:
Data scope : Imported
Header file : DataTypeImport.h
However, i don't find the DataTypeImport.h file.
Could you tell me where it is? How can i get that?
Meghna
Meghna 2024-7-16
Hello,
Following up on this as well, how is the header supposed to look/are there any examples?
Thanks!

请先登录,再进行评论。


Angelo Yeo
Angelo Yeo 2024-5-8
Hi @WJKIM,
Current Simulink bus does not support union. Could we get a clearer understanding of why you want to realize the Simulink.Bus object as a union in the generated code? Is there any particular use case for this request?
  2 个评论
WJKIM
WJKIM 2024-5-10
Hi.
I respond to that.
If there are many flags (for example, Fault Flags), i can save memory space by using union.
This is only my opinion.
rikro
rikro 2025-2-13
I am looking for the same purpose for fault flags . Is there a way we can use Union ?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by