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

Go to the source code of this file.

Classes

class  PIMTimer

Defines

#define MSGC_VERSION   0x0402

Enumerations

enum  PIMTimerType {
  HelloTimer = 1, TriggeredHelloDelay = 2, NeighborLivnessTimer = 3, AssertTimer = 4,
  PruneTimer = 5, PrunePendingTimer = 6, GrafRetryTimer = 7, UpstreamOverrideTimer = 8,
  PruneLimitTimer = 9, SourceActiveTimer = 10, StateRefreshTimer = 11
}

Functions

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

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file PIMTimer_m.h.


Enumeration Type Documentation

Enum generated from ansa/pim/PIMTimer.msg by opp_msgc.

 enum PIMTimerType
 {
    HelloTimer = 1;
    TriggeredHelloDelay = 2;
    NeighborLivnessTimer = 3;
    AssertTimer = 4;
    PruneTimer = 5;
    PrunePendingTimer = 6;
    GrafRetryTimer = 7;
    UpstreamOverrideTimer = 8;
    PruneLimitTimer = 9;
    SourceActiveTimer = 10;
    StateRefreshTimer = 11;
 }
 
Enumerator:
HelloTimer 
TriggeredHelloDelay 
NeighborLivnessTimer 
AssertTimer 
PruneTimer 
PrunePendingTimer 
GrafRetryTimer 
UpstreamOverrideTimer 
PruneLimitTimer 
SourceActiveTimer 
StateRefreshTimer 

Definition at line 48 of file PIMTimer_m.h.


Function Documentation

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

Definition at line 97 of file PIMTimer_m.h.

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

Definition at line 98 of file PIMTimer_m.h.

{obj.parsimUnpack(b);}