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

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

Die Union, die einen Anwendungs-Set-System- oder UTC-Zeitstempel bereitstellt.

Zusammenfassung

Konstruktoren und Zerstörer

Timestamp(void)
Standardkonstruktor.
Timestamp(utc_timestamp_t aUtc)
UTC-Zeitstempelkonstruktor.
Timestamp(timestamp_t aSystem)
Systemzeitstempelkonstruktor.

Öffentliche Attribute

systemTimestamp
Systemzeitstempel.
utcTimestamp
UTC-Zeitstempel.

Öffentliche Attribute

systemTimestamp

timestamp_t systemTimestamp

Systemzeitstempel.

utcTimestamp

utc_timestamp_t utcTimestamp

UTC-Zeitstempel.

Öffentliche Funktionen

Zeitstempel

 Timestamp(
  void
)

Standardkonstruktor.

Zeitstempel

 Timestamp(
  utc_timestamp_t aUtc
)

UTC-Zeitstempelkonstruktor.

Zeitstempel

 Timestamp(
  timestamp_t aSystem
)

Systemzeitstempelkonstruktor.