gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
PacketQueue::DeferredPacket Class Reference

A deferred packet, buffered to transmit later. More...

Public Member Functions

 DeferredPacket (Tick t, PacketPtr p)
 

Public Attributes

Tick tick
 The tick when the packet is ready to transmit. More...
 
PacketPtr pkt
 Pointer to the packet to transmit. More...
 

Detailed Description

A deferred packet, buffered to transmit later.

Definition at line 69 of file packet_queue.hh.

Constructor & Destructor Documentation

PacketQueue::DeferredPacket::DeferredPacket ( Tick  t,
PacketPtr  p 
)
inline

Definition at line 73 of file packet_queue.hh.

Member Data Documentation

PacketPtr PacketQueue::DeferredPacket::pkt

Pointer to the packet to transmit.

Definition at line 72 of file packet_queue.hh.

Referenced by PacketQueue::sendDeferredPacket().

Tick PacketQueue::DeferredPacket::tick

The tick when the packet is ready to transmit.

Definition at line 71 of file packet_queue.hh.


The documentation for this class was generated from the following file:

Generated on Fri Jun 9 2017 13:04:16 for gem5 by doxygen 1.8.6