RSVPResvTear Class Reference

#include <RSVPResvMsg.h>

Inheritance diagram for RSVPResvTear:

RSVPResvTear_Base RSVPPacket RSVPPacket_Base RSVPMessage List of all members.

Detailed Description

RESV TEAR message

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


Public Member Functions

 RSVPResvTear (const char *name=NULL, int kind=RTEAR_MESSAGE)
 RSVPResvTear (const RSVPResvTear &other)
RSVPResvTearoperator= (const RSVPResvTear &other)
virtual cObject * dup () const
IPAddress getNHOP ()
IPAddress getLIH ()


Constructor & Destructor Documentation

RSVPResvTear::RSVPResvTear ( const char *  name = NULL,
int  kind = RTEAR_MESSAGE 
) [inline]

00050 : RSVPResvTear_Base(name,kind) {}

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

00051 : RSVPResvTear_Base(other.name()) {operator=(other);}


Member Function Documentation

virtual cObject* RSVPResvTear::dup (  )  const [inline, virtual]

Reimplemented from RSVPResvTear_Base.

00053 {return new RSVPResvTear(*this);}

IPAddress RSVPResvTear::getLIH (  )  [inline]

00056 {return getHop().Logical_Interface_Handle;}

IPAddress RSVPResvTear::getNHOP (  )  [inline]

00055 {return getHop().Next_Hop_Address;}

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

00052 {RSVPResvTear_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