From: Amit on 14 Jun 2010 07:23 Hello, I want generate the auto code using RTW in which the auto code should contain the output port name (output signal name) as export function. E.g. If Matlab model have outputs as temp_out and batt_out, then in generated C auto code I want them as extern BOOLEAN temp_out; extern BOOLEAN batt_out; #define Gettemp_out() #define Getbatt_out() So that these output variables can be accessed by other rings during full build generation.
|
Pages: 1 Prev: Array operations Next: How to find two unknowns with two equations |