ESP-IDF
cmd_item_::command
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cmd_item_::command
cmd_item_::command field
Command name (statically allocated by application)
Syntax
Show:
Summary
Declaration
from
commands.c:25
const
char
*
command
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
command
;
commands.c:25
item
->
command
=
cmd
->
command
;
commands.c:138
esp_console_cmd_register()
if
(
strncmp
(
buf
,
it
->
command
,
len
)
==
0
)
{
commands.c:198
esp_console_get_completion()
linenoiseAddCompletion
(
lc
,
it
->
command
)
;
commands.c:199
esp_console_get_completion()
if
(
strlen
(
it
->
command
)
==
len
&&
commands.c:209
esp_console_get_hint()
strncmp
(
buf
,
it
->
command
,
len
)
==
0
)
{
commands.c:210
esp_console_get_hint()
if
(
strlen
(
it
->
command
)
==
len
&&
commands.c:225
find_command_by_name()
strcmp
(
name
,
it
->
command
)
==
0
)
{
commands.c:226
find_command_by_name()
printf
(
"%-s %s\n"
,
it
->
command
,
hint
)
;
commands.c:278
print_arg_help()
printf
(
"%-s %s\n\n"
,
it
->
command
,
hint
)
;
commands.c:295
print_arg_command()
if
(
strcmp
(
help_args
.
help_cmd
->
sval
[
0
]
,
it
->
command
)
==
0
)
{
commands.c:346
help_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cmd_item_::command
is written by 1 function and is read by 6 functions:
esp_console_cmd_register()
All items filtered out
cmd_item_::command
esp_console_get_completion()
esp_console_get_hint()
find_command_by_name()
print_arg_help()
print_arg_command()
help_command()
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