RSVPResvError Class Reference

#include <RSVPResvMsg.h>

Inheritance diagram for RSVPResvError:

RSVPResvError_Base RSVPPacket RSVPPacket_Base RSVPMessage List of all members.

Detailed Description

RESV ERROR message

This class adds convenience get() and set() methods to the generated base class, but no extra data.


Public Member Functions

 RSVPResvError (const char *name=NULL, int kind=RERROR_MESSAGE)
 RSVPResvError (const RSVPResvError &other)
RSVPResvErroroperator= (const RSVPResvError &other)
virtual cObject * dup ()
IPAddress getNHOP ()
IPAddress getLIH ()


Constructor & Destructor Documentation

RSVPResvError::RSVPResvError ( const char *  name = NULL,
int  kind = RERROR_MESSAGE 
) [inline]

00069 : RSVPResvError_Base(name,kind) {}

RSVPResvError::RSVPResvError ( const RSVPResvError other  )  [inline]

00070 : RSVPResvError_Base(other.name()) {operator=(other);}


Member Function Documentation

virtual cObject* RSVPResvError::dup (  )  [inline, virtual]

Reimplemented from RSVPPacket.

00072 {return new RSVPResvError(*this);}

IPAddress RSVPResvError::getLIH (  )  [inline]

00075 {return getHop().Logical_Interface_Handle;}

IPAddress RSVPResvError::getNHOP (  )  [inline]

00074 {return getHop().Next_Hop_Address;}

RSVPResvError& RSVPResvError::operator= ( const RSVPResvError other  )  [inline]

00071 {RSVPResvError_Base::operator=(other); return *this;}


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:23 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7