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

Method GetNodeUnsafe

cpp/src/command_classes/CommandClass.cpp:129–134  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get a pointer to our node without locking the mutex -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

127// Get a pointer to our node without locking the mutex
128//-----------------------------------------------------------------------------
129Node* CommandClass::GetNodeUnsafe
130(
131)const
132{
133 return( GetDriver()->GetNodeUnsafe( m_nodeId ) );
134}
135
136//-----------------------------------------------------------------------------
137// <CommandClass::GetValue>

Callers 2

SetMethod · 0.45
OnValueChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected