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

#include <SimpleLS.h>

Inheritance diagram for SimpleLS::RoutingUpdate:
IntRoutingUpdate

Public Member Functions

 RoutingUpdate (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 140 of file SimpleLS.h.

Constructor & Destructor Documentation

SimpleLS::RoutingUpdate::RoutingUpdate ( const Address _addr,
const std::string &  _qos 
)

Definition at line 32 of file SimpleLS.cc.

Member Function Documentation

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

Definition at line 40 of file SimpleLS.cc.

linksStIt SimpleLS::RoutingUpdate::entriesBegin ( )

Definition at line 48 of file SimpleLS.cc.

Referenced by SimpleLS::SimpleLS::processUpdate().

linksStIt SimpleLS::RoutingUpdate::entriesEnd ( )

Definition at line 51 of file SimpleLS.cc.

Referenced by SimpleLS::SimpleLS::processUpdate().

std::string SimpleLS::RoutingUpdate::getQoS ( )

Definition at line 36 of file SimpleLS.cc.

Referenced by SimpleLS::SimpleLS::processUpdate().

void SimpleLS::RoutingUpdate::setEntries ( linksSt  _entries)

Definition at line 44 of file SimpleLS.cc.

Referenced by SimpleLS::SimpleLS::handleMessage().

Member Data Documentation

linksSt SimpleLS::RoutingUpdate::entries
protected

Definition at line 154 of file SimpleLS.h.

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

std::string SimpleLS::RoutingUpdate::qos
protected

Definition at line 153 of file SimpleLS.h.

Referenced by getQoS(), and RoutingUpdate().


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