ssl sample
TAG
is only used within ssl sample.
Symbol previews are coming soon...
Symbols
loading (1/3)...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ssl sample
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
app_main.c:27
static
const
char
*
TAG
=
"mqtts_example"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"mqtts_example"
;
app_main.c:27
ESP_LOGI
(
TAG
,
"binary sent with msg_id=%d"
,
msg_id
)
;
app_main.c:50
send_binary()
ESP_LOGD
(
TAG
,
"Event dispatched from event loop base=%s, event_id=%"
PRIi32
,
base
,
event_id
)
;
app_main.c:65
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_CONNECTED"
)
;
app_main.c:71
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"sent subscribe successful, msg_id=%d"
,
msg_id
)
;
app_main.c:73
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"sent subscribe successful, msg_id=%d"
,
msg_id
)
;
app_main.c:76
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"sent unsubscribe successful, msg_id=%d"
,
msg_id
)
;
app_main.c:79
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_DISCONNECTED"
)
;
app_main.c:82
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_SUBSCRIBED, msg_id=%d"
,
event
->
msg_id
)
;
app_main.c:86
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"sent publish successful, msg_id=%d"
,
msg_id
)
;
app_main.c:88
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_UNSUBSCRIBED, msg_id=%d"
,
event
->
msg_id
)
;
app_main.c:91
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_PUBLISHED, msg_id=%d"
,
event
->
msg_id
)
;
app_main.c:94
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_DATA"
)
;
app_main.c:97
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"Sending the binary"
)
;
app_main.c:101
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"MQTT_EVENT_ERROR"
)
;
app_main.c:106
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"Last error code reported from esp-tls: 0x%x"
,
event
->
error_handle
->
esp_tls_last_esp_err
)
;
app_main.c:108
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"Last tls stack error number: 0x%x"
,
event
->
error_handle
->
esp_tls_stack_err
)
;
app_main.c:109
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"Last captured errno : %d (%s)"
,
event
->
error_handle
->
esp_transport_sock_errno
,
app_main.c:110
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"Connection refused error: 0x%x"
,
event
->
error_handle
->
connect_return_code
)
;
app_main.c:113
mqtt_event_handler()
ESP_LOGW
(
TAG
,
"Unknown error type: 0x%x"
,
event
->
error_handle
->
error_type
)
;
app_main.c:115
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"Other event id:%d"
,
event
->
event_id
)
;
app_main.c:119
mqtt_event_handler()
ESP_LOGI
(
TAG
,
"[APP] Free memory: %"
PRIu32
" bytes"
,
esp_get_free_heap_size
(
)
)
;
app_main.c:133
mqtt_app_start()
ESP_LOGI
(
TAG
,
"[APP] Startup.."
)
;
app_main.c:142
app_main()
ESP_LOGI
(
TAG
,
"[APP] Free memory: %"
PRIu32
" bytes"
,
esp_get_free_heap_size
(
)
)
;
app_main.c:143
app_main()
ESP_LOGI
(
TAG
,
"[APP] IDF version: %s"
,
esp_get_idf_version
(
)
)
;
app_main.c:144
app_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 4 functions:
All items filtered out
TAG
send_binary()
mqtt_event_handler()
mqtt_app_start()
app_main()
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