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

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

提供應用程式集系統或世界標準時間時間戳記的聯集。

摘要

建構函式和解構函式

Timestamp(void)
預設建構函式。
Timestamp(utc_timestamp_t aUtc)
世界標準時間時間戳記建構函式。
Timestamp(timestamp_t aSystem)
系統時間戳記建構函式。

公開屬性

systemTimestamp
系統時間戳記。
utcTimestamp
UTC 時間戳記。

公開屬性

systemTimestamp

timestamp_t systemTimestamp

系統時間戳記。

utcTimestamp

utc_timestamp_t utcTimestamp

UTC 時間戳記。

公開函式

時間戳記

 Timestamp(
  void
)

預設建構函式。

時間戳記

 Timestamp(
  utc_timestamp_t aUtc
)

世界標準時間時間戳記建構函式。

時間戳記

 Timestamp(
  timestamp_t aSystem
)

系統時間戳記建構函式。