ESP-IDF
ot::Router::mCost
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::Router::mCost
ot::Router::mCost field
Syntax
Show:
Summary
Declaration
from
router.hpp:150
uint8_t
mCost
:
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mCost
:
4
;
///< The cost to this router via neighbor router
router.hpp:150
if
(
mCost
!=
aCost
)
router.cpp:104
ot::Router
ot::Router::SetNextHopAndCost()
mCost
=
aCost
;
router.cpp:106
ot::Router
ot::Router::SetNextHopAndCost()
uint8_t
GetCost
(
void
)
const
{
return
mCost
;
}
router.hpp:122
ot::Router
ot::Router::GetCost() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Router::mCost
is written by 1 function and is read by 2 functions:
ot::Router::SetNextHopAndCost()
All items filtered out
ot::Router::mCost
ot::Router::GetCost() const
ot::Router::SetNextHopAndCost()
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