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

Method GetNodeStatistics

cpp/src/Driver.cpp:6942–6954  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Return per node statistics -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

6940// Return per node statistics
6941//-----------------------------------------------------------------------------
6942void Driver::GetNodeStatistics
6943(
6944 uint8 const _nodeId,
6945 Node::NodeData* _data
6946)
6947{
6948 LockGuard LG(m_nodeMutex);
6949 Node* node = GetNode( _nodeId );
6950 if( node != NULL )
6951 {
6952 node->GetNodeStatistics( _data );
6953 }
6954}
6955
6956//-----------------------------------------------------------------------------
6957// <Driver::LogDriverStatistics>

Callers 1

HandleSendDataRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected