#include <omnetpp.h>
#include "I3Identifier.h"
Go to the source code of this file.
Classes |
class | SessionMsg |
| Class generated from applications/i3/i3Apps/I3SessionMessage.msg by opp_msgc. More...
|
Macro Definition Documentation
#define MSGC_VERSION 0x0402 |
Enumeration Type Documentation
Enum generated from applications/i3/i3Apps/I3SessionMessage.msg
by opp_msgc.
enum SessionMsgType
{
PAYLOAD = 0;
CHANGE_SESSION = 1;
TRIGGER_CONFIRMATION = 2;
}
- Enumerator:
PAYLOAD |
|
CHANGE_SESSION |
|
TRIGGER_CONFIRMATION |
|
Definition at line 34 of file I3SessionMessage_m.h.
Function Documentation
void doPacking |
( |
cCommBuffer * |
b, |
|
|
SessionMsg & |
obj |
|
) |
| |
|
inline |
void doUnpacking |
( |
cCommBuffer * |
b, |
|
|
SessionMsg & |
obj |
|
) |
| |
|
inline |