#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... | |
Defines | |
| #define | MSGC_VERSION 0x0401 |
Enumerations | |
| enum | SessionMsgType { PAYLOAD = 0, CHANGE_SESSION = 1, TRIGGER_CONFIRMATION = 2 } |
Enum generated from | |
Functions | |
| void | doPacking (cCommBuffer *b, SessionMsg &obj) |
| void | doUnpacking (cCommBuffer *b, SessionMsg &obj) |
| #define MSGC_VERSION 0x0401 |
Definition at line 11 of file I3SessionMessage_m.h.
| enum SessionMsgType |
Enum generated from applications/i3/i3Apps/I3SessionMessage.msg by opp_msgc.
enum SessionMsgType
{ PAYLOAD = 0;
CHANGE_SESSION = 1;
TRIGGER_CONFIRMATION = 2;
}
Definition at line 34 of file I3SessionMessage_m.h.
{
PAYLOAD = 0,
CHANGE_SESSION = 1,
TRIGGER_CONFIRMATION = 2
};
| void doPacking | ( | cCommBuffer * | b, | |
| SessionMsg & | obj | |||
| ) | [inline] |
Definition at line 80 of file I3SessionMessage_m.h.
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, | |
| SessionMsg & | obj | |||
| ) | [inline] |
Definition at line 81 of file I3SessionMessage_m.h.
{obj.parsimUnpack(b);}
1.7.1