Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GenericAppMsg Class Reference

#include <GenericAppMsg_m.h>

List of all members.


Detailed Description

Class generated from GenericAppMsg.msg by opp_msgc.
 message GenericAppMsg
 {
     properties:
         omitGetVerb = true;
     fields:
         int expectedReplyLength;  
         double replyDelay;  
         bool close;

 };
 


Public Member Functions

 GenericAppMsg (const char *name=NULL, int kind=0)
 GenericAppMsg (const GenericAppMsg &other)
virtual ~GenericAppMsg ()
GenericAppMsgoperator= (const GenericAppMsg &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual int expectedReplyLength () const
virtual void setExpectedReplyLength (int expectedReplyLength_var)
virtual double replyDelay () const
virtual void setReplyDelay (double replyDelay_var)
virtual bool close () const
virtual void setClose (bool close_var)

Protected Member Functions

bool operator== (const GenericAppMsg &)

Protected Attributes

int expectedReplyLength_var
double replyDelay_var
bool close_var


Constructor & Destructor Documentation

GenericAppMsg::GenericAppMsg const char *  name = NULL,
int  kind = 0
 

GenericAppMsg::GenericAppMsg const GenericAppMsg other  ) 
 

virtual GenericAppMsg::~GenericAppMsg  )  [virtual]
 


Member Function Documentation

virtual bool GenericAppMsg::close  )  const [virtual]
 

virtual cPolymorphic* GenericAppMsg::dup  )  const [inline, virtual]
 

00052 {return new GenericAppMsg(*this);}

virtual int GenericAppMsg::expectedReplyLength  )  const [virtual]
 

virtual void GenericAppMsg::netPack cCommBuffer *  b  )  [virtual]
 

virtual void GenericAppMsg::netUnpack cCommBuffer *  b  )  [virtual]
 

GenericAppMsg& GenericAppMsg::operator= const GenericAppMsg other  ) 
 

bool GenericAppMsg::operator== const GenericAppMsg  )  [protected]
 

virtual double GenericAppMsg::replyDelay  )  const [virtual]
 

virtual void GenericAppMsg::setClose bool  close_var  )  [virtual]
 

virtual void GenericAppMsg::setExpectedReplyLength int  expectedReplyLength_var  )  [virtual]
 

virtual void GenericAppMsg::setReplyDelay double  replyDelay_var  )  [virtual]
 


Member Data Documentation

bool GenericAppMsg::close_var [protected]
 

int GenericAppMsg::expectedReplyLength_var [protected]
 

double GenericAppMsg::replyDelay_var [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 18:22:22 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0