OverSim
ProxFindNodeCall Class Reference

Class generated from common/ProximityLookupMessages.msg by opp_msgc. More...

#include <ProximityLookupMessages_m.h>

Inheritance diagram for ProxFindNodeCall:
FindNodeCall BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 ProxFindNodeCall (const char *name=NULL, int kind=0)
 ProxFindNodeCall (const ProxFindNodeCall &other)
virtual ~ProxFindNodeCall ()
ProxFindNodeCalloperator= (const ProxFindNodeCall &other)
virtual ProxFindNodeCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
- Public Member Functions inherited from FindNodeCall
 FindNodeCall (const char *name=NULL, int kind=0)
 FindNodeCall (const FindNodeCall &other)
virtual ~FindNodeCall ()
FindNodeCalloperator= (const FindNodeCall &other)
virtual OverlayKeygetLookupKey ()
virtual const OverlayKeygetLookupKey () const
virtual void setLookupKey (const OverlayKey &lookupKey)
virtual int getNumRedundantNodes () const
virtual void setNumRedundantNodes (int numRedundantNodes)
virtual int getNumSiblings () const
virtual void setNumSiblings (int numSiblings)
virtual bool getExhaustiveIterative () const
virtual void setExhaustiveIterative (bool exhaustiveIterative)
- 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 ProxFindNodeCall &)
- Protected Member Functions inherited from FindNodeCall
bool operator== (const FindNodeCall &)
- 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 ProxFindNodeCall &other)

Additional Inherited Members

- Protected Attributes inherited from FindNodeCall
OverlayKey lookupKey_var
int numRedundantNodes_var
int numSiblings_var
bool exhaustiveIterative_var

Detailed Description

Class generated from common/ProximityLookupMessages.msg by opp_msgc.

packet ProxFindNodeCall extends FindNodeCall
{
}

Definition at line 61 of file ProximityLookupMessages_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

ProxFindNodeCall::ProxFindNodeCall ( const ProxFindNodeCall other)
virtual ProxFindNodeCall::~ProxFindNodeCall ( )
virtual

Member Function Documentation

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

Reimplemented from FindNodeCall.

Definition at line 77 of file ProximityLookupMessages_m.h.

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

Reimplemented from FindNodeCall.

Referenced by doPacking().

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

Reimplemented from FindNodeCall.

Referenced by doUnpacking().


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