ESP-IDF
otNeighborInfo::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
otNeighborInfo::mAge
otNeighborInfo::mAge field
Syntax
Show:
Summary
Declaration
from
thread.h:97
uint32_t
mAge
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mAge
;
///< Seconds since last heard
thread.h:97
OutputFormat
(
"| %3lu "
,
ToUlong
(
neighborInfo
.
mAge
)
)
;
cli.cpp:4372
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
"| %5lu |"
,
ToUlong
(
neighborInfo
.
mAge
)
)
;
cli.cpp:4435
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
otConvertDurationInSecondsToString
(
neighborInfo
.
mAge
,
string
,
sizeof
(
string
)
)
;
cli.cpp:4504
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
" age:%lu conn-time:%lu"
,
ToUlong
(
neighborInfo
.
mAge
)
,
ToUlong
(
neighborInfo
.
mConnectionTime
)
)
;
cli.cpp:4513
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mAge
=
Time
::
MsecToSec
(
TimerMilli
::
GetNow
(
)
-
aNeighbor
.
GetLastHeard
(
)
)
;
neighbor.cpp:90
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNeighborInfo::mAge
is written by 1 function and is read by 1 function:
ot::Neighbor::Info::SetFrom()
All items filtered out
otNeighborInfo::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