#include <flit.h>
Public Member Functions | |
BodyFlit () | |
~BodyFlit () | |
void | populate_body_flit () |
std::string | toString () const |
Public Attributes | |
vector< bool > | bf_data |
Definition at line 130 of file flit.h.
BodyFlit::BodyFlit | ( | ) |
BodyFlit::~BodyFlit | ( | ) |
void BodyFlit::populate_body_flit | ( | ) |
Definition at line 204 of file flit.cc.
References bf_data, and Flit::populate_phit_data().
Referenced by HighLevelPacket::to_low_level_packet().
string BodyFlit::toString | ( | ) | const |
Reimplemented from Flit.
Definition at line 190 of file flit.cc.
References Flit::phits, and Flit::type.
vector<bool> BodyFlit::bf_data |
Definition at line 136 of file flit.h.
Referenced by LowLevelPacket::add(), and populate_body_flit().