|
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 () |
Public Member Functions inherited from IntMMForwarding | |
| virtual void | addReplace (const std::string &addr, std::vector< RMTPort * > ports)=0 |
Public Member Functions inherited from IntPDUForwarding | |
| IntPDUForwarding () | |
| ~IntPDUForwarding () | |
Protected Member Functions | |
| void | onPolicyInit () |
Protected Member Functions inherited from IntPDUForwarding | |
| 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.