gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::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 gem5::CommMonitor::CommMonitorSenderState:
gem5::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 gem5::Packet::SenderState
 SenderState ()
 
virtual ~SenderState ()
 

Public Attributes

Tick transmitTime
 Tick when request is transmitted. More...
 
- Public Attributes inherited from gem5::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 92 of file comm_monitor.hh.

Constructor & Destructor Documentation

◆ CommMonitorSenderState()

gem5::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 103 of file comm_monitor.hh.

◆ ~CommMonitorSenderState()

gem5::CommMonitor::CommMonitorSenderState::~CommMonitorSenderState ( )
inline

Destructor.

Definition at line 108 of file comm_monitor.hh.

Member Data Documentation

◆ transmitTime

Tick gem5::CommMonitor::CommMonitorSenderState::transmitTime

Tick when request is transmitted.

Definition at line 111 of file comm_monitor.hh.

Referenced by gem5::CommMonitor::recvTimingResp().


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

Generated on Wed Dec 21 2022 10:23:27 for gem5 by doxygen 1.9.1