OverSim
PastryJoinCall Class Reference

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

#include <PastryMessage_m.h>

Inheritance diagram for PastryJoinCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 PastryJoinCall (const char *name=NULL, int kind=0)
 PastryJoinCall (const PastryJoinCall &other)
virtual ~PastryJoinCall ()
PastryJoinCalloperator= (const PastryJoinCall &other)
virtual PastryJoinCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
- Public Member Functions inherited from BaseCallMessage
 BaseCallMessage (const char *name=NULL, int kind=0)
 BaseCallMessage (const BaseCallMessage &other)
virtual ~BaseCallMessage ()
BaseCallMessageoperator= (const BaseCallMessage &other)
- 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 PastryJoinCall &)
- Protected Member Functions inherited from BaseCallMessage
bool operator== (const BaseCallMessage &)
- 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 PastryJoinCall &other)

Additional Inherited Members

- Protected Attributes inherited from BaseRpcMessage
unsigned int nonce_var
NodeHandle srcNode_var
AuthBlockauthBlock_var
uint8_t authBlock_arraysize

Detailed Description

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

packet PastryJoinCall extends BaseCallMessage
{
}

Definition at line 296 of file PastryMessage_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

PastryJoinCall::PastryJoinCall ( const PastryJoinCall other)
virtual PastryJoinCall::~PastryJoinCall ( )
virtual

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 312 of file PastryMessage_m.h.

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().


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