Classes | Defines | Enumerations | Functions

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...

Defines

#define MSGC_VERSION   0x0401

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)

Define Documentation

#define MSGC_VERSION   0x0401

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.

                 {
    MYMSG_PING = 1,
    MYMSG_PONG = 2
};


Function Documentation

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

Definition at line 73 of file MyMessage_m.h.

{obj.parsimPack(b);}

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

Definition at line 74 of file MyMessage_m.h.

{obj.parsimUnpack(b);}