Public Member Functions | Protected Member Functions | Protected Attributes

CommonAPIMessage Class Reference

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

#include <CommonMessages_m.h>

Inheritance diagram for CommonAPIMessage:
KBRdeliver KBRforward KBRroute KBRupdate

List of all members.

Public Member Functions

 CommonAPIMessage (const char *name=NULL, int kind=0)
 CommonAPIMessage (const CommonAPIMessage &other)
virtual ~CommonAPIMessage ()
CommonAPIMessageoperator= (const CommonAPIMessage &other)
virtual CommonAPIMessagedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getType () const
virtual void setType (int type_var)

Protected Member Functions

bool operator== (const CommonAPIMessage &)

Protected Attributes

int type_var

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet CommonAPIMessage
 {
     int type enum(CommonAPIMessageType) = COMMON_API_UNDEFINED;  
 }
 

Definition at line 960 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

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

Reimplemented in KBRroute, KBRforward, KBRdeliver, and KBRupdate.

Definition at line 973 of file CommonMessages_m.h.

{return new CommonAPIMessage(*this);}

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

Reimplemented in KBRroute, KBRforward, KBRdeliver, and KBRupdate.

Referenced by doPacking().

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

Reimplemented in KBRroute, KBRforward, KBRdeliver, and KBRupdate.

Referenced by doUnpacking().

virtual void CommonAPIMessage::setType ( int  type_var  )  [virtual]

Member Data Documentation

int CommonAPIMessage::type_var [protected]

Definition at line 963 of file CommonMessages_m.h.


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