nl::Weave::Profile::DataManagement_Current::Timestamp

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

Die Union, die ein System für den Anwendungssatz oder einen Zeitstempel (UTC) bereitstellt.

Fazit

Konstrukteur und Zerstörer

Timestamp(void)
Standardkonstruktor.
Timestamp(utc_timestamp_t aUtc)
UTC-Zeitstempel-Konstruktor.
Timestamp(timestamp_t aSystem)
System-Zeitstempel-Konstruktor.

Öffentliche Attribute

systemTimestamp
Systemzeitstempel.
utcTimestamp
UTC-Zeitstempel

Öffentliche Attribute

SystemZeitstempel

timestamp_t systemTimestamp

Systemzeitstempel.

Logo: utcTimestamp

utc_timestamp_t utcTimestamp

UTC-Zeitstempel

Öffentliche Funktionen

Zeitstempel

 Timestamp(
  void
)

Standardkonstruktor.

Zeitstempel

 Timestamp(
  utc_timestamp_t aUtc
)

UTC-Zeitstempel-Konstruktor.

Zeitstempel

 Timestamp(
  timestamp_t aSystem
)

System-Zeitstempel-Konstruktor.