Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 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]
 

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 Sat Apr 1 20:52:23 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1