NotifyCall Class Reference

#include <ChordMessage_m.h>

Inheritance diagram for NotifyCall:

BaseCallMessage BaseRpcMessage BaseOverlayMessage List of all members.

Detailed Description

Class generated from ChordMessage.msg by opp_msgc.

 message NotifyCall extends BaseCallMessage
 {
     fields:
 	bool preDBNodeSet;

 };
 


Public Member Functions

 NotifyCall (const char *name=NULL, int kind=0)
 NotifyCall (const NotifyCall &other)
virtual ~NotifyCall ()
NotifyCalloperator= (const NotifyCall &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual bool getPreDBNodeSet () const
virtual void setPreDBNodeSet (bool preDBNodeSet_var)

Protected Member Functions

bool operator== (const NotifyCall &)

Protected Attributes

bool preDBNodeSet_var


Constructor & Destructor Documentation

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

NotifyCall::NotifyCall ( const NotifyCall other  ) 

virtual NotifyCall::~NotifyCall (  )  [virtual]


Member Function Documentation

virtual cPolymorphic* NotifyCall::dup (  )  const [inline, virtual]

Reimplemented from BaseCallMessage.

00164 {return new NotifyCall(*this);}

virtual bool NotifyCall::getPreDBNodeSet (  )  const [virtual]

virtual void NotifyCall::netPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

virtual void NotifyCall::netUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseCallMessage.

NotifyCall& NotifyCall::operator= ( const NotifyCall other  ) 

bool NotifyCall::operator== ( const NotifyCall  )  [protected]

virtual void NotifyCall::setPreDBNodeSet ( bool  preDBNodeSet_var  )  [virtual]


Member Data Documentation

bool NotifyCall::preDBNodeSet_var [protected]


The documentation for this class was generated from the following file:
Generated on Fri May 11 14:52:40 2007 for ITM OverSim by  doxygen 1.4.7