Public Member Functions | Protected Member Functions

CoordsReqCall Class Reference

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

#include <Nps_m.h>

Inheritance diagram for CoordsReqCall:
BaseCallMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 CoordsReqCall (const char *name=NULL, int kind=0)
 CoordsReqCall (const CoordsReqCall &other)
virtual ~CoordsReqCall ()
CoordsReqCalloperator= (const CoordsReqCall &other)
virtual CoordsReqCalldup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const CoordsReqCall &)

Detailed Description

Class generated from common/Nps.msg by opp_msgc.

 packet CoordsReqCall extends BaseCallMessage
 {
 }
 

Definition at line 36 of file Nps_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented from BaseCallMessage.

Definition at line 48 of file Nps_m.h.

{return new CoordsReqCall(*this);}

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

Reimplemented from BaseCallMessage.

Referenced by doPacking().

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

Reimplemented from BaseCallMessage.

Referenced by doUnpacking().


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