ESP-IDF
otTimestamp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTimestamp
otTimestamp struct
Represents a Thread Dataset timestamp component.
Syntax
Show:
Summary
Declaration
from
dataset.h:209
typedef
struct
otTimestamp
{
uint64_t
mSeconds
;
uint16_t
mTicks
;
bool
mAuthoritative
;
}
otTimestamp
;
Fields
Field
Declared as
otTimestamp::mSeconds
uint64_t
otTimestamp::mTicks
uint16_t
otTimestamp::mAuthoritative
bool
Related Functions
Found 2 other functions taking a
otTimestamp
argument:
Function
Description
ot::MeshCoP::Timestamp::ConvertTo() const
Copies the `Timestamp` information to `Timestamp::Info` data structure.
ot::MeshCoP::Timestamp::SetFrom()
Sets the `Timestamp` from a given component-wise `Info` structure.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
otTimestamp
dataset.h:209
}
otTimestamp
;
dataset.h:214
typedef
otTimestamp
Info
;
timestamp.hpp:61
}
otTimestamp
;
dataset.h:214
otTimestamp
otTimestamp
mActiveTimestamp
;
///< Active Timestamp
dataset.h:223
otOperationalDataset
otOperationalDataset::mActiveTimestamp
otTimestamp
mPendingTimestamp
;
///< Pending Timestamp
dataset.h:224
otOperationalDataset
otOperationalDataset::mPendingTimestamp
void
Timestamp
::
ConvertTo
(
Info
&
aInfo
)
const
timestamp.cpp:43
ot::MeshCoP::Timestamp::ConvertTo() const
ot::MeshCoP::Timestamp::ConvertTo() const::aInfo
void
Timestamp
::
SetFrom
(
const
Info
&
aInfo
)
timestamp.cpp:50
ot::MeshCoP::Timestamp::SetFrom()
ot::MeshCoP::Timestamp::SetFrom()::aInfo
typedef
otTimestamp
Info
;
timestamp.hpp:61
ot::MeshCoP::Timestamp
ot::MeshCoP::Timestamp::Info
void
ConvertTo
(
Info
&
aInfo
)
const
;
timestamp.hpp:68
ot::MeshCoP::Timestamp::ConvertTo() const
ot::MeshCoP::Timestamp::ConvertTo() const::aInfo
void
SetFrom
(
const
Info
&
aInfo
)
;
timestamp.hpp:75
ot::MeshCoP::Timestamp::SetFrom()
ot::MeshCoP::Timestamp::SetFrom()::aInfo
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
otOperationalDataset::mActiveTimestamp
otOperationalDataset
dataset.h:223
otOperationalDataset::mPendingTimestamp
otOperationalDataset
dataset.h:224
ot::MeshCoP::Timestamp::ConvertTo() const::aInfo
ot::MeshCoP::Timestamp::ConvertTo() const
timestamp.hpp:68
ot::MeshCoP::Timestamp::SetFrom()::aInfo
ot::MeshCoP::Timestamp::SetFrom()
timestamp.hpp:75
ot::MeshCoP::Timestamp::ConvertTo() const::aInfo
ot::MeshCoP::Timestamp::ConvertTo() const
timestamp.cpp:43
ot::MeshCoP::Timestamp::SetFrom()::aInfo
ot::MeshCoP::Timestamp::SetFrom()
timestamp.cpp:50
Lifecycle
from
examples
All items filtered out
All items filtered out