ESP-IDF
ot::MeshCoP::Timestamp::ConvertTo() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::Timestamp::ConvertTo() const
ot::MeshCoP::Timestamp::ConvertTo() const method
Copies the `Timestamp` information to `Timestamp::Info` data structure.
Syntax
Show:
Summary
Declaration
Definition
from
timestamp.hpp:68
void
ConvertTo
(
Info
&
aInfo
)
const
;
Implemented in
timestamp.cpp:43
Arguments
Argument
Description
aInfo
A reference to a `Timestamp::Info` to populate.
Related Functions
Found 1 other functions taking a
otTimestamp
argument:
Function
Description
ot::MeshCoP::Timestamp::SetFrom()
Sets the `Timestamp` from a given component-wise `Info` structure.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Timestamp
::
ConvertTo
(
Info
&
aInfo
)
const
timestamp.cpp:43
void
ConvertTo
(
Info
&
aInfo
)
const
;
timestamp.hpp:68
aTimestamp
.
ConvertTo
(
mActiveTimestamp
)
;
dataset.hpp:772
ot::MeshCoP::Dataset::Info
ot::MeshCoP::Dataset::Info::Set()
aTimestamp
.
ConvertTo
(
mPendingTimestamp
)
;
dataset.hpp:778
ot::MeshCoP::Dataset::Info
ot::MeshCoP::Dataset::Info::Set()
Call Tree
from
examples
ot::MeshCoP::Timestamp::ConvertTo() const
is called by 1 function and calls 3 functions:
ot::MeshCoP::Dataset::Info::Set()
All items filtered out
ot::MeshCoP::Timestamp::ConvertTo() const
ot::MeshCoP::Timestamp::GetTicks() const
ot::MeshCoP::Timestamp::GetAuthoritative() const
ot::MeshCoP::Timestamp::GetSeconds() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::Timestamp::ConvertTo() const
writes 3 variables:
All items filtered out
ot::MeshCoP::Timestamp::ConvertTo() const
otTimestamp::mSeconds
otTimestamp::mTicks
otTimestamp::mAuthoritative
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