ESP-IDF
ot::RouterTable::mRouterIdSequence
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::RouterTable::mRouterIdSequence
ot::RouterTable::mRouterIdSequence field
Syntax
Show:
Summary
Declaration
from
router_table.hpp:466
uint8_t
mRouterIdSequence
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mRouterIdSequence
;
router_table.hpp:466
,
mRouterIdSequence
(
Random
::
NonCrypto
::
GetUint8
(
)
)
router_table.cpp:44
ot::RouterTable
ot::RouterTable::RouterTable()
mRouterIdSequence
++
;
router_table.cpp:176
ot::RouterTable
ot::RouterTable::Allocate()
mRouterIdSequence
++
;
router_table.cpp:208
ot::RouterTable
ot::RouterTable::Release()
mRouterIdSequence
=
aRouterIdSequence
;
router_table.cpp:507
ot::RouterTable
ot::RouterTable::UpdateRouterIdSet()
uint8_t
routerIdSequence
=
mRouterIdSequence
;
router_table.cpp:710
ot::RouterTable
ot::RouterTable::FillRouteTlv() const
mRouterIdSequence
++
;
router_table.cpp:806
ot::RouterTable
ot::RouterTable::HandleTimeTick()
uint8_t
GetRouterIdSequence
(
void
)
const
{
return
mRouterIdSequence
;
}
router_table.hpp:282
ot::RouterTable
ot::RouterTable::GetRouterIdSequence() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::RouterTable::mRouterIdSequence
is written by 4 functions and is read by 5 functions:
ot::RouterTable::Allocate()
ot::RouterTable::Release()
ot::RouterTable::UpdateRouterIdSet()
ot::RouterTable::HandleTimeTick()
All items filtered out
ot::RouterTable::mRouterIdSequence
ot::RouterTable::GetRouterIdSequence() const
ot::RouterTable::Allocate()
ot::RouterTable::Release()
ot::RouterTable::FillRouteTlv() const
ot::RouterTable::HandleTimeTick()
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