RSVPResvError Class Reference

#include <RSVPResvMsg.h>

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 RSVPResvErrordup () const
IPAddress getNHOP ()
IPAddress getLIH ()


Constructor & Destructor Documentation

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

Referenced by dup().

00069 : RSVPResvError_Base(name,kind) {}

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

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


Member Function Documentation

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

Referenced by RSVPResvError().

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

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

00072 {return new RSVPResvError(*this);}

IPAddress RSVPResvError::getNHOP (  )  [inline]

00074 {return getHop().Next_Hop_Address;}

IPAddress RSVPResvError::getLIH (  )  [inline]

00075 {return getHop().Logical_Interface_Handle;}


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

Generated on Fri Mar 20 18:51:20 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5