#include <config.h>
#include <tm.h>
Include dependency graph for program.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | program_t |
| The program control structure. More... | |
Defines | |
| #define | PROG_MAX 8 |
| maximum number of programs | |
Enumerations | |
| enum | packet_cmd_t { CMDacknowledge, CMDdelete, CMDcreate, CMDoffsets, CMDdata, CMDrun, CMDirmode, CMDsethost, CMDlast } |
Functions | |
| void | program_stop (int flag) |
| stop program | |
| int | program_valid (unsigned nr) |
| check if a given program is valid. | |
| void | program_init () |
| initialize program support | |
| void | program_shutdown () |
| shutdown program support | |
Variables | |
| volatile unsigned | cprog |
| the current program | |
Definition in file program.h.
|
|
maximum number of programs
|
|
|
For internal use only.
|
|
|
initialize program support
|
|
|
shutdown program support
|
|
|
stop program
|
|
|
check if a given program is valid.
|
|
|
the current program
|
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |
1.3.5