#include <GenericAppMsg_m.h>
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 () |
GenericAppMsg & | operator= (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 |
|
|
|
|
|
|
|
|
|
00052 {return new GenericAppMsg(*this);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|