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   0x0400

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   0x0400

Definition at line 11 of file KBRTestMessage_m.h.


Function Documentation

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

Definition at line 174 of file KBRTestMessage_m.h.

00174 {obj.parsimPack(b);}

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

Definition at line 135 of file KBRTestMessage_m.h.

00135 {obj.parsimPack(b);}

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

Definition at line 104 of file KBRTestMessage_m.h.

00104 {obj.parsimPack(b);}

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

Definition at line 72 of file KBRTestMessage_m.h.

00072 {obj.parsimPack(b);}

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

Definition at line 175 of file KBRTestMessage_m.h.

00175 {obj.parsimUnpack(b);}

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

Definition at line 136 of file KBRTestMessage_m.h.

00136 {obj.parsimUnpack(b);}

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

Definition at line 105 of file KBRTestMessage_m.h.

00105 {obj.parsimUnpack(b);}

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

Definition at line 73 of file KBRTestMessage_m.h.

00073 {obj.parsimUnpack(b);}


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8