----------------------------------------------------------------------------- Retrieve driver based counters. -----------------------------------------------------------------------------
| 5224 | // Retrieve driver based counters. |
| 5225 | //----------------------------------------------------------------------------- |
| 5226 | void 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> |
nothing calls this directly
no outgoing calls
no test coverage detected