RttToNodeCall Class Reference

Class generated from common/cbr/CoordMessages.msg by opp_msgc. More...

#include <CoordMessages_m.h>

Inheritance diagram for RttToNodeCall:

BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 RttToNodeCall (const char *name=NULL, int kind=0)
 RttToNodeCall (const RttToNodeCall &other)
virtual ~RttToNodeCall ()
RttToNodeCalloperator= (const RttToNodeCall &other)
virtual RttToNodeCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual TransportAddressgetNodeToPing ()
virtual const TransportAddressgetNodeToPing () const
virtual void setNodeToPing (const TransportAddress &nodeToPing_var)

Protected Member Functions

bool operator== (const RttToNodeCall &)

Protected Attributes

TransportAddress nodeToPing_var


Detailed Description

Class generated from common/cbr/CoordMessages.msg by opp_msgc.

 packet RttToNodeCall extends BaseCallMessage
 {
     TransportAddress nodeToPing;
 }
 

Definition at line 68 of file CoordMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

RttToNodeCall::RttToNodeCall ( const RttToNodeCall other  ) 

virtual RttToNodeCall::~RttToNodeCall (  )  [virtual]


Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 81 of file CoordMessages_m.h.

00081 {return new RttToNodeCall(*this);}

virtual const TransportAddress& RttToNodeCall::getNodeToPing (  )  const [inline, virtual]

Definition at line 87 of file CoordMessages_m.h.

Referenced by getNodeToPing().

00087 {return const_cast<RttToNodeCall*>(this)->getNodeToPing();}

virtual TransportAddress& RttToNodeCall::getNodeToPing (  )  [virtual]

RttToNodeCall& RttToNodeCall::operator= ( const RttToNodeCall other  ) 

bool RttToNodeCall::operator== ( const RttToNodeCall  )  [protected]

virtual void RttToNodeCall::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void RttToNodeCall::setNodeToPing ( const TransportAddress nodeToPing_var  )  [virtual]


Member Data Documentation

Definition at line 71 of file CoordMessages_m.h.


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

Generated on Tue Sep 8 17:27:01 2009 for OverSim by  doxygen 1.5.8