ESP-IDF
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const method
Returns if the REED is expected to become Router soon.
Syntax
Show:
Summary
Declaration
Definition
from
mle_router.hpp:325
bool
IsExpectedToBecomeRouterSoon
(
void
)
const
;
Implemented in
mle_router.cpp:3356
Return value
TRUE If the REED is going to become a Router soon. FALSE If the REED is not going to become a Router soon.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
MleRouter
::
IsExpectedToBecomeRouterSoon
(
void
)
const
mle_router.cpp:3356
bool
IsExpectedToBecomeRouterSoon
(
void
)
const
;
mle_router.hpp:325
else
if
(
mle
.
IsExpectedToBecomeRouterSoon
(
)
)
dua_manager.cpp:323
ot::DuaManager
ot::DuaManager::HandleNotifierEvents()
if
(
!
mle
.
IsRouterOrLeader
(
)
&&
mle
.
IsExpectedToBecomeRouterSoon
(
)
)
dua_manager.cpp:437
ot::DuaManager
ot::DuaManager::PerformNextRegistration()
Call Tree
from
examples
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const
is called by 2 functions and calls 3 functions:
ot::DuaManager::HandleNotifierEvents()
ot::DuaManager::PerformNextRegistration()
All items filtered out
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const
ot::Mle::MleRouter::RouterRoleTransition::IsPending() const
ot::Mle::MleRouter::RouterRoleTransition::GetTimeout() const
ot::Mle::MleRouter::IsRouterEligible() const
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const
reads 4 variables:
ot::Mle::Mle::IsChild() const
ot::Mle::MleRouter::mAddressSolicitPending
ot::Mle::MleRouter::mAddressSolicitRejected
ot::Mle::MleRouter::mRouterRoleTransition
All items filtered out
ot::Mle::MleRouter::IsExpectedToBecomeRouterSoon() const
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