INET Framework for OMNeT++/OMNEST
GenericAppMsg Class Reference

#include <GenericAppMsg_m.h>

List of all members.

Public Member Functions

 GenericAppMsg (const char *name=NULL, int kind=0)
 GenericAppMsg (const GenericAppMsg &other)
virtual ~GenericAppMsg ()
GenericAppMsgoperator= (const GenericAppMsg &other)
virtual GenericAppMsgdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getExpectedReplyLength () const
virtual void setExpectedReplyLength (int expectedReplyLength)
virtual double getReplyDelay () const
virtual void setReplyDelay (double replyDelay)
virtual bool getServerClose () const
virtual void setServerClose (bool serverClose)

Protected Member Functions

bool operator== (const GenericAppMsg &)

Protected Attributes

int expectedReplyLength_var
double replyDelay_var
bool serverClose_var

Private Member Functions

void copy (const GenericAppMsg &other)

Detailed Description

Class generated from applications/tcpapp/GenericAppMsg.msg by opp_msgc.

 packet GenericAppMsg
 {
     int expectedReplyLength; 
     double replyDelay;       
     bool serverClose;
 }
 

Definition at line 34 of file GenericAppMsg_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

virtual GenericAppMsg::~GenericAppMsg ( ) [virtual]

Member Function Documentation

void GenericAppMsg::copy ( const GenericAppMsg other) [private]
virtual GenericAppMsg* GenericAppMsg::dup ( ) const [inline, virtual]

Definition at line 53 of file GenericAppMsg_m.h.

{return new GenericAppMsg(*this);}
GenericAppMsg& GenericAppMsg::operator= ( const GenericAppMsg other)
bool GenericAppMsg::operator== ( const GenericAppMsg ) [protected]
virtual void GenericAppMsg::parsimPack ( cCommBuffer *  b) [virtual]

Referenced by doPacking().

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

Referenced by doUnpacking().

virtual void GenericAppMsg::setExpectedReplyLength ( int  expectedReplyLength) [virtual]
virtual void GenericAppMsg::setReplyDelay ( double  replyDelay) [virtual]
virtual void GenericAppMsg::setServerClose ( bool  serverClose) [virtual]

Member Data Documentation

Definition at line 37 of file GenericAppMsg_m.h.

double GenericAppMsg::replyDelay_var [protected]

Definition at line 38 of file GenericAppMsg_m.h.

Definition at line 39 of file GenericAppMsg_m.h.


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