Classes | Defines | Functions

KBRTestMessage_m.h File Reference

#include <omnetpp.h>
#include <OverlayKey.h>
#include <IPvXAddress.h>
#include <CommonMessages_m.h>

Go to the source code of this file.

Classes

class  KBRTestMessage
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  KbrTestCall
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  KbrTestResponse
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  KbrRpcContext
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...

Defines

#define MSGC_VERSION   0x0401

Functions

void doPacking (cCommBuffer *b, KBRTestMessage &obj)
void doUnpacking (cCommBuffer *b, KBRTestMessage &obj)
void doPacking (cCommBuffer *b, KbrTestCall &obj)
void doUnpacking (cCommBuffer *b, KbrTestCall &obj)
void doPacking (cCommBuffer *b, KbrTestResponse &obj)
void doUnpacking (cCommBuffer *b, KbrTestResponse &obj)
void doPacking (cCommBuffer *b, KbrRpcContext &obj)
void doUnpacking (cCommBuffer *b, KbrRpcContext &obj)

Define Documentation

#define MSGC_VERSION   0x0401

Definition at line 11 of file KBRTestMessage_m.h.


Function Documentation

void doPacking ( cCommBuffer *  b,
KBRTestMessage obj 
) [inline]

Definition at line 71 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}

void doPacking ( cCommBuffer *  b,
KbrTestResponse obj 
) [inline]

Definition at line 131 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}

void doPacking ( cCommBuffer *  b,
KbrRpcContext obj 
) [inline]

Definition at line 175 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}

void doPacking ( cCommBuffer *  b,
KbrTestCall obj 
) [inline]

Definition at line 101 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}

void doUnpacking ( cCommBuffer *  b,
KBRTestMessage obj 
) [inline]

Definition at line 72 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}

void doUnpacking ( cCommBuffer *  b,
KbrTestCall obj 
) [inline]

Definition at line 102 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}

void doUnpacking ( cCommBuffer *  b,
KbrTestResponse obj 
) [inline]

Definition at line 132 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}

void doUnpacking ( cCommBuffer *  b,
KbrRpcContext obj 
) [inline]

Definition at line 176 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}