#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...
|
Macro Definition Documentation
#define MSGC_VERSION 0x0402 |
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 |
void doUnpacking |
( |
cCommBuffer * |
b, |
|
|
MyMessage & |
obj |
|
) |
| |
|
inline |