beautypg.com

Teledyne LeCroy FireInspector - File Based Decoding User Manual

Page 67

background image

61

CATC S

CRIPTING

L

ANGUAGE

1.0

C

HAPTER

14

Reference Manual

FireInspector-Specific Primitives

# _MENU descriptor and menu_name
[_MENU, "Menu entries appear below:",

# Begin menu_items
[

# Begin first menu_item_elements list
[

# menu_action_id
0,

# menu_entry
"View Stuff",

# menu_action_function
"BitfieldDialog",

# Begin menu_arguments list
[

# bitfield_identifier
"stuff",

# width
32

# End menu_arguments list
]

# End first menu_item_elements list
],

# Second menu_item_elements list
[1, "View More Stuff", "BitfieldDialog",

["more_stuff", 32]]

# End menu_items
]

# End _MENU descriptor list and AddCell
]);

}