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

Go to the source code of this file.

Classes

class  TCPExampleMessage
 Class generated from applications/tcpexampleapp/TCPExampleMessage.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/tcpexampleapp/TCPExampleMessage.msg by opp_msgc. More...

Functions

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

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file TCPExampleMessage_m.h.

Enumeration Type Documentation

Enum generated from applications/tcpexampleapp/TCPExampleMessage.msg by opp_msgc.

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

Definition at line 32 of file TCPExampleMessage_m.h.

Function Documentation

void doPacking ( cCommBuffer *  b,
TCPExampleMessage obj 
)
inline

Definition at line 77 of file TCPExampleMessage_m.h.

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

Definition at line 78 of file TCPExampleMessage_m.h.

{obj.parsimUnpack(b);}