ESP-IDF
+
0
/1 examples
SourceVu will show references to
outbox_message::msg_type
from the following samples and libraries:
custom_outbox sample
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
outbox_message::msg_type
outbox_message::msg_type field
Syntax
Show:
Summary
Declaration
from
mqtt_outbox.h:27
int
msg_type
;
Examples
outbox_message::msg_type
is referenced by 1 libraries and example projects:
custom_outbox sample
References
from
0/1
examples
Code
Location
Referrer
int
msg_type
;
mqtt_outbox.h:27
msg
.
msg_type
=
client
->
mqtt_state
.
pending_msg_type
;
mqtt_client.c:1194
mqtt_enqueue()
item
->
msg_type
=
message
->
msg_type
;
mqtt_outbox.c:47
outbox_enqueue()
ESP_LOGD
(
TAG
,
"ENQUEUE msgid=%d, msg_type=%d, len=%d, size=%"
PRIu64
,
message
->
msg_id
,
message
->
msg_type
,
message
->
len
+
message
->
remaining_len
,
outbox_get_size
(
outbox
)
)
;
mqtt_outbox.c:63
outbox_enqueue()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
outbox_message::msg_type
is written by 1 function and is read by 1 function:
mqtt_enqueue()
All items filtered out
outbox_message::msg_type
outbox_enqueue()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out