nl::Weave::Profiles::DataManagement_Current::Timestamp

#include <src/lib/profiles/data-management/Current/EventLoggingTypes.h>

L'unione che fornisce un sistema di set di applicazioni o un timestamp UTC.

Riepilogo

Costruttori e distruttori

Timestamp(void)
Costruttore predefinito.
Timestamp(utc_timestamp_t aUtc)
Costruttore timestamp UTC.
Timestamp(timestamp_t aSystem)
Costruttore timestamp di sistema.

Attributi pubblici

systemTimestamp
Timestamp del sistema.
utcTimestamp
Timestamp UTC.

Attributi pubblici

systemTimestamp

timestamp_t systemTimestamp

Timestamp del sistema.

utcTimestamp

utc_timestamp_t utcTimestamp

Timestamp UTC.

Funzioni pubbliche

Timestamp

 Timestamp(
  void
)

Costruttore predefinito.

Timestamp

 Timestamp(
  utc_timestamp_t aUtc
)

Costruttore timestamp UTC.

Timestamp

 Timestamp(
  timestamp_t aSystem
)

Costruttore timestamp di sistema.