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

Method GetDriver

cpp/src/Msg.cpp:320–325  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

318// Get a pointer to our driver
319//-----------------------------------------------------------------------------
320Driver* Msg::GetDriver
321(
322)const
323{
324 return( Manager::Get()->GetDriver( m_homeId ) );
325}
326
327
328uint8* Msg::GetBuffer

Callers 4

CheckAutoMethod · 0.45
AddAssociationMethod · 0.45
RemoveAssociationMethod · 0.45
OnGroupChangedMethod · 0.45

Calls 1

GetFunction · 0.70

Tested by

no test coverage detected