RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <PortsLoadRU.h>
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 () |
![]() | |
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 |
![]() | |
Address | dstAddr |
Address | srcAddr |
Definition at line 24 of file PortsLoadRU.h.
PortsLoadRU::PortsLoadRU | ( | const Address & | _addr, |
const std::string & | _qos | ||
) |
Definition at line 18 of file PortsLoadRU.cc.
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().
|
protected |
Definition at line 39 of file PortsLoadRU.h.
Referenced by addEntry(), entriesBegin(), entriesEnd(), and setEntries().
|
protected |
Definition at line 38 of file PortsLoadRU.h.
Referenced by getQoS(), and PortsLoadRU().