RINASim  October 2016
Documentation of framework for OMNeT++
PortsLoadRU Class Reference

#include <PortsLoadRU.h>

Inheritance diagram for PortsLoadRU:
IntRoutingUpdate

Public Member Functions

 PortsLoadRU (const Address &_addr, const std::string &_qos)
 
std::string getQoS ()
 
void addEntry (const std::string &, linksU)
 
void setEntries (linksSt)
 
linksStIt entriesBegin ()
 
linksStIt entriesEnd ()
 
- Public Member Functions inherited from IntRoutingUpdate
 IntRoutingUpdate ()
 
 IntRoutingUpdate (const Address &addr)
 
 ~IntRoutingUpdate ()
 
Address getDestination ()
 
Address getSource ()
 
void setDestination (Address addr)
 
void setSource (Address src)
 

Protected Attributes

std::string qos
 
linksSt entries
 
- Protected Attributes inherited from IntRoutingUpdate
Address dstAddr
 
Address srcAddr
 

Detailed Description

Definition at line 24 of file PortsLoadRU.h.

Constructor & Destructor Documentation

PortsLoadRU::PortsLoadRU ( const Address _addr,
const std::string &  _qos 
)

Definition at line 18 of file PortsLoadRU.cc.

Member Function Documentation

void PortsLoadRU::addEntry ( const std::string &  id,
linksU  links 
)

Definition at line 30 of file PortsLoadRU.cc.

linksStIt PortsLoadRU::entriesBegin ( )

Definition at line 43 of file PortsLoadRU.cc.

Referenced by PortsLoadLS::processUpdate().

linksStIt PortsLoadRU::entriesEnd ( )

Definition at line 47 of file PortsLoadRU.cc.

Referenced by PortsLoadLS::processUpdate().

std::string PortsLoadRU::getQoS ( )

Definition at line 25 of file PortsLoadRU.cc.

Referenced by PortsLoadLS::processUpdate().

void PortsLoadRU::setEntries ( linksSt  _entries)

Definition at line 37 of file PortsLoadRU.cc.

Referenced by PortsLoadLS::handleMessage().

Member Data Documentation

linksSt PortsLoadRU::entries
protected

Definition at line 39 of file PortsLoadRU.h.

Referenced by addEntry(), entriesBegin(), entriesEnd(), and setEntries().

std::string PortsLoadRU::qos
protected

Definition at line 38 of file PortsLoadRU.h.

Referenced by getQoS(), and PortsLoadRU().


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