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

#include <SimpleDV.h>

Inheritance diagram for SimpleDV::RoutingUpdate:
IntRoutingUpdate

Public Member Functions

 RoutingUpdate (const Address &_addr, const std::string &_src, const std::string &_qos)
 
std::string getSrc ()
 
std::string getQoS ()
 
void addEntry (rtEntry)
 
entriesIt entriesBegin ()
 
entriesIt 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 src
 
std::string qos
 
entriesL entries
 
- Protected Attributes inherited from IntRoutingUpdate
Address dstAddr
 
Address srcAddr
 

Detailed Description

Definition at line 58 of file SimpleDV.h.

Constructor & Destructor Documentation

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

Definition at line 32 of file SimpleDV.cc.

Member Function Documentation

void SimpleDV::RoutingUpdate::addEntry ( rtEntry  entry)

Definition at line 44 of file SimpleDV.cc.

Referenced by SimpleDV::SimpleDV::handleMessage().

entriesIt SimpleDV::RoutingUpdate::entriesBegin ( )

Definition at line 48 of file SimpleDV.cc.

Referenced by SimpleDV::SimpleDV::processUpdate().

entriesIt SimpleDV::RoutingUpdate::entriesEnd ( )

Definition at line 51 of file SimpleDV.cc.

Referenced by SimpleDV::SimpleDV::processUpdate().

std::string SimpleDV::RoutingUpdate::getQoS ( )

Definition at line 40 of file SimpleDV.cc.

Referenced by SimpleDV::SimpleDV::processUpdate().

std::string SimpleDV::RoutingUpdate::getSrc ( )

Definition at line 37 of file SimpleDV.cc.

Referenced by SimpleDV::SimpleDV::processUpdate().

Member Data Documentation

entriesL SimpleDV::RoutingUpdate::entries
protected

Definition at line 73 of file SimpleDV.h.

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

std::string SimpleDV::RoutingUpdate::qos
protected

Definition at line 72 of file SimpleDV.h.

Referenced by getQoS(), and RoutingUpdate().

std::string SimpleDV::RoutingUpdate::src
protected

Definition at line 71 of file SimpleDV.h.

Referenced by getSrc(), and RoutingUpdate().


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