control.h File Reference

control More...

#include "main.h"

Functions

void control_init (void)
 initialise control
void control_refresh (void)
 refresh control
void control_play (void)
 the control function for mode "play"
void control_graph (void)
 the control function for mode "graph"
void control_term (void)
 the control function for mode "term"


Detailed Description

control

Control-backend.

Todo:
!!! Need to think about this concept again !!! Only control_refresh() is not empty :-S .
13 December 2005
Sven Kreiss

Function Documentation

void control_graph void   ) 
 

the control function for mode "graph"

00038                         {
00039     //usart_off();
00040 }

void control_init void   ) 
 

initialise control

00030                        {
00031 }

void control_play void   ) 
 

the control function for mode "play"

void control_refresh void   ) 
 

refresh control

00034                           {
00035     menu_mains[menu_now-1].control_func();
00036 }

void control_term void   ) 
 

the control function for mode "term"

00042                        {
00043     //usart_init();
00044 }


Generated on Fri Aug 11 21:47:31 2006 for OpenOsci by  doxygen 1.4.6