OverSim
PastryJoinResponse Class Reference

Class generated from overlay/pastry/PastryMessage.msg by opp_msgc. More...

#include <PastryMessage_m.h>

Inheritance diagram for PastryJoinResponse:
BaseResponseMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 PastryJoinResponse (const char *name=NULL, int kind=0)
 PastryJoinResponse (const PastryJoinResponse &other)
virtual ~PastryJoinResponse ()
PastryJoinResponseoperator= (const PastryJoinResponse &other)
virtual PastryJoinResponsedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
- Public Member Functions inherited from BaseResponseMessage
 BaseResponseMessage (const char *name=NULL, int kind=0)
 BaseResponseMessage (const BaseResponseMessage &other)
virtual ~BaseResponseMessage ()
BaseResponseMessageoperator= (const BaseResponseMessage &other)
virtual int getCallHopCount () const
virtual void setCallHopCount (int callHopCount)
virtual void setNcsInfoArraySize (unsigned int size)
virtual unsigned int getNcsInfoArraySize () const
virtual double getNcsInfo (unsigned int k) const
virtual void setNcsInfo (unsigned int k, double ncsInfo)
- Public Member Functions inherited from BaseRpcMessage
 BaseRpcMessage (const char *name=NULL, int kind=0)
 BaseRpcMessage (const BaseRpcMessage &other)
virtual ~BaseRpcMessage ()
BaseRpcMessageoperator= (const BaseRpcMessage &other)
virtual unsigned int getNonce () const
virtual void setNonce (unsigned int nonce)
virtual NodeHandlegetSrcNode ()
virtual const NodeHandlegetSrcNode () const
virtual void setSrcNode (const NodeHandle &srcNode)
virtual void setAuthBlockArraySize (uint8_t size)
virtual uint8_t getAuthBlockArraySize () const
virtual AuthBlockgetAuthBlock (uint8_t k)
virtual const AuthBlockgetAuthBlock (uint8_t k) const
virtual void setAuthBlock (uint8_t k, const AuthBlock &authBlock)
- Public Member Functions inherited from BaseOverlayMessage
 BaseOverlayMessage (const char *name=NULL, int kind=0)
 BaseOverlayMessage (const BaseOverlayMessage &other)
virtual ~BaseOverlayMessage ()
BaseOverlayMessageoperator= (const BaseOverlayMessage &other)
virtual int getType () const
virtual void setType (int type)
virtual int getStatType () const
virtual void setStatType (int statType)
- Public Member Functions inherited from OverSimMessage
 OverSimMessage (const char *name=NULL, int kind=0)
 OverSimMessage (const OverSimMessage &other)
OverSimMessageoperator= (const OverSimMessage &other)
- Public Member Functions inherited from OverSimMessage_Base
virtual ~OverSimMessage_Base ()

Protected Member Functions

bool operator== (const PastryJoinResponse &)
- Protected Member Functions inherited from BaseResponseMessage
bool operator== (const BaseResponseMessage &)
- Protected Member Functions inherited from BaseRpcMessage
bool operator== (const BaseRpcMessage &)
- Protected Member Functions inherited from BaseOverlayMessage
bool operator== (const BaseOverlayMessage &)

Private Member Functions

void copy (const PastryJoinResponse &other)

Additional Inherited Members

- Protected Attributes inherited from BaseResponseMessage
int callHopCount_var
double * ncsInfo_var
unsigned int ncsInfo_arraysize

Detailed Description

Class generated from overlay/pastry/PastryMessage.msg by opp_msgc.

packet PastryJoinResponse extends BaseResponseMessage
{
}

Definition at line 330 of file PastryMessage_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

PastryJoinResponse::PastryJoinResponse ( const PastryJoinResponse other)
virtual PastryJoinResponse::~PastryJoinResponse ( )
virtual

Member Function Documentation

void PastryJoinResponse::copy ( const PastryJoinResponse other)
private
virtual PastryJoinResponse* PastryJoinResponse::dup ( ) const
inlinevirtual

Reimplemented from BaseResponseMessage.

Definition at line 346 of file PastryMessage_m.h.

{return new PastryJoinResponse(*this);}
PastryJoinResponse& PastryJoinResponse::operator= ( const PastryJoinResponse other)
bool PastryJoinResponse::operator== ( const PastryJoinResponse )
protected
virtual void PastryJoinResponse::parsimPack ( cCommBuffer *  b)
virtual

Reimplemented from BaseResponseMessage.

Referenced by doPacking().

virtual void PastryJoinResponse::parsimUnpack ( cCommBuffer *  b)
virtual

Reimplemented from BaseResponseMessage.

Referenced by doUnpacking().


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