Class generated from applications/kbrtestapp/KBRTestMessage.msg
by opp_msgc.
More...
#include <KBRTestMessage_m.h>
Public Member Functions | |
KbrTestCall (const char *name=NULL, int kind=0) | |
KbrTestCall (const KbrTestCall &other) | |
virtual | ~KbrTestCall () |
KbrTestCall & | operator= (const KbrTestCall &other) |
virtual KbrTestCall * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const KbrTestCall &) |
Class generated from applications/kbrtestapp/KBRTestMessage.msg
by opp_msgc.
packet KbrTestCall extends BaseCallMessage { }
Definition at line 82 of file KBRTestMessage_m.h.
KbrTestCall::KbrTestCall | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
KbrTestCall::KbrTestCall | ( | const KbrTestCall & | other | ) |
virtual KbrTestCall::~KbrTestCall | ( | ) | [virtual] |
virtual KbrTestCall* KbrTestCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 94 of file KBRTestMessage_m.h.
{return new KbrTestCall(*this);}
KbrTestCall& KbrTestCall::operator= | ( | const KbrTestCall & | other | ) |
bool KbrTestCall::operator== | ( | const KbrTestCall & | ) | [protected] |
virtual void KbrTestCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doPacking().
virtual void KbrTestCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doUnpacking().