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

Zusammenfassung

Übernahme

Direkte bekannte Unterklassen: nl::Weave::Profiles::Time::TimeSyncNode

Geschützte Attribute

ExchangeMgr
FabricState

Geschützte Funktionen

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

Öffentliche Funktionen

GetExchangeMgr(void) const
GetFabricState(void) const

Geschützte statische Funktionen

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

Geschützte Attribute

ExchangeMgr

WeaveExchangeManager * ExchangeMgr

FabricState

WeaveFabricState * FabricState

Geschützte Funktionen

Init

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

TimeSyncNodeBase

 _TimeSyncNodeBase(
  void
)

Öffentliche Funktionen

GetExchangeMgr

WeaveExchangeManager * GetExchangeMgr(
  void
) const 

GetFabricState

WeaveFabricState * GetFabricState(
  void
) const 

Geschützte statische Funktionen

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
)