applications/kbrtestapp/KBRTestMessage.msg by opp_msgc.
More...
#include <KBRTestMessage_m.h>

Public Member Functions | |
| KbrTestResponse (const char *name=NULL, int kind=0) | |
| KbrTestResponse (const KbrTestResponse &other) | |
| virtual | ~KbrTestResponse () |
| KbrTestResponse & | operator= (const KbrTestResponse &other) |
| virtual KbrTestResponse * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
| bool | operator== (const KbrTestResponse &) |
applications/kbrtestapp/KBRTestMessage.msg by opp_msgc.
packet KbrTestResponse extends BaseResponseMessage {
}
Definition at line 116 of file KBRTestMessage_m.h.
| KbrTestResponse::KbrTestResponse | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| KbrTestResponse::KbrTestResponse | ( | const KbrTestResponse & | other | ) |
| virtual KbrTestResponse::~KbrTestResponse | ( | ) | [virtual] |
| virtual KbrTestResponse* KbrTestResponse::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseResponseMessage.
Definition at line 128 of file KBRTestMessage_m.h.
00128 {return new KbrTestResponse(*this);}
| KbrTestResponse& KbrTestResponse::operator= | ( | const KbrTestResponse & | other | ) |
| bool KbrTestResponse::operator== | ( | const KbrTestResponse & | ) | [protected] |
| virtual void KbrTestResponse::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void KbrTestResponse::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
1.5.8