33 #ifndef __DEV_NET_ETHERBUS_HH__ 34 #define __DEV_NET_ETHERBUS_HH__ 37 #include "params/EtherBus.hh" 65 return dynamic_cast<const Params *
>(
_params);
76 #endif // __DEV_NET_ETHERBUS_HH__ Ports are used to interface objects to each other.
EventFunctionWrapper event
const PortID InvalidPortID
EtherBus(const Params *p)
bool send(EtherInt *sender, EthPacketPtr &packet)
const Params * params() const
std::shared_ptr< EthPacketData > EthPacketPtr
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
const SimObjectParams * _params
Cached copy of the object parameters.
std::list< EtherInt * > devlist_t
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
Abstract superclass for simulation objects.