menuPoint_t Struct Reference

Struct for storing a menu point. More...

#include <menu.h>


Data Fields

char * menuTitle
 Title of menu to display.
menuPoint_tsubMenu
 Sub-menu to invoke if menu is selected.
void(* menuHandlerCallback )()
 Function to call if menu is selected.


Detailed Description

Struct for storing a menu point.

Author:
Peter Ivanov

Definition at line 28 of file menu.h.


Field Documentation

char* menuPoint_t::menuTitle

Title of menu to display.

Must be seven characters long!

Definition at line 33 of file menu.h.

menuPoint_t* menuPoint_t::subMenu

Sub-menu to invoke if menu is selected.

You should set only one option of subMenu and menuHandlerCallback!

Definition at line 39 of file menu.h.

void(* menuPoint_t::menuHandlerCallback)()

Function to call if menu is selected.

You should set only one option of subMenu and menuHandlerCallback!


The documentation for this struct was generated from the following file:
Generated on Thu Dec 27 14:21:53 2007 for Sample MSP430-449STK2 project by  doxygen 1.5.1