User`s guide
Managing Custom Data Ty pes with the Data Type Manager
Each custom type definition added in the DTM becomes part o f the ticcs
object passed to the DTM in datatypemanager(objectname).Thelistofdata
types in th e obje ct, both default and custom, is available by entering
objectname.type
at the command prompt.
ThesamelistappearsintheDTMontheTypedef name (Equivalent
data type)
MATLAB uses the type definitions when you run a function residing on your
processor from MATLAB .
To Add a Ty
pedef to MATLAB
You use the DTM to add typedefs for MATLAB to recognize, such as:
• Typedefs that use a MAT L AB data type in the type definition
• Typedefs that use an enumerated or union data type in the type definition
• Typedefs that use a structure in the type definition
2-61