Interconnect::InterconnectDelivery Class Reference

#include <interconnect.hh>

List of all members.

Public Member Functions

 InterconnectDelivery (Tick _grantTime, int _fromID, int _toID, MemReqPtr &_req)

Public Attributes

Tick grantTime
int fromID
int toID
MemReqPtr req


Detailed Description

Convenience class that represents a granted request which is in the process of being delivered.

Definition at line 117 of file interconnect.hh.


Constructor & Destructor Documentation

Interconnect::InterconnectDelivery::InterconnectDelivery ( Tick  _grantTime,
int  _fromID,
int  _toID,
MemReqPtr &  _req 
) [inline]

Default constructor

Parameters:
_grantTime The tick the request was granted access and the delivery object created
_fromID The ID of the requesting interface
_toID The ID of the destination interface
_req The MemReqPtr that will be delivered

Definition at line 134 of file interconnect.hh.

References fromID, grantTime, req, and toID.


The documentation for this class was generated from the following file:
Generated on Tue Jun 5 12:55:20 2007 for M5InterconnectExtensions by  doxygen 1.4.7