gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 ()
 Get the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 
static void unserializeGlobals (CheckpointIn &cp)
 
- Static Public Attributes inherited from Serializable
static int ckptCount = 0
 
static int ckptMaxCount = 0
 
static int ckptPrevCount = -1
 

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 75 of file dist_etherlink.hh.

Constructor & Destructor Documentation

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

Definition at line 87 of file dist_etherlink.hh.

DistEtherLink::Link::~Link ( )
inline

Definition at line 92 of file dist_etherlink.hh.

Member Function Documentation

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

Definition at line 95 of file dist_etherlink.hh.

References packet.

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

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

Definition at line 94 of file dist_etherlink.hh.

References objName.

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 216 of file dist_etherlink.cc.

References SERIALIZE_SCALAR.

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

Definition at line 96 of file dist_etherlink.hh.

References ArmISA::i, and localIface.

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

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 232 of file dist_etherlink.cc.

References MipsISA::event, and UNSERIALIZE_SCALAR.

Member Data Documentation

DistIface* DistEtherLink::Link::distIface
protected
EtherDump* DistEtherLink::Link::dump
protected

Definition at line 81 of file dist_etherlink.hh.

Event* DistEtherLink::Link::event
protected

Definition at line 83 of file dist_etherlink.hh.

LocalIface* DistEtherLink::Link::localIface
protected

Definition at line 80 of file dist_etherlink.hh.

Referenced by setLocalInt().

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

Definition at line 78 of file dist_etherlink.hh.

Referenced by name().

EthPacketPtr DistEtherLink::Link::packet
protected

Definition at line 84 of file dist_etherlink.hh.

Referenced by busy().

DistEtherLink* DistEtherLink::Link::parent
protected

Definition at line 79 of file dist_etherlink.hh.


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

Generated on Fri Jun 9 2017 13:04:07 for gem5 by doxygen 1.8.6