| 
    RINASim
    October 2016
    
   Documentation of framework for OMNeT++ 
   | 
 
#include <IntBbRouting.h>
  
 Public Member Functions | |
| virtual void | insertFlow (const Address &dst) | 
| virtual void | insertFlow (const Address &dst, const unsigned short &qos) | 
| virtual void | insertFlow (const Address &dst, const unsigned short &qos, const unsigned short &metric)=0 | 
| virtual void | removeFlow (const Address &dst, const unsigned short &qos)=0 | 
| virtual IntRoutingInfo | getAll ()=0 | 
  Public Member Functions inherited from IntRouting | |
| virtual void | finish () | 
| void | receiveUpdate (IntRoutingUpdate *update) | 
| virtual bool | processUpdate (IntRoutingUpdate *update)=0 | 
Protected Member Functions | |
| virtual void | onPolicyInit () | 
  Protected Member Functions inherited from IntRouting | |
| void | initialize () | 
| void | sendUpdate (IntRoutingUpdate *update) | 
Additional Inherited Members | |
  Protected Attributes inherited from IntRouting | |
| Address | myAddress | 
Definition at line 34 of file IntBbRouting.h.
      
  | 
  pure virtual | 
      
  | 
  virtual | 
Definition at line 25 of file IntBbRouting.cc.
Referenced by insertFlow().
      
  | 
  virtual | 
Definition at line 28 of file IntBbRouting.cc.
      
  | 
  pure virtual | 
      
  | 
  protectedvirtual | 
Implements IntRouting.
Definition at line 32 of file IntBbRouting.cc.
      
  | 
  pure virtual |