UI_globals.c File Reference


Detailed Description

This module defines all UI module globals.

REVISION

Definition in file UI_globals.c.

#include "../SYSTEM/sys_clock.h"
#include "../SYSTEM/sys_main.h"
#include "ui.h"

Include dependency graph for UI_globals.c:

Include dependency graph

Go to the source code of this file.

Functions

STATE UI_MSF_goup (st_MSG *msgIN)
 Function serves as the special go-up menu handle, returns the menu by one level up.
STATE UI_MSF_stay (st_MSG *msgIN)
 Function serves as the special stay menu handle, stays in current menu.


Function Documentation

STATE UI_MSF_goup st_MSG msgIN  ) 
 

Function serves as the special go-up menu handle, returns the menu by one level up.

Parameters:
msgIN Input message from UI.
Returns:
Next UI state.

Definition at line 212 of file UI_globals.c.

00212 {return S_MENU;}

STATE UI_MSF_stay st_MSG msgIN  ) 
 

Function serves as the special stay menu handle, stays in current menu.

Parameters:
msgIN Input message from UI.
Returns:
Next UI state.

Definition at line 223 of file UI_globals.c.

00223 {return S_MENU_STAY;}


Generated on Wed Jan 19 01:13:25 2005 for neuros-firmware by  doxygen 1.3.9.1