gem5
|
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 77 of file serial_link.hh.
Definition at line 85 of file serial_link.hh.
const PacketPtr SerialLink::DeferredPacket::pkt |
Definition at line 83 of file serial_link.hh.
const Tick SerialLink::DeferredPacket::tick |
Definition at line 82 of file serial_link.hh.
Referenced by SerialLink::SerialLinkSlavePort::trySendTiming(), and SerialLink::SerialLinkMasterPort::trySendTiming().