|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntQoSMForwarding.h>
Public Member Functions | |
| virtual void | addReplace (const std::string &addr, const std::string &qosId, std::vector< RMTPort * > ports)=0 |
Public Member Functions inherited from IntPDUForwarding | |
| IntPDUForwarding () | |
| ~IntPDUForwarding () | |
| virtual std::vector< RMTPort * > | lookup (const PDU *pdu)=0 |
| virtual std::vector< RMTPort * > | lookup (const Address &dst, const std::string &qos)=0 |
| virtual std::string | toString ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from IntPDUForwarding | |
| void | initialize () |
| virtual void | onPolicyInit ()=0 |
Definition at line 29 of file IntQoSMForwarding.h.
|
pure virtual |
Implemented in IMultiQoSTable::IMultiQoSTable, and MultiQoSTable::MultiQoSTable.