#include "control.h"Functions | |
| void | control_init (void) |
| initialise control | |
| void | control_refresh (void) |
| refresh control | |
| void | control_graph (void) |
| the control function for mode "graph" | |
| void | control_term (void) |
| the control function for mode "term" | |
|
|
the control function for mode "graph"
|
|
|
initialise control
|
|
|
refresh control
00034 { 00035 menu_mains[menu_now-1].control_func(); 00036 }
|
|
|
the control function for mode "term"
|
1.4.6