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

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

Union qui fournit un système d'ensembles d'applications ou un horodatage UTC.

Résumé

Constructeurs et destructeurs

Timestamp(void)
Constructeur par défaut.
Timestamp(utc_timestamp_t aUtc)
Constructeur d'horodatage UTC.
Timestamp(timestamp_t aSystem)
Constructeur d'horodatage système.

Attributs publics

systemTimestamp
Code temporel système.
utcTimestamp
Horodatage UTC.

Attributs publics

systemTimestamp

timestamp_t systemTimestamp

Code temporel système.

utcTimestamp

utc_timestamp_t utcTimestamp

Horodatage UTC.

Fonctions publiques

Horodatage

 Timestamp(
  void
)

Constructeur par défaut.

Horodatage

 Timestamp(
  utc_timestamp_t aUtc
)

Constructeur d'horodatage UTC.

Horodatage

 Timestamp(
  timestamp_t aSystem
)

Constructeur d'horodatage système.