ESP-IDF
ot::MeshCoP::Timestamp::SetFrom()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::SetFrom()
ot::MeshCoP::Timestamp::SetFrom() method
Sets the `Timestamp` from a given component-wise `Info` structure.
Syntax
Show:
Summary
Declaration
Definition
from
timestamp.hpp:75
void
SetFrom
(
const
Info
&
aInfo
)
;
Implemented in
timestamp.cpp:50
Arguments
Argument
Description
aInfo
A `Timestamp::Info` structure.
Related Functions
Found 1 other functions taking a
otTimestamp
argument:
Function
Description
ot::MeshCoP::Timestamp::ConvertTo() const
Copies the `Timestamp` information to `Timestamp::Info` data structure.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Timestamp
::
SetFrom
(
const
Info
&
aInfo
)
timestamp.cpp:50
void
SetFrom
(
const
Info
&
aInfo
)
;
timestamp.hpp:75
aTimestamp
.
SetFrom
(
mActiveTimestamp
)
;
dataset.hpp:761
ot::MeshCoP::Dataset::Info
ot::MeshCoP::Dataset::Info::Get() const
aTimestamp
.
SetFrom
(
mPendingTimestamp
)
;
dataset.hpp:766
ot::MeshCoP::Dataset::Info
ot::MeshCoP::Dataset::Info::Get() const
Call Tree
from
examples
ot::MeshCoP::Timestamp::SetFrom()
is called by 1 function and calls 3 functions:
ot::MeshCoP::Dataset::Info::Get() const
All items filtered out
ot::MeshCoP::Timestamp::SetFrom()
ot::MeshCoP::Timestamp::SetSeconds()
ot::MeshCoP::Timestamp::SetTicks()
ot::MeshCoP::Timestamp::SetAuthoritative()
All items filtered out
Data Use
from
examples
ot::MeshCoP::Timestamp::SetFrom()
reads 3 variables:
otTimestamp::mSeconds
otTimestamp::mTicks
otTimestamp::mAuthoritative
All items filtered out
ot::MeshCoP::Timestamp::SetFrom()
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