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

Summary

Inheritance

Direct Known Subclasses: nl::Weave::Profiles::Time::TimeSyncNode

Protected attributes

ExchangeMgr
FabricState

Protected functions

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

Public functions

GetExchangeMgr(void) const
GetFabricState(void) const

Protected static functions

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

Protected attributes

ExchangeMgr

WeaveExchangeManager * ExchangeMgr

FabricState

WeaveFabricState * FabricState

Protected functions

Init

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

_TimeSyncNodeBase

 _TimeSyncNodeBase(
  void
)

Public functions

GetExchangeMgr

WeaveExchangeManager * GetExchangeMgr(
  void
) const 

GetFabricState

WeaveFabricState * GetFabricState(
  void
) const 

Protected static functions

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
)