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

Method GetDriverStatistics

cpp/src/Manager.cpp:5226–5237  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Retrieve driver based counters. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5224// Retrieve driver based counters.
5225//-----------------------------------------------------------------------------
5226void Manager::GetDriverStatistics
5227(
5228 uint32 const _homeId,
5229 Driver::DriverData* _data
5230)
5231{
5232 if( Driver* driver = GetDriver( _homeId ) )
5233 {
5234 driver->GetDriverStatistics( _data );
5235 }
5236
5237}
5238
5239//-----------------------------------------------------------------------------
5240// <Manager::GetNodeStatistics>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected