ESP-IDF
ot::Mle::kMaxRouteCost
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::Mle::kMaxRouteCost
ot::Mle::kMaxRouteCost variable
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:90
constexpr
uint8_t
kMaxRouteCost
=
16
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint8_t
kMaxRouteCost
=
16
;
///< Maximum path cost
mle_types.hpp:90
uint8_t
cost
=
Mle
::
kMaxRouteCost
;
link_quality.cpp:237
ot::CostForLinkQuality()
constexpr
uint8_t
kCostForLinkQuality0
=
Mle
::
kMaxRouteCost
;
///< Link Cost for Link Quality 0.
link_quality.hpp:228
static
constexpr
uint8_t
kMeshHeaderHopsLeft
=
Mle
::
kMaxRouteCost
+
3
;
mesh_forwarder.hpp:354
uint8_t
rval
=
Mle
::
kMaxRouteCost
;
router_table.cpp:355
ot::RouterTable
ot::RouterTable::GetLinkCost() const
uint8_t
rval
=
Mle
::
kMaxRouteCost
;
router_table.cpp:367
ot::RouterTable
ot::RouterTable::GetLinkCost() const
aPathCost
=
Mle
::
kMaxRouteCost
;
router_table.cpp:398
ot::RouterTable
ot::RouterTable::GetNextHopAndPathCost() const
if
(
aPathCost
<
Mle
::
kMaxRouteCost
)
router_table.cpp:461
ot::RouterTable
ot::RouterTable::GetNextHopAndPathCost() const
if
(
GetPathCost
(
Mle
::
Rloc16FromRouterId
(
routerId
)
)
<
Mle
::
kMaxRouteCost
)
router_table.cpp:571
ot::RouterTable
ot::RouterTable::UpdateRoutes()
cost
=
(
cost
==
0
)
?
Mle
::
kMaxRouteCost
:
cost
;
router_table.cpp:628
ot::RouterTable
ot::RouterTable::UpdateRoutes()
if
(
cost
+
linkCostToNeighbor
<
Mle
::
kMaxRouteCost
)
router_table.cpp:634
ot::RouterTable
ot::RouterTable::UpdateRoutes()
bool
newCostFinite
=
(
GetPathCost
(
Mle
::
Rloc16FromRouterId
(
routerId
)
)
<
Mle
::
kMaxRouteCost
)
;
router_table.cpp:664
ot::RouterTable
ot::RouterTable::UpdateRoutes()
if
(
pathCost
>=
Mle
::
kMaxRouteCost
)
router_table.cpp:783
ot::RouterTable
ot::RouterTable::FillRouteTlv() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::kMaxRouteCost
is read by 5 functions:
All items filtered out
ot::Mle::kMaxRouteCost
ot::CostForLinkQuality()
ot::RouterTable::GetLinkCost() const
ot::RouterTable::GetNextHopAndPathCost() const
ot::RouterTable::UpdateRoutes()
ot::RouterTable::FillRouteTlv() 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