ESP-IDF
ot::RssAverager::GetRaw() const
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
ot::RssAverager::GetRaw() const
ot::RssAverager::GetRaw() const method
Returns an raw/encoded version of current average signal strength value. The raw value is the average multiplied by a precision factor (currently set as -8).
Syntax
Show:
Summary
Declaration
from
link_quality.hpp:145
uint16_t
GetRaw
(
void
)
const
;
Return value
The current average multiplied by precision factor or zero if no average is available.
Examples
References
from
examples
Code
Location
uint16_t
GetRaw
(
void
)
const
{
return
mAverage
;
}
link_quality.hpp:145
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::RssAverager::GetRaw() const
reads 1 variable:
ot::RssAverager::mAverage
All items filtered out
ot::RssAverager::GetRaw() const
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