User`s guide

datatypemanager
appear in the Loaded program option. MATLAB software cannot
determine what program you have loaded.
Others such as pointers and typedefs
Like
struct, union,andenum data types, the Others list is empty
until you dene one or more typedefs. Unlike the
Struct, Union,
Enum types
list, l oading a program does not populate this list with
typedefs from th e program. You mu st dene them explicitly in this
dialog box.
Custom type denitions can refer to other typedefs in your project.
Nesting typedefs works after you have dene the necessary custom
types. To create a typedef that uses another typedef, dene the nested
(inner) denition, and then dene the outer denitio n as a pointer to
the n ested denition. R efe r to Examples to see this in operation.
Program lo aded tells you the name of the prog ram loade d on
the processor, if you loaded the program from this dialog box. If not,
Program loaded do es not report the prog ram n ame.
Load CCS Program —openstheLoad Program dialog box so you
can select and load a .
out le to your processo r.
Examples This set of examples show how to create custom type denitions with
the DT M . Each example shows the List of Known Data Types dialog
box with the selections or entries neede d to create the type def.
Start the examples by creating a
ticcs object:
cc=ticcs;
Now start the DTM with the cc object. S o far you have not loaded a
le on the processor.
datatypemanager(cc);
With the DTM open, you can create a few custom data types.
7-37