CLI command table structures and macros for defining command handlers.
More...
CLI command table structures and macros for defining command handlers.
◆ TR_CLI_COMMAND_TABLE
| #define TR_CLI_COMMAND_TABLE |
( |
| table | ) |
|
Value:
Structure used for each CLI command table entry.
Definition tr_cli_command_table.h:28
Macro for creating CLI command tables.
- Parameters
-
| table | Name of the command table array. |
◆ TR_CLI_COMMAND_TABLE_END
| #define TR_CLI_COMMAND_TABLE_END { "", NULL, "" } |
Macro for marking the end of a command table.
◆ TR_CLI_SUB_COMMAND_TABLE
| #define TR_CLI_SUB_COMMAND_TABLE (const char*) |
Macro for creating sub-command table references.
◆ TR_CLI_SUB_COMMANDS
| #define TR_CLI_SUB_COMMANDS NULL |
Macro for indicating no sub-commands.