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 时间戳。

公共属性

systemTimestamp

timestamp_t systemTimestamp

系统时间戳。

utcTimestamp

utc_timestamp_t utcTimestamp

UTC 时间戳。

公共函数

时间戳

 Timestamp(
  void
)

默认构造函数。

时间戳

 Timestamp(
  utc_timestamp_t aUtc
)

UTC 时间戳构造函数。

时间戳

 Timestamp(
  timestamp_t aSystem
)

系统时间戳构造函数。