Terminal command. More...
#include <terminal.h>
Data Fields | |
struct terminalCommand_tag * | pNext |
Pointer to next command in list. More... | |
const char * | pName |
Name of command. More... | |
const char * | pHelpStr |
Help String for command. More... | |
terminalHandler_t | handler |
Handler for command. More... | |
Terminal command.
Definition at line 89 of file terminal.h.
terminalHandler_t handler |
Handler for command.
Definition at line 94 of file terminal.h.
const char* pHelpStr |
Help String for command.
Definition at line 93 of file terminal.h.
const char* pName |
Name of command.
Definition at line 92 of file terminal.h.
struct terminalCommand_tag* pNext |
Pointer to next command in list.
Definition at line 91 of file terminal.h.