NL::编织::简介::时间:: _TimeSyncNodeBase

概括

遗产

直接已知子类: NL ::纺织品::概况::时间:: TimeSyncNode

受保护的属性

ExchangeMgr
FabricState

受保护的功能

Init ( WeaveFabricState *const aFabricState, WeaveExchangeManager *const aExchangeMgr)
void
_TimeSyncNodeBase (void)

公共职能

GetExchangeMgr (void) const
GetFabricState (void) const

受保护的静态函数

GetClock_Monotonic (void)
timesync_t
GetClock_MonotonicHiRes (void)
timesync_t
GetClock_RealTime (timesync_t & curTime)
SetClock_RealTime (timesync_t newCurTime)

受保护的属性

交换管理器

WeaveExchangeManager * ExchangeMgr

织物状态

WeaveFabricState * FabricState

受保护的功能

在里面

void Init(
  WeaveFabricState *const aFabricState,
  WeaveExchangeManager *const aExchangeMgr
)

_TimeSyncNodeBase

 _TimeSyncNodeBase(
  void
)

公共职能

获取交换管理器

WeaveExchangeManager * GetExchangeMgr(
  void
) const 

获取织物状态

WeaveFabricState * GetFabricState(
  void
) const 

受保护的静态函数

GetClock_Monotonic

timesync_t GetClock_Monotonic(
  void
)

GetClock_MonotonicHiRes

timesync_t GetClock_MonotonicHiRes(
  void
)

获取时钟_实时

WEAVE_ERROR GetClock_RealTime(
  timesync_t & curTime
)

设置时钟_实时

WEAVE_ERROR SetClock_RealTime(
  timesync_t newCurTime
)