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

#include <IntRoutingUpdate.h>

Inheritance diagram for IntRoutingUpdate:
DMRnms::RoutingUpdate NSPSimpleDC::LinksUpdate PortsLoadRU SimpleDV::RoutingUpdate SimpleLS::RoutingUpdate tDomain::TDomainRouting< T >::Update TSimpleDV::TSimpleDV< T >::Update TSimpleLS::TSimpleLS< T >::Update

Public Member Functions

 IntRoutingUpdate ()
 
 IntRoutingUpdate (const Address &addr)
 
 ~IntRoutingUpdate ()
 
Address getDestination ()
 
Address getSource ()
 
void setDestination (Address addr)
 
void setSource (Address src)
 

Protected Attributes

Address dstAddr
 
Address srcAddr
 

Detailed Description

Definition at line 35 of file IntRoutingUpdate.h.

Constructor & Destructor Documentation

IntRoutingUpdate::IntRoutingUpdate ( )

Definition at line 32 of file IntRoutingUpdate.cc.

IntRoutingUpdate::IntRoutingUpdate ( const Address addr)

Definition at line 33 of file IntRoutingUpdate.cc.

IntRoutingUpdate::~IntRoutingUpdate ( )

Definition at line 37 of file IntRoutingUpdate.cc.

Member Function Documentation

Address IntRoutingUpdate::getDestination ( )
Address IntRoutingUpdate::getSource ( )
void IntRoutingUpdate::setDestination ( Address  addr)

Definition at line 48 of file IntRoutingUpdate.cc.

void IntRoutingUpdate::setSource ( Address  src)

Definition at line 51 of file IntRoutingUpdate.cc.

Referenced by IntRouting::sendUpdate().

Member Data Documentation

Address IntRoutingUpdate::dstAddr
protected
Address IntRoutingUpdate::srcAddr
protected

Definition at line 38 of file IntRoutingUpdate.h.

Referenced by getSource(), and setSource().


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