RSVPResvMsg Class Reference

#include <RSVPResvMsg.h>

Inheritance diagram for RSVPResvMsg:

RSVPResvMsg_Base RSVPPacket RSVPPacket_Base RSVPMessage List of all members.

Detailed Description

RSVP RESV message

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


Public Member Functions

 RSVPResvMsg (const char *name=NULL, int kind=RESV_MESSAGE)
 RSVPResvMsg (const RSVPResvMsg &other)
RSVPResvMsgoperator= (const RSVPResvMsg &other)
virtual cObject * dup () const
IPAddress getNHOP ()
IPAddress getLIH ()


Constructor & Destructor Documentation

RSVPResvMsg::RSVPResvMsg ( const char *  name = NULL,
int  kind = RESV_MESSAGE 
) [inline]

00031 : RSVPResvMsg_Base(name,kind) {}

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

00032 : RSVPResvMsg_Base(other.name()) {operator=(other);}


Member Function Documentation

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

Reimplemented from RSVPResvMsg_Base.

00034 {return new RSVPResvMsg(*this);}

IPAddress RSVPResvMsg::getLIH (  )  [inline]

00037 {return getHop().Logical_Interface_Handle;}

IPAddress RSVPResvMsg::getNHOP (  )  [inline]

00036 {return getHop().Next_Hop_Address;}

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

00033 {RSVPResvMsg_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