Public Member Functions | Protected Member Functions | Protected Attributes

PubSubPingCall Class Reference

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

#include <PubSubMessage_m.h>

Inheritance diagram for PubSubPingCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 PubSubPingCall (const char *name=NULL, int kind=0)
 PubSubPingCall (const PubSubPingCall &other)
virtual ~PubSubPingCall ()
PubSubPingCalloperator= (const PubSubPingCall &other)
virtual PubSubPingCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getSubspaceId () const
virtual void setSubspaceId (int subspaceId_var)
virtual int getPingType () const
virtual void setPingType (int pingType_var)

Protected Member Functions

bool operator== (const PubSubPingCall &)

Protected Attributes

int subspaceId_var
int pingType_var

Detailed Description

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

 packet PubSubPingCall extends BaseCallMessage
 {
         int subspaceId;
         int pingType enum(PubSubPingType);
 }
 

Definition at line 730 of file PubSubMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 744 of file PubSubMessage_m.h.

{return new PubSubPingCall(*this);}

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().

virtual void PubSubPingCall::setPingType ( int  pingType_var  )  [virtual]
virtual void PubSubPingCall::setSubspaceId ( int  subspaceId_var  )  [virtual]

Member Data Documentation

Definition at line 734 of file PubSubMessage_m.h.

Definition at line 733 of file PubSubMessage_m.h.


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