gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
EtherSwitch::Interface::PortFifoEntry Struct Reference

#include <etherswitch.hh>

Inheritance diagram for EtherSwitch::Interface::PortFifoEntry:
Serializable

Public Member Functions

 PortFifoEntry (EthPacketPtr pkt, Tick recv_tick, unsigned id)
 
 ~PortFifoEntry ()
 
void serialize (CheckpointOut &cp) const
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp)
 Unserialize an object. More...
 
- Public Member Functions inherited from Serializable
 Serializable ()
 
virtual ~Serializable ()
 
void serializeSection (CheckpointOut &cp, const char *name) const
 Serialize an object into a new section. More...
 
void serializeSection (CheckpointOut &cp, const std::string &name) const
 
void unserializeSection (CheckpointIn &cp, const char *name)
 Unserialize an a child object. More...
 
void unserializeSection (CheckpointIn &cp, const std::string &name)
 

Public Attributes

EthPacketPtr packet
 
Tick recvTick
 
unsigned srcId
 

Additional Inherited Members

- Static Public Member Functions inherited from Serializable
static const std::string & currentSection ()
 Gets the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 Serializes all the SimObjects. More...
 
static void unserializeGlobals (CheckpointIn &cp)
 

Detailed Description

Definition at line 100 of file etherswitch.hh.

Constructor & Destructor Documentation

◆ PortFifoEntry()

EtherSwitch::Interface::PortFifoEntry::PortFifoEntry ( EthPacketPtr  pkt,
Tick  recv_tick,
unsigned  id 
)
inline

Definition at line 102 of file etherswitch.hh.

◆ ~PortFifoEntry()

EtherSwitch::Interface::PortFifoEntry::~PortFifoEntry ( )
inline

Definition at line 109 of file etherswitch.hh.

References packet, recvTick, and srcId.

Member Function Documentation

◆ serialize()

void EtherSwitch::Interface::PortFifoEntry::serialize ( CheckpointOut cp) const
virtual

Serialize an object.

Output an object's state into the current checkpoint section.

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 301 of file etherswitch.cc.

References SERIALIZE_SCALAR.

◆ unserialize()

void EtherSwitch::Interface::PortFifoEntry::unserialize ( CheckpointIn cp)
virtual

Unserialize an object.

Read an object's state from the current checkpoint section.

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 309 of file etherswitch.cc.

References UNSERIALIZE_SCALAR.

Member Data Documentation

◆ packet

EthPacketPtr EtherSwitch::Interface::PortFifoEntry::packet

Definition at line 105 of file etherswitch.hh.

Referenced by ~PortFifoEntry().

◆ recvTick

Tick EtherSwitch::Interface::PortFifoEntry::recvTick

◆ srcId

unsigned EtherSwitch::Interface::PortFifoEntry::srcId

The documentation for this struct was generated from the following files:

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