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