menuPoint_t Struct Reference

#include <menu.h>

Collaboration diagram for menuPoint_t:

Collaboration graph
[legend]

Data Fields

char * menuTitle
menuPoint_tsubMenu
void(* menuHandlerCallback )()

Detailed Description

Struct for storing a menu point.
See also:
MENU_init, MENU_handler
Author:
Peter Ivanov

Definition at line 30 of file menu.h.


Field Documentation

char* menuPoint_t::menuTitle

Title of menu to display.

Definition at line 35 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 41 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 Sun Dec 9 17:17:10 2007 for Sample MSP430-4619LCD Project by  doxygen 1.5.1