INET Framework for OMNeT++/OMNEST
IGMPTimer_m.h File Reference
#include <omnetpp.h>
#include "IPAddress.h"

Go to the source code of this file.

Classes

class  IGMPTimer

Defines

#define MSGC_VERSION   0x0402

Enumerations

enum  IGMPTimerType {
  TIMER_INIT_GENERAL_QUERY = 1, TIMER_GENERAL_QUERY = 2, TIMER_OTHER_QUERIER_PRESENT = 3, TIMER_GROUP_MEMBERSHIP = 4,
  TIMER_LAST_MEMBER = 5
}

Functions

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

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file IGMPTimer_m.h.


Enumeration Type Documentation

Enum generated from ansa/igmp/IGMPTimer.msg by opp_msgc.

 enum IGMPTimerType
 {
    TIMER_INIT_GENERAL_QUERY = 1;
    TIMER_GENERAL_QUERY = 2;
    TIMER_OTHER_QUERIER_PRESENT = 3;
    TIMER_GROUP_MEMBERSHIP = 4;
    TIMER_LAST_MEMBER = 5;
 };
 
Enumerator:
TIMER_INIT_GENERAL_QUERY 
TIMER_GENERAL_QUERY 
TIMER_OTHER_QUERIER_PRESENT 
TIMER_GROUP_MEMBERSHIP 
TIMER_LAST_MEMBER 

Definition at line 35 of file IGMPTimer_m.h.


Function Documentation

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

Definition at line 91 of file IGMPTimer_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
IGMPTimer obj 
) [inline]

Definition at line 92 of file IGMPTimer_m.h.

{obj.parsimUnpack(b);}