ESP-IDF
ot::BackboneRouter::Local::mState
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::BackboneRouter::Local::mState
ot::BackboneRouter::Local::mState field
Syntax
Show:
Summary
Declaration
from
bbr_local.hpp:287
State
mState
;
Examples
References
from
examples
Code
Location
Scope
Referrer
State
mState
;
bbr_local.hpp:287
,
mState
(
kStateDisabled
)
bbr_local.cpp:49
ot::BackboneRouter::Local
ot::BackboneRouter::Local::Local()
VerifyOrExit
(
mState
!=
kStateDisabled
)
;
bbr_local.cpp:100
ot::BackboneRouter::Local
ot::BackboneRouter::Local::Reset()
if
(
mState
==
kStatePrimary
)
bbr_local.cpp:104
ot::BackboneRouter::Local
ot::BackboneRouter::Local::Reset()
VerifyOrExit
(
mState
!=
kStateDisabled
&&
Get
<
Mle
::
Mle
>
(
)
.
IsAttached
(
)
)
;
bbr_local.cpp:173
ot::BackboneRouter::Local
ot::BackboneRouter::Local::AddService()
VerifyOrExit
(
mState
!=
aState
)
;
bbr_local.cpp:210
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetState()
switch
(
mState
)
bbr_local.cpp:212
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetState()
mState
=
aState
;
bbr_local.cpp:232
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetState()
State
GetState
(
void
)
const
{
return
mState
;
}
bbr_local.hpp:119
ot::BackboneRouter::Local
ot::BackboneRouter::Local::GetState() const
bool
IsPrimary
(
void
)
const
{
return
mState
==
kStatePrimary
;
}
bbr_local.hpp:160
ot::BackboneRouter::Local
ot::BackboneRouter::Local::IsPrimary() const
bool
IsEnabled
(
void
)
const
{
return
mState
!=
kStateDisabled
;
}
bbr_local.hpp:168
ot::BackboneRouter::Local
ot::BackboneRouter::Local::IsEnabled() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::BackboneRouter::Local::mState
is written by 1 function and is read by 6 functions:
ot::BackboneRouter::Local::SetState()
All items filtered out
ot::BackboneRouter::Local::mState
ot::BackboneRouter::Local::GetState() const
ot::BackboneRouter::Local::IsPrimary() const
ot::BackboneRouter::Local::IsEnabled() const
ot::BackboneRouter::Local::Reset()
ot::BackboneRouter::Local::AddService()
ot::BackboneRouter::Local::SetState()
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