I3SessionMessage_m.h File Reference

#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   0x0400

Enumerations

enum  SessionMsgType { PAYLOAD = 0, CHANGE_SESSION = 1, TRIGGER_CONFIRMATION = 2 }
 Enum generated from applications/i3/i3Apps/I3SessionMessage.msg by opp_msgc. More...

Functions

void doPacking (cCommBuffer *b, SessionMsg &obj)
void doUnpacking (cCommBuffer *b, SessionMsg &obj)


Define Documentation

#define MSGC_VERSION   0x0400

Definition at line 11 of file I3SessionMessage_m.h.


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 35 of file I3SessionMessage_m.h.

00035                     {
00036     PAYLOAD = 0,
00037     CHANGE_SESSION = 1,
00038     TRIGGER_CONFIRMATION = 2
00039 };


Function Documentation

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

Definition at line 81 of file I3SessionMessage_m.h.

00081 {obj.parsimPack(b);}

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

Definition at line 82 of file I3SessionMessage_m.h.

00082 {obj.parsimUnpack(b);}


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8