ESP-IDF
otLeaderData::mWeighting
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otLeaderData::mWeighting
otLeaderData::mWeighting field
Syntax
Show:
Summary
Declaration
from
thread.h:125
uint8_t
mWeighting
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mWeighting
;
///< Leader Weight
thread.h:125
OutputLine
(
"Weighting: %u"
,
leaderData
.
mWeighting
)
;
cli.cpp:3522
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
aIndentSize
,
"Weighting: %u"
,
aLeaderData
.
mWeighting
)
;
cli.cpp:8051
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputLeaderData()
uint8_t
GetWeighting
(
void
)
const
{
return
mWeighting
;
}
mle_types.hpp:380
ot::Mle::LeaderData
ot::Mle::LeaderData::GetWeighting() const
void
SetWeighting
(
uint8_t
aWeighting
)
{
mWeighting
=
aWeighting
;
}
mle_types.hpp:387
ot::Mle::LeaderData
ot::Mle::LeaderData::SetWeighting()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otLeaderData::mWeighting
is written by 1 function and is read by 3 functions:
ot::Mle::LeaderData::SetWeighting()
All items filtered out
otLeaderData::mWeighting
ot::Mle::LeaderData::GetWeighting() const
ot::Cli::Interpreter::Process()
ot::Cli::Interpreter::OutputLeaderData()
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