ESP-IDF
ot::Neighbor::GetLinkInfo()
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::Neighbor::GetLinkInfo()
ot::Neighbor::GetLinkInfo() method
Returns the LinkQualityInfo object.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:572
LinkQualityInfo
&
GetLinkInfo
(
void
)
;
Return value
The LinkQualityInfo object.
Examples
References
from
examples
Code
Location
Scope
Referrer
LinkQualityInfo
&
GetLinkInfo
(
void
)
{
return
mLinkInfo
;
}
neighbor.hpp:572
neighbor
->
GetLinkInfo
(
)
.
AddFrameTxStatus
(
frameTxSuccess
)
;
mac.cpp:1179
ot::Mac::Mac
ot::Mac::Mac::RecordFrameTransmitStatus()
LinkQuality
oldLinkQuality
=
aNeighbor
.
GetLinkInfo
(
)
.
GetLinkQuality
(
)
;
mac.cpp:2068
ot::Mac::Mac
ot::Mac::Mac::UpdateNeighborLinkInfo()
aNeighbor
.
GetLinkInfo
(
)
.
AddRss
(
aRxFrame
.
GetRssi
(
)
)
;
mac.cpp:2070
ot::Mac::Mac
ot::Mac::Mac::UpdateNeighborLinkInfo()
VerifyOrExit
(
aNeighbor
.
GetLinkInfo
(
)
.
GetLinkQuality
(
)
!=
oldLinkQuality
)
;
mac.cpp:2080
ot::Mac::Mac
ot::Mac::Mac::UpdateNeighborLinkInfo()
aNeighbor
->
GetLinkInfo
(
)
.
AddMessageTxStatus
(
mSendMessage
->
GetTxSuccess
(
)
)
;
mesh_forwarder.cpp:1271
ot::MeshForwarder
ot::MeshForwarder::UpdateSendMessage()
aNeighbor
.
GetLinkInfo
(
)
.
Clear
(
)
;
mle.cpp:1060
ot::Mle::Mle
ot::Mle::Mle::InitNeighbor()
aNeighbor
.
GetLinkInfo
(
)
.
AddRss
(
aRxInfo
.
mMessage
.
GetAverageRss
(
)
)
;
mle.cpp:1061
ot::Mle::Mle
ot::Mle::Mle::InitNeighbor()
aNeighbor
.
GetLinkInfo
(
)
.
Clear
(
)
;
mle_router.cpp:3142
ot::Mle::MleRouter
ot::Mle::MleRouter::RemoveNeighbor()
Call Tree
from
examples
ot::Neighbor::GetLinkInfo()
is called by 5 functions:
ot::Mac::Mac::RecordFrameTransmitStatus()
ot::Mac::Mac::UpdateNeighborLinkInfo()
ot::MeshForwarder::UpdateSendMessage()
ot::Mle::Mle::InitNeighbor()
ot::Mle::MleRouter::RemoveNeighbor()
All items filtered out
ot::Neighbor::GetLinkInfo()
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