nl::Weave::Profiles::DataManagement_Current::時間戳記

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

提供應用程式組或 UTC 時間戳記的聯集。

總結

建構函式和解構程式

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

公開屬性

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

公開屬性

系統時間戳記

timestamp_t systemTimestamp

系統時間戳記。

utcTimestamp

utc_timestamp_t utcTimestamp

UTC 時間戳記。

公開函式

時間戳記

 Timestamp(
  void
)

預設建構函式。

時間戳記

 Timestamp(
  utc_timestamp_t aUtc
)

UTC 時間戳記建構函式。

時間戳記

 Timestamp(
  timestamp_t aSystem
)

系統時間戳記建構函式。