#include <VDK.h>Defines | |
| #define | MSG_CHANNEL_CMD VDK_kMsgChannel1 |
| #define | MSG_CHANNEL_EXE VDK_kMsgChannel2 |
| #define | NOF_KNOWN_COMMANDS 25 |
Typedefs | |
| typedef int(* | T_FN_COMMAND )(int, char **) |
Functions | |
| bool | buildCommand (T_CMD *pa_pstCommand, VDK_ThreadID pa_idThread, char *pa_acInputString) |
| void | cleanupCommand (T_CMD *pa_pstCommand) |
| void | addCommand (char *pa_acName, T_FN_COMMAND pa_fnCommand) |
| T_FN_COMMAND | getCommandFunction (char *pa_acName) |
| void | printCommands (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.1