Public Member Functions | Protected Member Functions | Protected Attributes

PubSubSubscriptionCall Class Reference

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

#include <PubSubMessage_m.h>

Inheritance diagram for PubSubSubscriptionCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 PubSubSubscriptionCall (const char *name=NULL, int kind=0)
 PubSubSubscriptionCall (const PubSubSubscriptionCall &other)
virtual ~PubSubSubscriptionCall ()
PubSubSubscriptionCalloperator= (const PubSubSubscriptionCall &other)
virtual PubSubSubscriptionCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getSubspaceId () const
virtual void setSubspaceId (int subspaceId_var)

Protected Member Functions

bool operator== (const PubSubSubscriptionCall &)

Protected Attributes

int subspaceId_var

Detailed Description

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

 packet PubSubSubscriptionCall extends BaseCallMessage
 {
         int subspaceId;
 }
 

Definition at line 382 of file PubSubMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

PubSubSubscriptionCall::PubSubSubscriptionCall ( const PubSubSubscriptionCall other  ) 
virtual PubSubSubscriptionCall::~PubSubSubscriptionCall (  )  [virtual]

Member Function Documentation

virtual PubSubSubscriptionCall* PubSubSubscriptionCall::dup (  )  const [inline, virtual]

Reimplemented from BaseCallMessage.

Definition at line 395 of file PubSubMessage_m.h.

{return new PubSubSubscriptionCall(*this);}

virtual int PubSubSubscriptionCall::getSubspaceId (  )  const [virtual]
PubSubSubscriptionCall& PubSubSubscriptionCall::operator= ( const PubSubSubscriptionCall other  ) 
bool PubSubSubscriptionCall::operator== ( const PubSubSubscriptionCall  )  [protected]
virtual void PubSubSubscriptionCall::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

Referenced by doPacking().

virtual void PubSubSubscriptionCall::parsimUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void PubSubSubscriptionCall::setSubspaceId ( int  subspaceId_var  )  [virtual]

Member Data Documentation

Definition at line 385 of file PubSubMessage_m.h.


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