ESP-IDF
ot::CslTxScheduler::HandleFrameRequest()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::CslTxScheduler::HandleFrameRequest()
ot::CslTxScheduler::HandleFrameRequest() method
Syntax
Show:
Summary
Declaration
Definition
from
csl_tx_scheduler.hpp:240
Mac
::
TxFrame
*
HandleFrameRequest
(
Mac
::
TxFrames
&
aTxFrames
)
;
Implemented in
csl_tx_scheduler.cpp:178
Arguments
Argument
aTxFrames
Related Functions
Found 3 other functions taking a
TxFrames
argument:
Function
Description
ot::DataPollSender::PrepareDataRequest()
Prepares and returns a data request command frame.
ot::MeshForwarder::HandleFrameRequest()
ot::DataPollHandler::HandleFrameRequest()
Examples
References
from
examples
Code
Location
Mac
::
TxFrame
*
CslTxScheduler
::
HandleFrameRequest
(
Mac
::
TxFrames
&
aTxFrames
)
csl_tx_scheduler.cpp:178
Mac
::
TxFrame
*
CslTxScheduler
::
HandleFrameRequest
(
Mac
::
TxFrames
&
)
{
return
nullptr
;
}
csl_tx_scheduler.cpp:255
Mac
::
TxFrame
*
HandleFrameRequest
(
Mac
::
TxFrames
&
aTxFrames
)
;
csl_tx_scheduler.hpp:240
Call Tree
from
examples
ot::CslTxScheduler::HandleFrameRequest()
calls 14 functions:
All items filtered out
ot::CslTxScheduler::HandleFrameRequest()
ot::Mac::Frame::GetSecurityEnabled() const
ot::Mac::TxFrame::SetChannel()
ot::Mac::TxFrame::SetRxChannelAfterTxDone()
ot::Mac::TxFrame::SetIsARetransmission()
ot::Mac::TxFrame::SetCsmaCaEnabled()
ot::Mac::TxFrame::SetTxDelay()
ot::Mac::TxFrame::SetTxDelayBaseTime()
ot::Mac::TxFrames::GetTxFrame()
ot::Mac::Frame::GetChannel() const
ot::Mac::Frame::SetSequence()
ot::CslTxScheduler::Callbacks::PrepareFrameForChild()
ot::CslTxScheduler::GetNextCslTransmissionDelay() const
ot::Mac::Frame::SetFrameCounter()
ot::Mac::Frame::SetKeyId()
All items filtered out
Data Use
from
examples
ot::CslTxScheduler::HandleFrameRequest()
reads 16 variables and writes 1 variable:
ot::kErrorNone
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const
ot::CslTxScheduler::ChildInfo::IsCslSynchronized() const
ot::CslTxScheduler::ChildInfo::GetCslChannel() const
ot::CslTxScheduler::ChildInfo::GetLastRxTimestamp() const
ot::CslTxScheduler::kFramePreparationGuardInterval
ot::CslTxScheduler::mCslFrameRequestAheadUs
ot::CslTxScheduler::mCslTxChild
ot::CslTxScheduler::mCslTxMessage
ot::CslTxScheduler::mFrameContext
ot::CslTxScheduler::mCallbacks
ot::DataPollHandler::ChildInfo::GetIndirectFrameCounter() const
ot::DataPollHandler::ChildInfo::GetIndirectKeyId() const
ot::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const
ot::DataPollHandler::ChildInfo::GetIndirectDataSequenceNumber() const
ot::IndirectSender::ChildInfo::GetIndirectMessage()
All items filtered out
ot::CslTxScheduler::HandleFrameRequest()
ot::CslTxScheduler::mCslTxMessage
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