union Timestamp
Defined at line 177 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/EventLoggingTypes.h
The union that provides an application set system or UTC timestamp.
Public Members
timestamp_t systemTimestamp
utc_timestamp_t utcTimestamp
Public Methods
void Timestamp ()
Default constructor.
Defined at line 182 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/EventLoggingTypes.h
void Timestamp (utc_timestamp_t aUtc)
UTC timestamp constructor.
Defined at line 187 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/EventLoggingTypes.h
void Timestamp (timestamp_t aSystem)
System timestamp constructor.
Defined at line 192 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/EventLoggingTypes.h