User`s guide
Managing Custom Data Ty pes with the Data Type Manager
After you close the dialog box, the Typedef name list in the Data Type
Manager looks like this.
To check the data types in the cc object, e nter
cc.type
which returns
Defined types : Void, Float, Double, Long, Int, Short, Char,
typedef1_matlab, typedef_enum, typedef struct
If your function declaration uses any of the types listed by cc.type, MATLAB
software can interpret the data correctly. For example, MATLAB software
interprets the
typedef1_matlab data type as uint16.
2-67