NotifyCall Class Reference

Class generated from overlay/chord/ChordMessage.msg by opp_msgc. More...

#include <ChordMessage_m.h>

Inheritance diagram for NotifyCall:

BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 NotifyCall (const char *name=NULL, int kind=0)
 NotifyCall (const NotifyCall &other)
virtual ~NotifyCall ()
NotifyCalloperator= (const NotifyCall &other)
virtual NotifyCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual TransportAddressgetFailed ()
virtual const TransportAddressgetFailed () const
virtual void setFailed (const TransportAddress &failed_var)

Protected Member Functions

bool operator== (const NotifyCall &)

Protected Attributes

TransportAddress failed_var


Detailed Description

Class generated from overlay/chord/ChordMessage.msg by opp_msgc.

 packet NotifyCall extends BaseCallMessage
 {
     TransportAddress failed = TransportAddress::UNSPECIFIED_NODE;
 }
 

Definition at line 152 of file ChordMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

NotifyCall::NotifyCall ( const NotifyCall other  ) 

virtual NotifyCall::~NotifyCall (  )  [virtual]


Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 165 of file ChordMessage_m.h.

00165 {return new NotifyCall(*this);}

virtual const TransportAddress& NotifyCall::getFailed (  )  const [inline, virtual]

Definition at line 171 of file ChordMessage_m.h.

Referenced by getFailed().

00171 {return const_cast<NotifyCall*>(this)->getFailed();}

virtual TransportAddress& NotifyCall::getFailed (  )  [virtual]

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

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

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void NotifyCall::setFailed ( const TransportAddress failed_var  )  [virtual]


Member Data Documentation

Definition at line 155 of file ChordMessage_m.h.


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

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