40 vector<RMTPort* > ret;
44 if(it != table.end()){
55 std::ostringstream os;
57 os << this->getName()<<endl;
58 for(
FWDTableIt tIt = table.begin(); tIt != table.end(); tIt++){
59 os <<
"\t" <<tIt->first <<
" -> ";
61 os << p->getFullPath() <<
" ";
82 if(par(
"printAtEnd").boolValue()){
83 EV <<
"-----------------" << endl;
84 EV <<
"Forwarding table::" << endl;
85 EV << toString() <<endl;
86 EV <<
"-----------------" << endl;
Register_Class(FloodMiniTable::FloodMiniTable)
std::string getQoSId() const
Getter of selected QoS-cube identifier.
const APN & getIpcAddress() const
Getter of IPC Process address which should be unambiguous within DIF.
virtual ConnectionId & getConnId()
void addReplace(const std::string &addr, vector< RMTPort * > ports)
virtual Address & getDstAddr()
vector< RMTPort * > lookup(const PDU *pdu)
FWDTable::iterator FWDTableIt
const std::string & getName() const
Gets APN string name representation.
Address class holds IPC Process identification.