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

Method PollThreadEntryPoint

cpp/src/Driver.cpp:4456–4467  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Entry point of the thread for poll Z-Wave devices -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4454// Entry point of the thread for poll Z-Wave devices
4455//-----------------------------------------------------------------------------
4456void Driver::PollThreadEntryPoint
4457(
4458 Event* _exitEvent,
4459 void* _context
4460)
4461{
4462 Driver* driver = (Driver*)_context;
4463 if( driver )
4464 {
4465 driver->PollThreadProc( _exitEvent );
4466 }
4467}
4468
4469//-----------------------------------------------------------------------------
4470// <Driver::PollThreadProc>

Callers

nothing calls this directly

Calls 1

PollThreadProcMethod · 0.80

Tested by

no test coverage detected