ESP-IDF
esp_local_ctrl_command_dispatcher()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_local_ctrl_command_dispatcher()
esp_local_ctrl_command_dispatcher() function
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl_handler.c:231
static
esp_err_t
esp_local_ctrl_command_dispatcher
(
LocalCtrlMessage
*
req
,
LocalCtrlMessage
*
resp
,
void
*
*
ctx
)
;
Arguments
Argument
req
resp
ctx
Related Functions
Found 9 other functions taking a
LocalCtrlMessage
argument:
Function
esp_local_ctrl_command_cleanup()
local_ctrl_message__init()
local_ctrl_message__free_unpacked()
local_ctrl_message__get_packed_size()
local_ctrl_message__pack()
cmd_get_prop_count_handler()
cmd_get_prop_vals_handler()
cmd_set_prop_vals_handler()
local_ctrl_message__pack_to_buffer()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_local_ctrl_command_dispatcher
(
LocalCtrlMessage
*
req
,
esp_local_ctrl_handler.c:231
esp_err_t
ret
=
esp_local_ctrl_command_dispatcher
(
req
,
&
resp
,
&
temp_ctx
)
;
esp_local_ctrl_handler.c:264
esp_local_ctrl_data_handler()
Call Tree
from
examples
esp_local_ctrl_command_dispatcher()
is called by 1 function and calls 4 functions:
esp_local_ctrl_data_handler()
All items filtered out
esp_local_ctrl_command_dispatcher()
esp_log_timestamp()
esp_log_write()
esp_local_ctrl_cmd::command_handler
lookup_cmd_handler()
All items filtered out
Data Use
from
examples
esp_local_ctrl_command_dispatcher()
reads 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
LocalCtrlMessage::msg
TAG
cmd_table
All items filtered out
esp_local_ctrl_command_dispatcher()
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