| 65 | } |
| 66 | |
| 67 | RouterAccess::RouterAccess(const std::string &gw, const AmsNetId netid, |
| 68 | const uint16_t port) |
| 69 | : device(gw, netid, port ? port : 1) |
| 70 | { |
| 71 | } |
| 72 | |
| 73 | bool RouterAccess::PciScan(const uint64_t pci_id, std::ostream &os) const |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected