Public Member Functions | Protected Member Functions | Protected Attributes

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 67 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 80 of file CoordMessages_m.h.

{return new RttToNodeCall(*this);}

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

Definition at line 86 of file CoordMessages_m.h.

Referenced by getNodeToPing().

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

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 70 of file CoordMessages_m.h.


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