INET Framework for OMNeT++/OMNEST
RsbCommitTimerMsg Class Reference

#include <SignallingMsg_m.h>

Inheritance diagram for RsbCommitTimerMsg:
SignallingMsg

List of all members.

Public Member Functions

 RsbCommitTimerMsg (const char *name=NULL, int kind=0)
 RsbCommitTimerMsg (const RsbCommitTimerMsg &other)
virtual ~RsbCommitTimerMsg ()
RsbCommitTimerMsgoperator= (const RsbCommitTimerMsg &other)
virtual RsbCommitTimerMsgdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getId () const
virtual void setId (int id)
virtual int getCommand () const
virtual void setCommand (int command)

Protected Member Functions

bool operator== (const RsbCommitTimerMsg &)

Protected Attributes

int id_var
int command_var

Private Member Functions

void copy (const RsbCommitTimerMsg &other)

Detailed Description

Class generated from networklayer/rsvp_te/SignallingMsg.msg by opp_msgc.

 message RsbCommitTimerMsg extends SignallingMsg
 {
     int id;
     int command = MSG_RSB_COMMIT_TIMER;
 }
 

Definition at line 219 of file SignallingMsg_m.h.


Constructor & Destructor Documentation

RsbCommitTimerMsg::RsbCommitTimerMsg ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().


Member Function Documentation

void RsbCommitTimerMsg::copy ( const RsbCommitTimerMsg other) [private]
virtual RsbCommitTimerMsg* RsbCommitTimerMsg::dup ( ) const [inline, virtual]

Reimplemented from SignallingMsg.

Definition at line 237 of file SignallingMsg_m.h.

{return new RsbCommitTimerMsg(*this);}
virtual int RsbCommitTimerMsg::getCommand ( ) const [virtual]

Reimplemented from SignallingMsg.

virtual int RsbCommitTimerMsg::getId ( ) const [virtual]
RsbCommitTimerMsg& RsbCommitTimerMsg::operator= ( const RsbCommitTimerMsg other)
bool RsbCommitTimerMsg::operator== ( const RsbCommitTimerMsg ) [protected]
virtual void RsbCommitTimerMsg::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from SignallingMsg.

Referenced by doPacking().

virtual void RsbCommitTimerMsg::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from SignallingMsg.

Referenced by doUnpacking().

virtual void RsbCommitTimerMsg::setCommand ( int  command) [virtual]

Reimplemented from SignallingMsg.

virtual void RsbCommitTimerMsg::setId ( int  id) [virtual]

Member Data Documentation

Reimplemented from SignallingMsg.

Definition at line 223 of file SignallingMsg_m.h.

int RsbCommitTimerMsg::id_var [protected]

Definition at line 222 of file SignallingMsg_m.h.


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