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

Method GetDriver

cpp/src/Node.cpp:3131–3136  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get a pointer to our driver -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3129// Get a pointer to our driver
3130//-----------------------------------------------------------------------------
3131Driver* Node::GetDriver
3132(
3133)const
3134{
3135 return( Manager::Get()->GetDriver( m_homeId ) );
3136}
3137
3138//-----------------------------------------------------------------------------
3139// Device Classes

Callers

nothing calls this directly

Calls 1

GetFunction · 0.70

Tested by

no test coverage detected