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

Method Set

cpp/src/platform/Event.cpp:67–73  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Set the event to signalled -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

65// Set the event to signalled
66//-----------------------------------------------------------------------------
67void Event::Set
68(
69)
70{
71 m_pImpl->Set();
72 Notify(); // Notify any watchers that the event is now set
73}
74
75//-----------------------------------------------------------------------------
76// <Event::Reset>

Callers 2

WaitMultipleCallbackFunction · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected