MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / SetTime

Method SetTime

cpp/src/platform/TimeStamp.cpp:68–74  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Sets the timestamp to now, plus an offset in milliseconds -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

66// Sets the timestamp to now, plus an offset in milliseconds
67//-----------------------------------------------------------------------------
68void TimeStamp::SetTime
69(
70 int32 _milliseconds // = 0
71)
72{
73 m_pImpl->SetTime( _milliseconds );
74}
75
76//-----------------------------------------------------------------------------
77// <TimeStamp::TimeRemaining>

Callers 5

DriverThreadProcMethod · 0.45
WriteMsgMethod · 0.45
TimerSetEventMethod · 0.45
ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected