gem5
v20.1.0.0
|
A deferred packet stores a packet along with its scheduled transmission time. More...
#include <serial_link.hh>
Public Member Functions | |
DeferredPacket (PacketPtr _pkt, Tick _tick) | |
Public Attributes | |
const Tick | tick |
const PacketPtr | pkt |
A deferred packet stores a packet along with its scheduled transmission time.
Definition at line 73 of file serial_link.hh.
Definition at line 81 of file serial_link.hh.
const PacketPtr SerialLink::DeferredPacket::pkt |
Definition at line 79 of file serial_link.hh.
Referenced by SerialLink::SerialLinkResponsePort::trySendTiming(), and SerialLink::SerialLinkRequestPort::trySendTiming().
const Tick SerialLink::DeferredPacket::tick |
Definition at line 78 of file serial_link.hh.
Referenced by SerialLink::SerialLinkResponsePort::trySendTiming(), and SerialLink::SerialLinkRequestPort::trySendTiming().