nl::Weave::Profiles::Time::_TimeSyncNodeBase

요약

상속

직접 알려진 서브클래스: nl::Weave::Profiles::Time::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)

보호된 속성

ExchangeMgr

WeaveExchangeManager * ExchangeMgr

FabricState

WeaveFabricState * FabricState

보호된 함수

Init

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

_TimeSyncNodeBase

 _TimeSyncNodeBase(
  void
)

공개 함수

GetExchangeMgr

WeaveExchangeManager * GetExchangeMgr(
  void
) const 

GetFabricState

WeaveFabricState * GetFabricState(
  void
) const 

보호된 정적 함수

GetClock_Monotonic

timesync_t GetClock_Monotonic(
  void
)

GetClock_MonotonicHiRes

timesync_t GetClock_MonotonicHiRes(
  void
)

GetClock_RealTime

WEAVE_ERROR GetClock_RealTime(
  timesync_t & curTime
)

SetClock_RealTime

WEAVE_ERROR SetClock_RealTime(
  timesync_t newCurTime
)