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 define 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 define them explicitly in this
dialog box.
Custom type definitions can refer to other typedefs in your project.
Nesting typedefs works after you have define the necessary custom
types. To create a typedef that uses another typedef, define the nested
(inner) definition, and then define the outer defi nitio n as a pointer to
the n ested definition. 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 file to your processo r.
Examples This set of examples show how to create custom type definitions 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
file on the processor.
datatypemanager(cc);
With the DTM open, you can create a few custom data types.
7-37