Data Fields | |
char | name [DM_CMD_NAME] |
int | cc |
char | arg [DM_N_ARG][DM_ARGLENGTH] |
int | nArg |
Definition at line 120 of file sysd/src/display.c.
char erDmCmd_t::arg |
Definition at line 124 of file sysd/src/display.c.
Referenced by get_arguments(), parse_command(), and parse_message().
int erDmCmd_t::cc |
Definition at line 123 of file sysd/src/display.c.
Referenced by parse_command(), and parse_message().
char erDmCmd_t::name |
Definition at line 122 of file sysd/src/display.c.
Referenced by parse_message().
int erDmCmd_t::nArg |
Definition at line 125 of file sysd/src/display.c.
Referenced by parse_message().