gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
CommMonitor::CommMonitorSenderState Class Reference

Sender state class for the monitor so that we can annotate packets with a transmit time and receive time. More...

Inheritance diagram for CommMonitor::CommMonitorSenderState:
Packet::SenderState

Public Member Functions

 CommMonitorSenderState (Tick _transmitTime)
 Construct a new sender state and store the time so we can calculate round-trip latency. More...
 
 ~CommMonitorSenderState ()
 Destructor. More...
 
- Public Member Functions inherited from Packet::SenderState
 SenderState ()
 
virtual ~SenderState ()
 

Public Attributes

Tick transmitTime
 Tick when request is transmitted. More...
 
- Public Attributes inherited from Packet::SenderState
SenderStatepredecessor
 

Detailed Description

Sender state class for the monitor so that we can annotate packets with a transmit time and receive time.

Definition at line 91 of file comm_monitor.hh.

Constructor & Destructor Documentation

◆ CommMonitorSenderState()

CommMonitor::CommMonitorSenderState::CommMonitorSenderState ( Tick  _transmitTime)
inline

Construct a new sender state and store the time so we can calculate round-trip latency.

Parameters
_transmitTimeTime of packet transmission

Definition at line 102 of file comm_monitor.hh.

◆ ~CommMonitorSenderState()

CommMonitor::CommMonitorSenderState::~CommMonitorSenderState ( )
inline

Destructor.

Definition at line 107 of file comm_monitor.hh.

Member Data Documentation

◆ transmitTime

Tick CommMonitor::CommMonitorSenderState::transmitTime

Tick when request is transmitted.

Definition at line 110 of file comm_monitor.hh.

Referenced by CommMonitor::recvTimingResp().


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

Generated on Wed Sep 30 2020 14:02:22 for gem5 by doxygen 1.8.17