OverSim
PubSubAdoptChildCall Class Reference

Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc. More...

#include <PubSubMessage_m.h>

Inheritance diagram for PubSubAdoptChildCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 PubSubAdoptChildCall (const char *name=NULL, int kind=0)
 PubSubAdoptChildCall (const PubSubAdoptChildCall &other)
virtual ~PubSubAdoptChildCall ()
PubSubAdoptChildCalloperator= (const PubSubAdoptChildCall &other)
virtual PubSubAdoptChildCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getSubspaceId () const
virtual void setSubspaceId (int subspaceId)
virtual NodeHandlegetChild ()
virtual const NodeHandlegetChild () const
virtual void setChild (const NodeHandle &child)
- 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 PubSubAdoptChildCall &)
- 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

int subspaceId_var
NodeHandle child_var

Private Member Functions

void copy (const PubSubAdoptChildCall &other)

Detailed Description

Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.

packet PubSubAdoptChildCall extends BaseCallMessage
{
        int subspaceId;
        NodeHandle child;
}

Definition at line 999 of file PubSubMessage_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

PubSubAdoptChildCall::PubSubAdoptChildCall ( const PubSubAdoptChildCall other)
virtual PubSubAdoptChildCall::~PubSubAdoptChildCall ( )
virtual

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 1017 of file PubSubMessage_m.h.

{return new PubSubAdoptChildCall(*this);}
virtual NodeHandle& PubSubAdoptChildCall::getChild ( )
virtual
virtual const NodeHandle& PubSubAdoptChildCall::getChild ( ) const
inlinevirtual

Definition at line 1025 of file PubSubMessage_m.h.

Referenced by getChild().

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void PubSubAdoptChildCall::setChild ( const NodeHandle child)
virtual
virtual void PubSubAdoptChildCall::setSubspaceId ( int  subspaceId)
virtual

Member Data Documentation

NodeHandle PubSubAdoptChildCall::child_var
protected

Definition at line 1003 of file PubSubMessage_m.h.

int PubSubAdoptChildCall::subspaceId_var
protected

Definition at line 1002 of file PubSubMessage_m.h.


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