ESP-IDF
otThreadLinkInfo::mRss
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
otThreadLinkInfo::mRss
otThreadLinkInfo::mRss field
Syntax
Show:
Summary
Declaration
from
message.h:95
int8_t
mRss
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
mRss
;
///< Received Signal Strength in dBm (averaged over fragments)
message.h:95
mRss
=
aFrame
.
GetRssi
(
)
;
mesh_forwarder.cpp:79
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
int8_t
GetRss
(
void
)
const
{
return
mRss
;
}
mesh_forwarder.hpp:119
ot::ThreadLinkInfo
ot::ThreadLinkInfo::GetRss() const
aLinkInfo
.
mRss
=
GetAverageRss
(
)
;
message.cpp:809
ot::Message
ot::Message::GetLinkInfo() const
AddRss
(
aLinkInfo
.
mRss
)
;
message.cpp:831
ot::Message
ot::Message::UpdateLinkInfoFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otThreadLinkInfo::mRss
is written by 2 functions and is read by 2 functions:
ot::Message::GetLinkInfo() const
ot::ThreadLinkInfo::SetFrom()
All items filtered out
otThreadLinkInfo::mRss
ot::ThreadLinkInfo::GetRss() const
ot::Message::UpdateLinkInfoFrom()
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