ESP-IDF
ot::LinkQualityInfo::GetLinkMargin() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::LinkQualityInfo::GetLinkMargin() const
ot::LinkQualityInfo::GetLinkMargin() const method
Returns the link margin. The link margin is calculated using the link's current average received signal strength (RSS) and average noise floor.
Syntax
Show:
Summary
Declaration
Definition
from
link_quality.hpp:340
uint8_t
GetLinkMargin
(
void
)
const
;
Implemented in
link_quality.cpp:161
Return value
Link margin derived from average received signal strength and average noise floor.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
LinkQualityInfo
::
GetLinkMargin
(
void
)
const
link_quality.cpp:161
uint8_t
GetLinkMargin
(
void
)
const
;
link_quality.hpp:340
SetLinkQuality
(
CalculateLinkQuality
(
GetLinkMargin
(
)
,
oldLinkQuality
)
)
;
link_quality.cpp:155
ot::LinkQualityInfo
ot::LinkQualityInfo::AddRss()
mLinkMargin
=
aNeighbor
.
GetLinkInfo
(
)
.
GetLinkMargin
(
)
;
neighbor.cpp:97
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
ot::LinkQualityInfo::GetLinkMargin() const
is called by 2 functions and calls 1 function:
ot::LinkQualityInfo::AddRss()
ot::Neighbor::Info::SetFrom()
All items filtered out
ot::LinkQualityInfo::GetLinkMargin() const
ot::LinkQualityInfo::GetAverageRss() const
All items filtered out
Data Use
from
examples
All items filtered out
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