ESP-IDF
otNeighborInfo::mAverageRssi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNeighborInfo::mAverageRssi
otNeighborInfo::mAverageRssi field
Syntax
Show:
Summary
Declaration
from
thread.h:103
int8_t
mAverageRssi
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
mAverageRssi
;
///< Average RSSI
thread.h:103
OutputFormat
(
"| %8d "
,
neighborInfo
.
mAverageRssi
)
;
cli.cpp:4373
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"| %7d "
,
neighborInfo
.
mAverageRssi
)
;
cli.cpp:4433
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mAverageRssi
=
aNeighbor
.
GetLinkInfo
(
)
.
GetAverageRss
(
)
;
neighbor.cpp:95
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNeighborInfo::mAverageRssi
is written by 1 function and is read by 1 function:
ot::Neighbor::Info::SetFrom()
All items filtered out
otNeighborInfo::mAverageRssi
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