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

Method IsSignalled

cpp/src/platform/Event.cpp:90–95  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Test whether the event is set -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

88// Test whether the event is set
89//-----------------------------------------------------------------------------
90bool Event::IsSignalled
91(
92)
93{
94 return m_pImpl->IsSignalled();
95}
96
97//-----------------------------------------------------------------------------
98// <Event::Wait>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected