ESP-IDF
otMleCounters::mRouterTime
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMleCounters::mRouterTime
otMleCounters::mRouterTime field
Syntax
Show:
Summary
Declaration
from
thread.h:188
uint64_t
mRouterTime
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint64_t
mRouterTime
;
///< Number of milliseconds device has been in OT_DEVICE_ROLE_ROUTER role.
thread.h:188
{
&
otMleCounters
::
mChildTime
,
"Child"
}
,
{
&
otMleCounters
::
mRouterTime
,
"Router"
}
,
cli.cpp:2356
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mRouterTime
+=
durationMsec
;
mle.cpp:271
ot::Mle::Mle
ot::Mle::Mle::UpdateRoleTimeCounters()
mRouterTime
=
BigEndian
::
HostSwap64
(
aMleCounters
.
mRouterTime
)
;
network_diagnostic_tlvs.cpp:124
ot::NetworkDiagnostic::MleCountersTlv
ot::NetworkDiagnostic::MleCountersTlv::Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMleCounters::mRouterTime
is written by 1 function and is read by 2 functions:
ot::Mle::Mle::UpdateRoleTimeCounters()
All items filtered out
otMleCounters::mRouterTime
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