OverSim
NTreeJoinCall Class Reference

Class generated from overlay/ntree/NTree.msg by opp_msgc. More...

#include <NTree_m.h>

Inheritance diagram for NTreeJoinCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 NTreeJoinCall (const char *name=NULL, int kind=0)
 NTreeJoinCall (const NTreeJoinCall &other)
virtual ~NTreeJoinCall ()
NTreeJoinCalloperator= (const NTreeJoinCall &other)
virtual NTreeJoinCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual Vector2DgetPosition ()
virtual const Vector2DgetPosition () const
virtual void setPosition (const Vector2D &position)
- 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 NTreeJoinCall &)
- 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 &)

Protected Attributes

Vector2D position_var

Private Member Functions

void copy (const NTreeJoinCall &other)

Detailed Description

Class generated from overlay/ntree/NTree.msg by opp_msgc.

packet NTreeJoinCall extends BaseCallMessage
{
        Vector2D position;
}

Definition at line 53 of file NTree_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

NTreeJoinCall::NTreeJoinCall ( const NTreeJoinCall other)
virtual NTreeJoinCall::~NTreeJoinCall ( )
virtual

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 70 of file NTree_m.h.

{return new NTreeJoinCall(*this);}
virtual Vector2D& NTreeJoinCall::getPosition ( )
virtual

Referenced by NTree::handleJoinCall().

virtual const Vector2D& NTreeJoinCall::getPosition ( ) const
inlinevirtual

Definition at line 76 of file NTree_m.h.

Referenced by getPosition().

{return const_cast<NTreeJoinCall*>(this)->getPosition();}
NTreeJoinCall& NTreeJoinCall::operator= ( const NTreeJoinCall other)
bool NTreeJoinCall::operator== ( const NTreeJoinCall )
protected
virtual void NTreeJoinCall::parsimPack ( cCommBuffer *  b)
virtual

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void NTreeJoinCall::setPosition ( const Vector2D position)
virtual

Member Data Documentation

Vector2D NTreeJoinCall::position_var
protected

Definition at line 56 of file NTree_m.h.


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