ESP-IDF
ot::Uptime::GetUptime() const
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::Uptime::GetUptime() const
ot::Uptime::GetUptime() const method
Returns the current device uptime (in msec). The uptime is maintained as number of milliseconds since OpenThread instance was initialized.
Syntax
Show:
Summary
Declaration
Definition
from
uptime.hpp:75
uint64_t
GetUptime
(
void
)
const
;
Implemented in
uptime.cpp:51
Return value
The uptime (number of milliseconds).
Examples
References
from
examples
Code
Location
Scope
Referrer
uint64_t
Uptime
::
GetUptime
(
void
)
const
uptime.cpp:51
void
Uptime
::
GetUptime
(
char
*
aBuffer
,
uint16_t
aSize
)
const
uptime.cpp:81
uint64_t
GetUptime
(
void
)
const
;
uptime.hpp:75
void
GetUptime
(
char
*
aBuffer
,
uint16_t
aSize
)
const
;
uptime.hpp:89
UptimeToString
(
GetUptime
(
)
,
writer
,
/* aIncludeMsec */
true
)
;
uptime.cpp:85
ot::Uptime
ot::Uptime::GetUptime() const
Call Tree
from
examples
ot::Uptime::GetUptime() const
is called by 1 function and calls 5 functions:
ot::Uptime::GetUptime() const
All items filtered out
ot::Uptime::GetUptime() const
ot::Time::Time()
ot::TimerMilli::GetNow()
ot::StringWriter::StringWriter()
ot::Uptime::GetUptime() const
ot::Uptime::UptimeToString()
All items filtered out
Data Use
from
examples
ot::Uptime::GetUptime() const
reads 1 variable:
ot::Uptime::mOverflowCount
All items filtered out
ot::Uptime::GetUptime() 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