User`s guide
2 Automa tion Interface
11 From the Struct, Enum, Union Types list, s ele ct the appropriate
enumerated data type to use with
typedef_enum.Theenum_TAG_myEnum
choice fills the enumerated type chosen.
12 Click OK to close the dialog box and add typedef_enum to your defined
types that M A TLAB software recognizes.
Add a structure typedef.
13 Click Add Typedef.
14 From the Known T ypes list, select Struct, Enum, Union Types.
15 To define
your type definition, give it a name in Typedef,suchas
typedef
_struct
.
16 From the Struct, Enum, Union Types list, s ele ct the appropriate
enumerated data type to use with
typedef_struct. This example uses
struct_TAG_mySTruct.
17 Click OK to close the dialog box and add the new data type to the list.
2-66