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

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 Thu Oct 19 18:22:29 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0