#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 |
GenericAppMsg::GenericAppMsg | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
GenericAppMsg::GenericAppMsg | ( | const GenericAppMsg & | other | ) |
virtual GenericAppMsg::~GenericAppMsg | ( | ) | [virtual] |
virtual bool GenericAppMsg::close | ( | ) | const [virtual] |
virtual cPolymorphic* GenericAppMsg::dup | ( | ) | const [inline, virtual] |
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] |
bool GenericAppMsg::close_var [protected] |
int GenericAppMsg::expectedReplyLength_var [protected] |
double GenericAppMsg::replyDelay_var [protected] |