ESP-IDF
ot::Message::GetMessagePool() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Message::GetMessagePool() const
ot::Message::GetMessagePool() const method
Syntax
Show:
Summary
Declaration
from
message.hpp:1545
MessagePool
*
GetMessagePool
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
MessagePool
*
GetMessagePool
(
void
)
const
{
return
GetMetadata
(
)
.
mMessagePool
;
}
message.hpp:1545
curBuffer
->
SetNextBuffer
(
GetMessagePool
(
)
->
NewBuffer
(
GetPriority
(
)
)
)
;
message.cpp:232
ot::Message
ot::Message::ResizeMessage()
GetMessagePool
(
)
->
FreeBuffers
(
curBuffer
)
;
message.cpp:244
ot::Message
ot::Message::ResizeMessage()
void
Message
::
Free
(
void
)
{
GetMessagePool
(
)
->
Free
(
this
)
;
}
message.cpp:250
ot::Message
ot::Message::Free()
VerifyOrExit
(
(
newBuffer
=
GetMessagePool
(
)
->
NewBuffer
(
GetPriority
(
)
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
message.cpp:424
ot::Message
ot::Message::PrependBytes()
messageCopy
=
GetMessagePool
(
)
->
Allocate
(
GetType
(
)
,
GetReserved
(
)
,
settings
)
;
message.cpp:772
ot::Message
ot::Message::Clone() const
inline
Instance
&
Message
::
GetInstance
(
void
)
const
{
return
GetMessagePool
(
)
->
GetInstance
(
)
;
}
message.hpp:1895
ot::Message
ot::Message::GetInstance() const
Call Tree
from
examples
ot::Message::GetMessagePool() const
is called by 5 functions:
ot::Message::GetInstance() const
ot::Message::ResizeMessage()
ot::Message::Free()
ot::Message::PrependBytes()
ot::Message::Clone() const
All items filtered out
ot::Message::GetMessagePool() const
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