RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <FloodMiniTable.h>
Public Member Functions | |
vector< RMTPort * > | lookup (const PDU *pdu) |
vector< RMTPort * > | lookup (const Address &dst, const std::string &qos) |
string | toString () |
void | addReplace (const std::string &addr, vector< RMTPort * > ports) |
void | finish () |
![]() | |
virtual void | addReplace (const std::string &addr, std::vector< RMTPort * > ports)=0 |
![]() | |
IntPDUForwarding () | |
~IntPDUForwarding () | |
Protected Member Functions | |
void | onPolicyInit () |
![]() | |
void | initialize () |
Protected Attributes | |
FWDTable | table |
Definition at line 39 of file FloodMiniTable.h.
void FloodMiniTable::FloodMiniTable::addReplace | ( | const std::string & | addr, |
vector< RMTPort * > | ports | ||
) |
Definition at line 70 of file FloodMiniTable.cc.
void FloodMiniTable::FloodMiniTable::finish | ( | ) |
Definition at line 81 of file FloodMiniTable.cc.
Implements IntPDUForwarding.
Definition at line 35 of file FloodMiniTable.cc.
|
virtual |
Implements IntPDUForwarding.
Definition at line 38 of file FloodMiniTable.cc.
|
protectedvirtual |
Implements IntPDUForwarding.
Definition at line 79 of file FloodMiniTable.cc.
|
virtual |
Implements IntPDUForwarding.
Definition at line 54 of file FloodMiniTable.cc.
|
protected |
Definition at line 55 of file FloodMiniTable.h.