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

Method ThreadEntryPoint

cpp/src/platform/HidController.cpp:188–199  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Entry point of the thread for receiving data from the HID port -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

186// Entry point of the thread for receiving data from the HID port
187//-----------------------------------------------------------------------------
188void HidController::ThreadEntryPoint
189(
190 Event* _exitEvent,
191 void* _context
192)
193{
194 HidController* hc = (HidController*)_context;
195 if( hc )
196 {
197 hc->ThreadProc( _exitEvent );
198 }
199}
200
201//-----------------------------------------------------------------------------
202// <HidController::ThreadProc>

Callers

nothing calls this directly

Calls 1

ThreadProcMethod · 0.45

Tested by

no test coverage detected