|
INET Framework for OMNeT++/OMNEST
|
#include <UDPEchoAppMsg_m.h>
Public Member Functions | |
| UDPEchoAppMsg (const char *name=NULL, int kind=0) | |
| UDPEchoAppMsg (const UDPEchoAppMsg &other) | |
| virtual | ~UDPEchoAppMsg () |
| UDPEchoAppMsg & | operator= (const UDPEchoAppMsg &other) |
| virtual UDPEchoAppMsg * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual bool | getIsRequest () const |
| virtual void | setIsRequest (bool isRequest) |
Protected Member Functions | |
| bool | operator== (const UDPEchoAppMsg &) |
Protected Attributes | |
| bool | isRequest_var |
Private Member Functions | |
| void | copy (const UDPEchoAppMsg &other) |
Class generated from applications/udpapp/UDPEchoAppMsg.msg by opp_msgc.
packet UDPEchoAppMsg { bool isRequest = true; }
Definition at line 31 of file UDPEchoAppMsg_m.h.
| UDPEchoAppMsg::UDPEchoAppMsg | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| UDPEchoAppMsg::UDPEchoAppMsg | ( | const UDPEchoAppMsg & | other | ) |
| virtual UDPEchoAppMsg::~UDPEchoAppMsg | ( | ) | [virtual] |
| void UDPEchoAppMsg::copy | ( | const UDPEchoAppMsg & | other | ) | [private] |
| virtual UDPEchoAppMsg* UDPEchoAppMsg::dup | ( | ) | const [inline, virtual] |
Definition at line 48 of file UDPEchoAppMsg_m.h.
{return new UDPEchoAppMsg(*this);}
| virtual bool UDPEchoAppMsg::getIsRequest | ( | ) | const [virtual] |
Referenced by UDPEchoApp::processPacket().
| UDPEchoAppMsg& UDPEchoAppMsg::operator= | ( | const UDPEchoAppMsg & | other | ) |
| bool UDPEchoAppMsg::operator== | ( | const UDPEchoAppMsg & | ) | [protected] |
| virtual void UDPEchoAppMsg::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
| virtual void UDPEchoAppMsg::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
| virtual void UDPEchoAppMsg::setIsRequest | ( | bool | isRequest | ) | [virtual] |
Referenced by UDPEchoApp::processPacket().
bool UDPEchoAppMsg::isRequest_var [protected] |
Definition at line 34 of file UDPEchoAppMsg_m.h.