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

#include <DV.h>

Inheritance diagram for DMRnmsDV::DVUpdate:
DMRnms::RoutingUpdate IntRoutingUpdate

Public Member Functions

 DVUpdate (const Address &_addr, const std::string &_domain)
 
void addEntry (rtEntry _e)
 
entriesIt entriesBegin ()
 
entriesIt entriesEnd ()
 
- Public Member Functions inherited from DMRnms::RoutingUpdate
 RoutingUpdate (const Address &_addr, const std::string &_domain)
 
- 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

entriesL entries
 
- Protected Attributes inherited from IntRoutingUpdate
Address dstAddr
 
Address srcAddr
 

Additional Inherited Members

- Public Attributes inherited from DMRnms::RoutingUpdate
std::string domain
 

Detailed Description

Definition at line 76 of file DV.h.

Constructor & Destructor Documentation

DMRnmsDV::DVUpdate::DVUpdate ( const Address _addr,
const std::string &  _domain 
)

Definition at line 38 of file DV.cc.

Member Function Documentation

void DMRnmsDV::DVUpdate::addEntry ( rtEntry  _e)

Definition at line 41 of file DV.cc.

Referenced by DMRnmsDV::DV::handleMessage().

entriesIt DMRnmsDV::DVUpdate::entriesBegin ( )

Definition at line 45 of file DV.cc.

Referenced by DMRnmsDV::DV::processUpdate().

entriesIt DMRnmsDV::DVUpdate::entriesEnd ( )

Definition at line 49 of file DV.cc.

Referenced by DMRnmsDV::DV::processUpdate().

Member Data Documentation

entriesL DMRnmsDV::DVUpdate::entries
protected

Definition at line 86 of file DV.h.

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


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