ESP-IDF
ot::RouterTable::GetLinkCost() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::RouterTable::GetLinkCost() const
ot::RouterTable::GetLinkCost() const method
Returns the link cost for a neighboring router.
Syntax
Show:
Summary
Declaration
Definition
from
router_table.hpp:143
uint8_t
GetLinkCost
(
const
Router
&
aRouter
)
const
;
Implemented in
router_table.cpp:353
Arguments
Argument
Description
aRouter
A router.
Return value
The link cost to @p aRouter.
Related Functions
Found 8 other functions taking a
Router
argument:
Function
Description
ot::Router::Info::SetFrom()
Sets the `Info` instance from a given `Router`.
ot::RouterTable::RemoveRouter()
ot::RouterTable::RemoveRouterLink()
Removes a router link.
ot::RouterTable::FindNextHopOf() const
Finds the router that is the next hop of a given router.
ot::Mle::MleRouter::SendAddressSolicitResponse()
ot::RouterTable::FindNextHopOf()
Finds the router that is the next hop of a given router.
ot::Mle::MleRouter::RemoveRouterLink()
Invalidates a direct link to a neighboring router (due to failed link-layer acks).
ot::NetworkDiagnostic::RouterNeighborTlv::InitFrom()
Initializes the TLV using information from a given `Router`.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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