I have Simulink Embedded Coder output model code. One of header file includes;
#ifndef rtmGetU
#define rtmGetU(rtm) ((rtm)->ModelData.inputs)
#endif
After saw the code block in the header, I tried to generate my own Simulink model embedded code but the output not include the rtmGetU define.
I wonder what is the purpose of the rtmGetU define and how can I generate the rtmGetU code for my own model.