ESP-IDF
otMleCounters::mChildTime
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
otMleCounters::mChildTime
otMleCounters::mChildTime field
Syntax
Show:
Summary
Declaration
from
thread.h:187
uint64_t
mChildTime
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint64_t
mChildTime
;
///< Number of milliseconds device has been in OT_DEVICE_ROLE_CHILD role.
thread.h:187
{
&
otMleCounters
::
mChildTime
,
"Child"
}
,
{
&
otMleCounters
::
mRouterTime
,
"Router"
}
,
cli.cpp:2356
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mChildTime
+=
durationMsec
;
mle.cpp:268
ot::Mle::Mle
ot::Mle::Mle::UpdateRoleTimeCounters()
mChildTime
=
BigEndian
::
HostSwap64
(
aMleCounters
.
mChildTime
)
;
network_diagnostic_tlvs.cpp:123
ot::NetworkDiagnostic::MleCountersTlv
ot::NetworkDiagnostic::MleCountersTlv::Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMleCounters::mChildTime
is written by 1 function and is read by 2 functions:
ot::Mle::Mle::UpdateRoleTimeCounters()
All items filtered out
otMleCounters::mChildTime
ot::Mle::Mle::UpdateRoleTimeCounters()
ot::NetworkDiagnostic::MleCountersTlv::Init()
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