User`s guide
datatypemanager
• Short(short) — short data type used in a function input or return
argument
•
Char(char) — character data type used in a function input or return
argument
The low ercase versions of the data types appear because MATLAB
software does not recognize the initial capital versions automatically. In
the data type entry, the project data type with the initial capital letter
is mapped to the low ercase MATL AB software data type.
Although no t recommended, you can use mixed case typedef names, so
long as the equivalent data type uses low erca se . In particular, typedefs
that refer to other typedefs should resolve to a data type in lowercase.
Adding a type definition adds the n ew data type to the list of typedefs.
Remove any e xisting or new type definitions with the Remove typedef
option.
7-32