ESP-IDF
cmd_item_
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cmd_item_
cmd_item_ struct
Default foreground color
Syntax
Show:
Summary
Declaration
from
commands.c:21
typedef
struct
cmd_item_
{
const
char
*
command
;
const
char
*
help
;
char
*
hint
;
esp_console_cmd_func_t
func
;
esp_console_cmd_func_with_context_t
func_w_context
;
void
*
argtable
;
void
*
context
;
SLIST_ENTRY
(
cmd_item_
)
next
;
}
cmd_item_t
;
Fields
Field
Declared as
Description
cmd_item_::command
const
char
*
Command name (statically allocated by application).
cmd_item_::help
const
char
*
Help text (statically allocated by application), may be NULL.
cmd_item_::hint
char
*
Hint text, usually lists possible arguments, dynamically allocated. May be NULL.
cmd_item_::func
esp_console_cmd_func_t
cmd_item_::func_w_context
esp_console_cmd_func_with_context_t
cmd_item_::argtable
void
*
cmd_item_::context
void
*
cmd_item_::next
SLIST_ENTRY
(
cmd_item_
)
Related Functions
Found 3 other functions taking a
cmd_item_
argument:
Function
esp_console_rm_item_free_hint()
print_arg_help()
print_arg_command()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out