ESP-IDF
esp_local_ctrl_command_cleanup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_cleanup()
esp_local_ctrl_command_cleanup() function
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl_handler.c:197
static
void
esp_local_ctrl_command_cleanup
(
LocalCtrlMessage
*
resp
,
void
*
*
ctx
)
;
Arguments
Argument
Declared as
resp
LocalCtrlMessage
*
ctx
void
*
*
Related Functions
Found 9 other functions taking a
LocalCtrlMessage
argument:
Function
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()
esp_local_ctrl_command_dispatcher()
Examples
References
from
examples
Code
Location
Referrer
static
void
esp_local_ctrl_command_cleanup
(
LocalCtrlMessage
*
resp
,
void
*
*
ctx
)
esp_local_ctrl_handler.c:197
esp_local_ctrl_command_cleanup
(
&
resp
,
&
temp_ctx
)
;
esp_local_ctrl_handler.c:267
esp_local_ctrl_data_handler()
esp_local_ctrl_command_cleanup
(
&
resp
,
&
temp_ctx
)
;
esp_local_ctrl_handler.c:277
esp_local_ctrl_data_handler()
esp_local_ctrl_command_cleanup
(
&
resp
,
&
temp_ctx
)
;
esp_local_ctrl_handler.c:284
esp_local_ctrl_data_handler()
esp_local_ctrl_command_cleanup
(
&
resp
,
&
temp_ctx
)
;
esp_local_ctrl_handler.c:289
esp_local_ctrl_data_handler()
Call Tree
from
examples
esp_local_ctrl_command_cleanup()
is called by 1 function and calls 3 functions:
esp_local_ctrl_data_handler()
All items filtered out
esp_local_ctrl_command_cleanup()
free()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
esp_local_ctrl_command_cleanup()
reads 17 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
ProtobufCBinaryData::data
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeRespGetPropertyCount
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeRespGetPropertyValues
_LocalCtrlMsgType::LOCAL_CTRL_MSG_TYPE__TypeRespSetPropertyValues
PropertyInfo::value
RespGetPropertyValues::n_props
RespGetPropertyValues::props
LocalCtrlMessage::msg
LocalCtrlMessage::
::resp_get_prop_count
LocalCtrlMessage::
::resp_get_prop_vals
LocalCtrlMessage::
::resp_set_prop_vals
TAG
All items filtered out
esp_local_ctrl_command_cleanup()
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
esp_local_ctrl_command_cleanup()
allocates 4 typess:
RespGetPropertyCount
PropertyInfo
RespGetPropertyValues
RespSetPropertyValues
All items filtered out
esp_local_ctrl_command_cleanup()
All items filtered out