OverSim
MyMessage_m.h File Reference
#include <omnetpp.h>
#include <TransportAddress.h>

Go to the source code of this file.

Classes

class  MyMessage
 Class generated from applications/myapplication/MyMessage.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402

Enumerations

enum  MessageType { MYMSG_PING = 1, MYMSG_PONG = 2, TCPEXMSG_PING = 1, TCPEXMSG_PONG = 2 }
 Enum generated from applications/myapplication/MyMessage.msg by opp_msgc. More...

Functions

void doPacking (cCommBuffer *b, MyMessage &obj)
void doUnpacking (cCommBuffer *b, MyMessage &obj)

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file MyMessage_m.h.

Enumeration Type Documentation

Enum generated from applications/myapplication/MyMessage.msg by opp_msgc.

enum MessageType 
{
    MYMSG_PING = 1;           
    MYMSG_PONG = 2;           
}
Enumerator:
MYMSG_PING 
MYMSG_PONG 
TCPEXMSG_PING 
TCPEXMSG_PONG 

Definition at line 32 of file MyMessage_m.h.

{
};

Function Documentation

void doPacking ( cCommBuffer *  b,
MyMessage obj 
)
inline

Definition at line 77 of file MyMessage_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
MyMessage obj 
)
inline

Definition at line 78 of file MyMessage_m.h.

{obj.parsimUnpack(b);}