RSVPPathTear Class Reference

#include <RSVPPathMsg.h>

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 RSVPPathTeardup () const
IPAddress getNHOP ()
IPAddress getLIH ()
IPAddress getSrcAddress ()
int getLspId ()


Constructor & Destructor Documentation

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

Referenced by dup().

00057 : RSVPPathTear_Base(name,kind) {}

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

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


Member Function Documentation

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

Referenced by RSVPPathTear().

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

virtual RSVPPathTear* RSVPPathTear::dup (  )  const [inline, virtual]

00060 {return new RSVPPathTear(*this);}

IPAddress RSVPPathTear::getNHOP (  )  [inline]

00062 {return getHop().Next_Hop_Address;}

IPAddress RSVPPathTear::getLIH (  )  [inline]

00063 {return getHop().Logical_Interface_Handle;}

IPAddress RSVPPathTear::getSrcAddress (  )  [inline]

00064 {return getSenderTemplate().SrcAddress;}

int RSVPPathTear::getLspId (  )  [inline]

Referenced by RSVP::processPathTearMsg().

00065 {return getSenderTemplate().Lsp_Id;}


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

Generated on Fri Mar 20 18:51:20 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5