#include <interconnect.hh>
Public Member Functions | |
InterconnectRequest (Tick _time, int _fromID) | |
Public Attributes | |
Tick | time |
int | fromID |
Definition at line 96 of file interconnect.hh.
Interconnect::InterconnectRequest::InterconnectRequest | ( | Tick | _time, | |
int | _fromID | |||
) | [inline] |
Default constructor
_time | The tick the request was issued | |
_fromID | The ID of the requesting interface |
Definition at line 107 of file interconnect.hh.