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

Method GetDriver

cpp/src/command_classes/CommandClass.cpp:118–123  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

116// Get a pointer to our driver
117//-----------------------------------------------------------------------------
118Driver* CommandClass::GetDriver
119(
120)const
121{
122 return( Manager::Get()->GetDriver( m_homeId ) );
123}
124
125//-----------------------------------------------------------------------------
126// <CommandClass::GetNode>

Callers 6

AddValueMethod · 0.45
RemoveValueMethod · 0.45
SetMethod · 0.45
OnValueRefreshedMethod · 0.45
OnValueChangedMethod · 0.45

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected