gem5
|
Public Member Functions | |
ExternalSlave::Port * | getExternalPort (const std::string &name_, ExternalSlave &owner, const std::string &port_data) |
Create or find an external port which can be bound. More... | |
Definition at line 89 of file external_slave.cc.
|
inlinevirtual |
Create or find an external port which can be bound.
Returns NULL on failure
Implements ExternalSlave::Handler.
Definition at line 93 of file external_slave.cc.