INET Framework for OMNeT++/OMNEST
RSVPResvError Class Reference

#include <RSVPResvMsg.h>

List of all members.

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 ()

Detailed Description

RESV ERROR message

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


Constructor & Destructor Documentation

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

Referenced by dup().

: RSVPResvError_Base(name,kind) {}
RSVPResvError::RSVPResvError ( const RSVPResvError other) [inline]
: RSVPResvError_Base(other.getName()) {operator=(other);}

Member Function Documentation

virtual RSVPResvError* RSVPResvError::dup ( ) const [inline, virtual]
{return new RSVPResvError(*this);}
IPAddress RSVPResvError::getLIH ( ) [inline]
{return getHop().Logical_Interface_Handle;}
IPAddress RSVPResvError::getNHOP ( ) [inline]
{return getHop().Next_Hop_Address;}
RSVPResvError& RSVPResvError::operator= ( const RSVPResvError other) [inline]

Referenced by RSVPResvError().

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

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