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

RSVPPathTear Class Reference

#include <RSVPPathMsg.h>

Inheritance diagram for RSVPPathTear:

RSVPPathTear_Base RSVPPacket RSVPPacket_Base RSVPMessage List of all members.

Detailed Description

RSVP PATH TEAR message

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


Public Member Functions

 RSVPPathTear (const char *name=NULL, int kind=PTEAR_MESSAGE)
 RSVPPathTear (const RSVPPathTear &other)
RSVPPathTearoperator= (const RSVPPathTear &other)
virtual cObject * dup ()
IPAddress getNHOP ()
IPAddress getLIH ()
IPAddress getSrcAddress ()
int getLspId ()


Constructor & Destructor Documentation

RSVPPathTear::RSVPPathTear const char *  name = NULL,
int  kind = PTEAR_MESSAGE
[inline]
 

00057 : RSVPPathTear_Base(name,kind) {}

RSVPPathTear::RSVPPathTear const RSVPPathTear other  )  [inline]
 

00058 : RSVPPathTear_Base(other.name()) {operator=(other);}


Member Function Documentation

virtual cObject* RSVPPathTear::dup  )  [inline, virtual]
 

Reimplemented from RSVPPacket.

00060 {return new RSVPPathTear(*this);}

IPAddress RSVPPathTear::getLIH  )  [inline]
 

00063 {return getHop().Logical_Interface_Handle;}

int RSVPPathTear::getLspId  )  [inline]
 

00065 {return getSenderTemplate().Lsp_Id;}

IPAddress RSVPPathTear::getNHOP  )  [inline]
 

00062 {return getHop().Next_Hop_Address;}

IPAddress RSVPPathTear::getSrcAddress  )  [inline]
 

00064 {return getSenderTemplate().SrcAddress;}

RSVPPathTear& RSVPPathTear::operator= const RSVPPathTear other  )  [inline]
 

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


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 18:22:28 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0