custom_outbox sample
outbox_item::id
is only used within 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
custom_outbox sample
outbox_item::id
outbox_item::id field
Syntax
Show:
Summary
Declaration
from
custom_outbox.cpp:145
id_t
id
;
Examples
References
from
examples
Code
Location
Scope
Referrer
id_t
id
;
custom_outbox.cpp:145
)
:
message
(
std
::
move
(
message
)
,
alloc
)
,
id
(
msg_id
)
,
type
(
msg_type
)
,
qos
(
msg_qos
)
,
tick
(
tick
)
,
pending_state
(
pending_state
)
{
}
custom_outbox.cpp:80
outbox_item
outbox_item::outbox_item()
outbox_item
(
const
outbox_item
&
other
,
allocator_type
alloc
=
{
}
)
:
message
(
other
.
message
,
alloc
)
,
id
(
other
.
id
)
,
type
(
other
.
type
)
,
qos
(
other
.
qos
)
,
tick
(
other
.
tick
)
,
pending_state
(
other
.
pending_state
)
{
}
custom_outbox.cpp:83
outbox_item
outbox_item::outbox_item()
outbox_item
(
outbox_item
&&
other
,
allocator_type
alloc
)
noexcept
:
message
(
std
::
move
(
other
.
message
)
,
alloc
)
,
id
(
other
.
id
)
,
type
(
other
.
type
)
,
qos
(
other
.
qos
)
,
tick
(
other
.
tick
)
,
pending_state
(
other
.
pending_state
)
custom_outbox.cpp:84
outbox_item
outbox_item::outbox_item()
return
id
;
custom_outbox.cpp:116
outbox_item
outbox_item::get_id() const
*
msg_id
=
static_cast
<
uint16_t
>
(
id
)
;
custom_outbox.cpp:132
outbox_item
outbox_item::get_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
outbox_item::id
is read by 3 functions:
All items filtered out
outbox_item::id
outbox_item::outbox_item()
outbox_item::get_id() const
outbox_item::get_data()
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