RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <IntMMForwarding.h>
Public Member Functions | |
virtual void | addReplace (const std::string &addr, std::vector< RMTPort * > ports)=0 |
![]() | |
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 | |
![]() | |
void | initialize () |
virtual void | onPolicyInit ()=0 |
Definition at line 30 of file IntMMForwarding.h.
|
pure virtual |