|
INET Framework for OMNeT++/OMNEST
|
#include <GenericAppMsg_m.h>
Public Member Functions | |
| GenericAppMsg (const char *name=NULL, int kind=0) | |
| GenericAppMsg (const GenericAppMsg &other) | |
| virtual | ~GenericAppMsg () |
| GenericAppMsg & | operator= (const GenericAppMsg &other) |
| virtual GenericAppMsg * | dup () 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) |
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.
| GenericAppMsg::GenericAppMsg | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| GenericAppMsg::GenericAppMsg | ( | const GenericAppMsg & | other | ) |
| virtual GenericAppMsg::~GenericAppMsg | ( | ) | [virtual] |
| 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);}
| virtual int GenericAppMsg::getExpectedReplyLength | ( | ) | const [virtual] |
Referenced by TCPGenericSrvThread::dataArrived(), and TCPGenericSrvApp::handleMessage().
| virtual double GenericAppMsg::getReplyDelay | ( | ) | const [virtual] |
Referenced by TCPGenericSrvThread::dataArrived(), and TCPGenericSrvApp::handleMessage().
| virtual bool GenericAppMsg::getServerClose | ( | ) | const [virtual] |
Referenced by TCPGenericSrvThread::dataArrived(), and TCPGenericSrvApp::handleMessage().
| 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] |
int GenericAppMsg::expectedReplyLength_var [protected] |
Definition at line 37 of file GenericAppMsg_m.h.
double GenericAppMsg::replyDelay_var [protected] |
Definition at line 38 of file GenericAppMsg_m.h.
bool GenericAppMsg::serverClose_var [protected] |
Definition at line 39 of file GenericAppMsg_m.h.