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

Method Start

cpp/src/Driver.cpp:397–405  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Start the driver thread -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

395// Start the driver thread
396//-----------------------------------------------------------------------------
397void Driver::Start
398(
399)
400{
401 // Start the thread that will handle communications with the Z-Wave network
402 m_driverThread->Start( Driver::DriverThreadEntryPoint, this );
403 m_dnsThread->Start ( DNSThread::DNSThreadEntryPoint, m_dns);
404 m_timerThread->Start( TimerThread::TimerThreadEntryPoint, m_timer );
405}
406
407//-----------------------------------------------------------------------------
408// <Driver::DriverThreadEntryPoint>

Callers 3

AddDriverMethod · 0.45
StartDownloadMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected