gem5
|
#include <etherswitch.hh>
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 () |
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 |
Definition at line 102 of file etherswitch.hh.
|
inline |
Definition at line 104 of file etherswitch.hh.
|
inline |
Definition at line 111 of file etherswitch.hh.
|
virtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Implements Serializable.
Definition at line 304 of file etherswitch.cc.
References SERIALIZE_SCALAR.
|
virtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Implements Serializable.
Definition at line 312 of file etherswitch.cc.
References UNSERIALIZE_SCALAR.
EthPacketPtr EtherSwitch::Interface::PortFifoEntry::packet |
Definition at line 107 of file etherswitch.hh.
Tick EtherSwitch::Interface::PortFifoEntry::recvTick |
Definition at line 108 of file etherswitch.hh.
Referenced by EtherSwitch::Interface::PortFifo::EntryOrder::operator()(), and ~PortFifoEntry().
unsigned EtherSwitch::Interface::PortFifoEntry::srcId |
Definition at line 110 of file etherswitch.hh.
Referenced by EtherSwitch::Interface::PortFifo::EntryOrder::operator()(), and ~PortFifoEntry().