#include <UDPEchoAppMsg_m.h>
UDPEchoAppMsg.msg
by opp_msgc. message UDPEchoAppMsg { properties: omitGetVerb = true; fields: bool isRequest = true; };
Public Member Functions | |
UDPEchoAppMsg (const char *name=NULL, int kind=0) | |
UDPEchoAppMsg (const UDPEchoAppMsg &other) | |
virtual | ~UDPEchoAppMsg () |
UDPEchoAppMsg & | operator= (const UDPEchoAppMsg &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual bool | isRequest () const |
virtual void | setIsRequest (bool isRequest_var) |
Protected Member Functions | |
bool | operator== (const UDPEchoAppMsg &) |
Protected Attributes | |
bool | isRequest_var |
UDPEchoAppMsg::UDPEchoAppMsg | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
UDPEchoAppMsg::UDPEchoAppMsg | ( | const UDPEchoAppMsg & | other | ) |
virtual UDPEchoAppMsg::~UDPEchoAppMsg | ( | ) | [virtual] |
virtual cPolymorphic* UDPEchoAppMsg::dup | ( | ) | const [inline, virtual] |
virtual bool UDPEchoAppMsg::isRequest | ( | ) | const [virtual] |
virtual void UDPEchoAppMsg::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void UDPEchoAppMsg::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
UDPEchoAppMsg& UDPEchoAppMsg::operator= | ( | const UDPEchoAppMsg & | other | ) |
bool UDPEchoAppMsg::operator== | ( | const UDPEchoAppMsg & | ) | [protected] |
virtual void UDPEchoAppMsg::setIsRequest | ( | bool | isRequest_var | ) | [virtual] |
bool UDPEchoAppMsg::isRequest_var [protected] |