ESP-IDF
otRouterInfo::mAge
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
otRouterInfo::mAge
otRouterInfo::mAge field
Syntax
Show:
Summary
Declaration
from
thread.h:143
uint8_t
mAge
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mAge
;
///< Time last heard
thread.h:143
OutputLine
(
"Age: %lu"
,
ToUlong
(
parentInfo
.
mAge
)
)
;
cli.cpp:5491
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"| %3u "
,
routerInfo
.
mAge
)
;
cli.cpp:6221
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
"Age: %u"
,
routerInfo
.
mAge
)
;
cli.cpp:6291
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mAge
=
static_cast
<
uint8_t
>
(
Time
::
MsecToSec
(
TimerMilli
::
GetNow
(
)
-
aRouter
.
GetLastHeard
(
)
)
)
;
router.cpp:52
ot::Router::Info
ot::Router::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otRouterInfo::mAge
is written by 1 function and is read by 1 function:
ot::Router::Info::SetFrom()
All items filtered out
otRouterInfo::mAge
ot::Cli::Interpreter::Process()
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