common CLI command table structure More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | tr_command_s |
Macros | |
| #define | TR_CLI_COMMAND_TABLE(table) const tr_command_s table[] |
| #define | TR_CLI_COMMAND_TABLE_END { "", NULL, "" } |
| #define | TR_CLI_SUB_COMMANDS NULL |
| #define | TR_CLI_SUB_COMMAND_TABLE (const char*) |
common CLI command table structure
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| #define TR_CLI_COMMAND_TABLE | ( | table | ) | const tr_command_s table[] |
| #define TR_CLI_COMMAND_TABLE_END { "", NULL, "" } |
| #define TR_CLI_SUB_COMMAND_TABLE (const char*) |
| #define TR_CLI_SUB_COMMANDS NULL |