Main Page | Modules | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

cmd.h File Reference

#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)

Define Documentation

#define MSG_CHANNEL_CMD   VDK_kMsgChannel1
 

#define MSG_CHANNEL_EXE   VDK_kMsgChannel2
 

#define NOF_KNOWN_COMMANDS   25
 


Typedef Documentation

typedef int(* T_FN_COMMAND)(int, char **)
 


Function Documentation

void addCommand char *  pa_acName,
T_FN_COMMAND  pa_fnCommand
 

bool buildCommand T_CMD pa_pstCommand,
VDK_ThreadID  pa_idThread,
char *  pa_acInputString
 

void cleanupCommand T_CMD pa_pstCommand  ) 
 

T_FN_COMMAND getCommandFunction char *  pa_acName  ) 
 

void printCommands void   ) 
 


Generated on Thu Mar 2 16:11:28 2006 for VDK Blacksheep by  doxygen 1.4.1