| 1442 | } |
| 1443 | |
| 1444 | string Manager::GetNodePlusTypeString |
| 1445 | ( |
| 1446 | uint32 const _homeId, |
| 1447 | uint8 const _nodeId |
| 1448 | ) |
| 1449 | { |
| 1450 | if( Driver* driver = GetDriver( _homeId ) ) |
| 1451 | { |
| 1452 | return driver->GetNodePlusTypeString( _nodeId ); |
| 1453 | } |
| 1454 | |
| 1455 | return ""; // unknown |
| 1456 | |
| 1457 | } |
| 1458 | |
| 1459 | //----------------------------------------------------------------------------- |
| 1460 | // <Manager::GetNodeProductId> |
nothing calls this directly
no outgoing calls
no test coverage detected