gem5  v20.1.0.0
Public Member Functions | Protected Attributes | List of all members
DistEtherLink::Link Class Reference

Model base class for a single uni-directional link. More...

#include <dist_etherlink.hh>

Inheritance diagram for DistEtherLink::Link:
Serializable DistEtherLink::RxLink DistEtherLink::TxLink

Public Member Functions

 Link (const std::string &name, DistEtherLink *p, EtherDump *d, Event *e)
 
 ~Link ()
 
const std::string name () const
 
bool busy () const
 
void setLocalInt (LocalIface *i)
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 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)
 

Protected Attributes

std::string objName
 
DistEtherLinkparent
 
LocalIfacelocalIface
 
EtherDumpdump
 
DistIfacedistIface
 
Eventevent
 
EthPacketPtr packet
 

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

Model base class for a single uni-directional link.

The link will encapsulate and transfer Ethernet packets to/from the message server.

Definition at line 73 of file dist_etherlink.hh.

Constructor & Destructor Documentation

◆ Link()

DistEtherLink::Link::Link ( const std::string &  name,
DistEtherLink p,
EtherDump d,
Event e 
)
inline

Definition at line 85 of file dist_etherlink.hh.

◆ ~Link()

DistEtherLink::Link::~Link ( )
inline

Definition at line 90 of file dist_etherlink.hh.

Member Function Documentation

◆ busy()

bool DistEtherLink::Link::busy ( ) const
inline

Definition at line 93 of file dist_etherlink.hh.

References packet.

Referenced by DistEtherLink::LocalIface::isBusy().

◆ name()

const std::string DistEtherLink::Link::name ( ) const
inline

Definition at line 92 of file dist_etherlink.hh.

References objName.

◆ serialize()

void DistEtherLink::Link::serialize ( CheckpointOut cp) const
overridevirtual

Serialize an object.

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

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 210 of file dist_etherlink.cc.

References SERIALIZE_SCALAR.

◆ setLocalInt()

void DistEtherLink::Link::setLocalInt ( LocalIface i)
inline

Definition at line 94 of file dist_etherlink.hh.

References ArmISA::i, and localIface.

Referenced by DistEtherLink::LocalIface::LocalIface().

◆ unserialize()

void DistEtherLink::Link::unserialize ( CheckpointIn cp)
overridevirtual

Unserialize an object.

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

Parameters
cpCheckpoint state

Implements Serializable.

Definition at line 226 of file dist_etherlink.cc.

References MipsISA::event, and UNSERIALIZE_SCALAR.

Member Data Documentation

◆ distIface

DistIface* DistEtherLink::Link::distIface
protected

◆ dump

EtherDump* DistEtherLink::Link::dump
protected

Definition at line 79 of file dist_etherlink.hh.

◆ event

Event* DistEtherLink::Link::event
protected

Definition at line 81 of file dist_etherlink.hh.

◆ localIface

LocalIface* DistEtherLink::Link::localIface
protected

Definition at line 78 of file dist_etherlink.hh.

Referenced by setLocalInt().

◆ objName

std::string DistEtherLink::Link::objName
protected

Definition at line 76 of file dist_etherlink.hh.

Referenced by name().

◆ packet

EthPacketPtr DistEtherLink::Link::packet
protected

Definition at line 82 of file dist_etherlink.hh.

Referenced by busy().

◆ parent

DistEtherLink* DistEtherLink::Link::parent
protected

Definition at line 77 of file dist_etherlink.hh.


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

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