ESP-IDF
mqtt_config_storage_t::event_loop_handle
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
mqtt_config_storage_t::event_loop_handle
mqtt_config_storage_t::event_loop_handle field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:70
esp_event_loop_handle_t
event_loop_handle
;
Examples
References
from
examples
Code
Location
Referrer
esp_event_loop_handle_t
event_loop_handle
;
mqtt_client_priv.h:70
if
(
client
->
config
->
event_loop_handle
)
{
mqtt_client.c:656
esp_mqtt_destroy_config()
esp_event_loop_delete
(
client
->
config
->
event_loop_handle
)
;
mqtt_client.c:657
esp_mqtt_destroy_config()
esp_event_loop_create
(
&
no_task_loop
,
&
client
->
config
->
event_loop_handle
)
;
mqtt_client.c:875
esp_mqtt_client_init()
esp_err_t
ret
=
esp_event_post_to
(
client
->
config
->
event_loop_handle
,
MQTT_EVENTS
,
MQTT_USER_EVENT
,
event
,
sizeof
(
*
event
)
,
0
)
;
mqtt_client.c:1024
esp_mqtt_dispatch_custom_event()
esp_event_post_to
(
client
->
config
->
event_loop_handle
,
MQTT_EVENTS
,
client
->
event
.
event_id
,
&
client
->
event
,
sizeof
(
client
->
event
)
,
portMAX_DELAY
)
;
mqtt_client.c:1040
esp_mqtt_dispatch_event()
ret
=
esp_event_loop_run
(
client
->
config
->
event_loop_handle
,
0
)
;
mqtt_client.c:1041
esp_mqtt_dispatch_event()
esp_err_t
ret
=
esp_event_loop_run
(
client
->
config
->
event_loop_handle
,
0
)
;
mqtt_client.c:1563
run_event_loop()
return
esp_event_handler_register_with
(
client
->
config
->
event_loop_handle
,
MQTT_EVENTS
,
event
,
event_handler
,
event_handler_arg
)
;
mqtt_client.c:2233
esp_mqtt_client_register_event()
return
esp_event_handler_unregister_with
(
client
->
config
->
event_loop_handle
,
MQTT_EVENTS
,
event
,
event_handler
)
;
mqtt_client.c:2247
esp_mqtt_client_unregister_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_config_storage_t::event_loop_handle
is read by 6 functions:
All items filtered out
mqtt_config_storage_t::event_loop_handle
esp_mqtt_destroy_config()
esp_mqtt_dispatch_custom_event()
esp_mqtt_dispatch_event()
run_event_loop()
esp_mqtt_client_register_event()
esp_mqtt_client_unregister_event()
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