ESP-IDF
otRouterInfo::mPathCost
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
otRouterInfo::mPathCost
otRouterInfo::mPathCost field
Syntax
Show:
Summary
Declaration
from
thread.h:140
uint8_t
mPathCost
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mPathCost
;
///< Path cost to router
thread.h:140
OutputFormat
(
"| %9u "
,
routerInfo
.
mPathCost
)
;
cli.cpp:6218
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
"Cost: %u"
,
routerInfo
.
mPathCost
)
;
cli.cpp:6288
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mPathCost
=
aRouter
.
GetCost
(
)
;
router.cpp:49
ot::Router::Info
ot::Router::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otRouterInfo::mPathCost
is written by 1 function and is read by 1 function:
ot::Router::Info::SetFrom()
All items filtered out
otRouterInfo::mPathCost
ot::Cli::Interpreter::Process()
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