ESP-IDF
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const
is only used within ESP-IDF.
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
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const method
Syntax
Show:
Summary
Declaration
from
csl_tx_scheduler.hpp:76
uint8_t
GetCslTxAttempts
(
void
)
const
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
GetCslTxAttempts
(
void
)
const
{
return
mCslTxAttempts
;
}
csl_tx_scheduler.hpp:76
if
(
mCslTxChild
->
GetIndirectTxAttempts
(
)
>
0
||
mCslTxChild
->
GetCslTxAttempts
(
)
>
0
)
csl_tx_scheduler.cpp:197
ot::CslTxScheduler::HandleFrameRequest()
LogInfo
(
"CSL tx to child %04x failed, attempt %d/%d"
,
aChild
.
GetRloc16
(
)
,
aChild
.
GetCslTxAttempts
(
)
,
csl_tx_scheduler.cpp:288
ot::CslTxScheduler::HandleSentFrame()
if
(
aChild
.
GetCslTxAttempts
(
)
>=
kMaxCslTriggeredTxAttempts
)
csl_tx_scheduler.cpp:291
ot::CslTxScheduler::HandleSentFrame()
if
(
(
mIndirectTxChild
->
GetIndirectTxAttempts
(
)
>
0
)
||
(
mIndirectTxChild
->
GetCslTxAttempts
(
)
>
0
)
)
data_poll_handler.cpp:190
ot::DataPollHandler::HandleFrameRequest()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const
reads 1 variable and writes 3 variables:
ot::CslTxScheduler::ChildInfo::mCslTxAttempts
All items filtered out
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const
ot::DataPollHandler::HandleFrameRequest()
ot::CslTxScheduler::HandleFrameRequest()
ot::CslTxScheduler::HandleSentFrame()
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