#include "cmd.h"#include <stdio.h>#include <string.h>Functions | |
| void | printCommands (void) |
| void | addCommand (char *pa_acName, T_FN_COMMAND pa_fnCommand) |
| T_FN_COMMAND | getCommandFunction (char *pa_acName) |
| bool | buildCommand (T_CMD *pa_pstCommand, VDK_ThreadID pa_idThread, char *pa_acInputString) |
| void | cleanupCommand (T_CMD *pa_pstCommand) |
Variables | |
| T_KNOWN_COMMAND | g_astCommands [NOF_KNOWN_COMMANDS] = {0} |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1