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

systemTimestamp

timestamp_t systemTimestamp

System timestamp.

utcTimestamp

utc_timestamp_t utcTimestamp

UTC timestamp.

Public functions

Timestamp

 Timestamp(
  void
)

Default constructor.

Timestamp

 Timestamp(
  utc_timestamp_t aUtc
)

UTC timestamp constructor.

Timestamp

 Timestamp(
  timestamp_t aSystem
)

System timestamp constructor.