ESP-IDF
kStatePrimary
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
kStatePrimary
kStatePrimary value
Syntax
Show:
Summary
Declaration
from
bbr_local.hpp:87
kStatePrimary
=
OT_BACKBONE_ROUTER_STATE_PRIMARY
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStatePrimary
=
OT_BACKBONE_ROUTER_STATE_PRIMARY
,
///< The Primary Backbone Router.
bbr_local.hpp:87
if
(
mState
==
kStatePrimary
)
bbr_local.cpp:104
ot::BackboneRouter::Local
ot::BackboneRouter::Local::Reset()
case
kStatePrimary
:
bbr_local.cpp:220
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetState()
if
(
aState
==
kStatePrimary
)
bbr_local.cpp:225
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetState()
SetState
(
kStatePrimary
)
;
bbr_local.cpp:276
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
bool
IsPrimary
(
void
)
const
{
return
mState
==
kStatePrimary
;
}
bbr_local.hpp:160
ot::BackboneRouter::Local
ot::BackboneRouter::Local::IsPrimary() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStatePrimary
is read by 4 functions:
All items filtered out
kStatePrimary
ot::BackboneRouter::Local::IsPrimary() const
ot::BackboneRouter::Local::Reset()
ot::BackboneRouter::Local::SetState()
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
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