nl:: Weave:: Profiles:: DataManagement_Current:: Timestamp
#include <src/lib/profiles/data-management/Current/EventLoggingTypes.h>
The union that provides an application set system or UTC timestamp.
Summary
Constructors and Destructors |
|
---|---|
Timestamp(void)
Default constructor.
|
|
Timestamp(utc_timestamp_t aUtc)
UTC timestamp constructor.
|
|
Timestamp(timestamp_t aSystem)
System timestamp constructor.
|
Public attributes |
|
---|---|
systemTimestamp
|
System timestamp.
|
utcTimestamp
|
UTC timestamp.
|
Public attributes
Public functions
Timestamp
Timestamp( void )
Default constructor.