#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 | |
Functions | |
void | doPacking (cCommBuffer *b, MyMessage &obj) |
void | doUnpacking (cCommBuffer *b, MyMessage &obj) |
#define MSGC_VERSION 0x0401 |
Definition at line 11 of file MyMessage_m.h.
enum MessageType |
Enum generated from applications/myapplication/MyMessage.msg
by opp_msgc.
enum MessageType { MYMSG_PING = 1; MYMSG_PONG = 2; }
Definition at line 32 of file MyMessage_m.h.
{ MYMSG_PING = 1, MYMSG_PONG = 2 };
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);}