This MotoHawk™ block defines the fields for a structure, the default values for those fields, and what enumeration should be used for each field.
motohawk_struct_decl
MotoHawk_lib/Data Storage Blocks
See Structures for more information.
| Parameter Field | Values | Comments/Description |
|---|---|---|
| Structure Name | Alpha-numeric text, single-quote enclosed. | Identify the structure by name. No special characters, such as spaces, dashes, commas (underscore allowed). |
| Initial Value | struct('Member1', uint32(0), 'Member2', uint32(0)) | Use the struct command syntax to define the fields in the structure and supply initial values |
| Enumeration Definitions | {'', {'Disabled', 'Enabled'}} | Define the enumeration for the listed fields. |
| Copyright 2009 Woodward Corporation. All Rights Reserved. | Visit Us: mcs.woodward.com |