RINASim  October 2016
Documentation of framework for OMNeT++
LatGenerator::LatGenerator Class Reference

#include <LatGenerator.h>

Inheritance diagram for LatGenerator::LatGenerator:
IntPDUFG

Public Member Functions

virtual void insertedFlow (const Address &addr, const QoSCube &qos, RMTPort *port)
 
virtual void removedFlow (const Address &addr, const QoSCube &qos, RMTPort *port)
 
virtual void routingUpdated ()
 
- Public Member Functions inherited from IntPDUFG
 IntPDUFG ()
 
 ~IntPDUFG ()
 
virtual PDUFGNeighborgetNextNeighbor (const Address &destination, const std::string &qos)
 
void insertFlowInfo (Address addr, QoSCube qos, RMTPort *port)
 
void removeFlowInfo (RMTPort *port)
 

Protected Member Functions

virtual void onPolicyInit ()
 
- Protected Member Functions inherited from IntPDUFG
void initialize ()
 

Private Attributes

MiniTable::MiniTablefwd
 
IntSimpleRoutingrt
 
NTable neighbours
 

Additional Inherited Members

- Protected Attributes inherited from IntPDUFG
NeighborState neiState
 
Address ipcAddr
 

Detailed Description

Definition at line 52 of file LatGenerator.h.

Member Function Documentation

void LatGenerator::LatGenerator::insertedFlow ( const Address addr,
const QoSCube qos,
RMTPort port 
)
virtual

Implements IntPDUFG.

Definition at line 44 of file LatGenerator.cc.

void LatGenerator::LatGenerator::onPolicyInit ( )
protectedvirtual

Implements IntPDUFG.

Definition at line 119 of file LatGenerator.cc.

void LatGenerator::LatGenerator::removedFlow ( const Address addr,
const QoSCube qos,
RMTPort port 
)
virtual

Implements IntPDUFG.

Definition at line 74 of file LatGenerator.cc.

void LatGenerator::LatGenerator::routingUpdated ( )
virtual

Implements IntPDUFG.

Definition at line 92 of file LatGenerator.cc.

Member Data Documentation

MiniTable::MiniTable* LatGenerator::LatGenerator::fwd
private

Definition at line 68 of file LatGenerator.h.

NTable LatGenerator::LatGenerator::neighbours
private

Definition at line 71 of file LatGenerator.h.

IntSimpleRouting* LatGenerator::LatGenerator::rt
private

Definition at line 69 of file LatGenerator.h.


The documentation for this class was generated from the following files: