RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <MultiQoSTable.h>
Public Member Functions | |
vector< RMTPort * > | lookup (const PDU *pdu) |
vector< RMTPort * > | lookup (const Address &dst, const std::string &qos) |
RMTPort * | search (const string &dst, const string &qos) |
string | toString () |
void | addReplace (const std::string &addr, const std::string &qosId, std::vector< RMTPort * > ports) |
void | finish () |
![]() | |
IntPDUForwarding () | |
~IntPDUForwarding () | |
Protected Member Functions | |
void | onPolicyInit () |
![]() | |
void | initialize () |
Protected Attributes | |
map< string, map< string, vector< RMTPort * > > > | table |
map< FlowIdent, CacheData > | cache |
string | MA2QoS |
double | exTime |
Definition at line 55 of file MultiQoSTable.h.
|
virtual |
Implements IntQoSMForwarding.
Definition at line 159 of file MultiQoSTable.cc.
void MultiQoSTable::MultiQoSTable::finish | ( | ) |
Definition at line 193 of file MultiQoSTable.cc.
Implements IntPDUForwarding.
Definition at line 60 of file MultiQoSTable.cc.
|
virtual |
Implements IntPDUForwarding.
Definition at line 106 of file MultiQoSTable.cc.
|
protectedvirtual |
Implements IntPDUForwarding.
Definition at line 187 of file MultiQoSTable.cc.
RMTPort * MultiQoSTable::MultiQoSTable::search | ( | const string & | dst, |
const string & | qos | ||
) |
Definition at line 143 of file MultiQoSTable.cc.
|
virtual |
Implements IntPDUForwarding.
Definition at line 122 of file MultiQoSTable.cc.
Definition at line 76 of file MultiQoSTable.h.
|
protected |
Definition at line 82 of file MultiQoSTable.h.
|
protected |
Definition at line 81 of file MultiQoSTable.h.
|
protected |
Definition at line 74 of file MultiQoSTable.h.