23 #ifndef SimpleTable_H_
24 #define SimpleTable_H_
46 vector<RMTPort *> lookup(
const PDU * pdu);
47 vector<RMTPort *> lookup(
const Address &dst,
const std::string& qos);
53 void insert(
const std::string &addr,
const std::string& qos,
RMTPort * port);
54 void insert(
const Address &addr,
const std::string& qos,
RMTPort * port);
55 void remove(
const std::string &addr,
const std::string& qos);
56 void remove(
const Address &addr,
const std::string& qos);
59 void insert(
const std::string &addr,
RMTPort * port);
61 void remove(
const std::string &addr);
62 void remove(
const Address &addr);
69 void initSignalsAndListeners();
72 const char* SIG_STAT_PDUFT_LENGTH =
"PDUFT_Length";
map< std::string, RMTPort * > qos2Port
qos2Port::iterator qos2PortIt
FWDTable::iterator FWDTableIt
simsignal_t sigStatPDUFTLENGTH
map< std::string, qos2Port > FWDTable
Address class holds IPC Process identification.