custom_outbox sample
outbox_t::get()
is only used within custom_outbox sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
custom_outbox sample
outbox_t::get()
outbox_t::get() method
Syntax
Show:
Summary
Declaration
from
custom_outbox.cpp:160
outbox_item_handle_t
get
(
outbox_item
::
id_t
msg_id
)
;
Arguments
Argument
msg_id
Examples
References
from
examples
Code
Location
Referrer
outbox_item_handle_t
get
(
outbox_item
::
id_t
msg_id
)
custom_outbox.cpp:160
return
outbox
->
get
(
outbox_item
::
id_t
{
msg_id
}
)
;
custom_outbox.cpp:307
outbox_get()
if
(
auto
*
item
=
outbox
->
get
(
outbox_item
::
id_t
{
msg_id
}
)
;
item
!=
nullptr
)
{
custom_outbox.cpp:347
outbox_set_pending()
if
(
auto
*
item
=
outbox
->
get
(
outbox_item
::
id_t
{
msg_id
}
)
;
item
!=
nullptr
)
{
custom_outbox.cpp:364
outbox_set_tick()
Call Tree
from
examples
outbox_t::get()
is called by 3 functions:
outbox_get()
outbox_set_pending()
outbox_set_tick()
All items filtered out
outbox_t::get()
All items filtered out
Data Use
from
examples
All items filtered out
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