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

RSVPPathError Class Reference

#include <RSVPPathMsg.h>

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_t & getSenderTemplate ()
void setSenderTemplate (const SenderTemplateObj_t &s)
SenderTspecObj_t & getSenderTspec ()
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]
 

00081 {return new RSVPPathError(*this);}

double RSVPPathError::getBW  )  [inline]
 

00085 {return getSender_descriptor().Sender_Tspec_Object.req_bandwidth;}

int RSVPPathError::getLspId  )  [inline]
 

00084 {return getSender_descriptor().Sender_Template_Object.Lsp_Id;}

SenderTemplateObj_t& RSVPPathError::getSenderTemplate  )  [inline]
 

00087 {return getSender_descriptor().Sender_Template_Object;}

SenderTspecObj_t& RSVPPathError::getSenderTspec  )  [inline]
 

00089 {return getSender_descriptor().Sender_Tspec_Object;}

IPAddress RSVPPathError::getSrcAddress  )  [inline]
 

00083 {return getSender_descriptor().Sender_Template_Object.SrcAddress;}

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

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

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

00088 {getSender_descriptor().Sender_Template_Object = s;}

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

00090 {getSender_descriptor().Sender_Tspec_Object = s;}


The documentation for this class was generated from the following file:
Generated on Sat Apr 1 20:52:23 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1