RSVPPathError Class Reference

#include <RSVPPathMsg.h>

Inheritance diagram for RSVPPathError:

RSVPPathError_Base RSVPPacket RSVPPacket_Base RSVPMessage List of all members.

Detailed Description

RSVP PATH ERROR message

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


Public Member Functions

 RSVPPathError (const char *name=NULL, int kind=PERROR_MESSAGE)
 RSVPPathError (const RSVPPathError &other)
RSVPPathErroroperator= (const RSVPPathError &other)
virtual cObject * dup ()
IPAddress getSrcAddress ()
int getLspId ()
double getBW ()
SenderTemplateObj_tgetSenderTemplate ()
void setSenderTemplate (const SenderTemplateObj_t &s)
SenderTspecObj_tgetSenderTspec ()
void setSenderTspec (const SenderTspecObj_t &s)


Constructor & Destructor Documentation

RSVPPathError::RSVPPathError ( const char *  name = NULL,
int  kind = PERROR_MESSAGE 
) [inline]

00078 : RSVPPathError_Base(name,kind) {}

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

00079 : RSVPPathError_Base(other.name()) {operator=(other);}


Member Function Documentation

virtual cObject* RSVPPathError::dup (  )  [inline, virtual]

Reimplemented from RSVPPacket.

00081 {return new RSVPPathError(*this);}

double RSVPPathError::getBW (  )  [inline]

int RSVPPathError::getLspId (  )  [inline]

SenderTemplateObj_t& RSVPPathError::getSenderTemplate (  )  [inline]

SenderTspecObj_t& RSVPPathError::getSenderTspec (  )  [inline]

IPAddress RSVPPathError::getSrcAddress (  )  [inline]

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

00080 {RSVPPathError_Base::operator=(other); return *this;}

void RSVPPathError::setSenderTemplate ( const SenderTemplateObj_t s  )  [inline]

void RSVPPathError::setSenderTspec ( const SenderTspecObj_t s  )  [inline]


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