Structure for command definition. More...
#include <ex_cmds_defs.h>
Data Fields | |
char * | cmd_name |
Name of the command. More... | |
ex_func_T | cmd_func |
Function with implementation of this command. More... | |
ex_preview_func_T | cmd_preview_func |
Preview callback function of this command. More... | |
uint32_t | cmd_argt |
Relevant flags from the declared above. More... | |
cmd_addr_T | cmd_addr_type |
Flag for address type. More... | |
Structure for command definition.
cmd_addr_T cmdname::cmd_addr_type |
Flag for address type.
uint32_t cmdname::cmd_argt |
Relevant flags from the declared above.
ex_func_T cmdname::cmd_func |
Function with implementation of this command.
char* cmdname::cmd_name |
Name of the command.
ex_preview_func_T cmdname::cmd_preview_func |
Preview callback function of this command.