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

Go to the source code of this file.

Classes

class  ISISTimer

Defines

#define MSGC_VERSION   0x0402

Enumerations

enum  ISISTimerType {
  HELLO_TIMER = 1, NEIGHBOUR_DEAD = 2, LSP_REFRESH = 3, LSP_DEAD = 4,
  CSNP_TIMER = 5, LSP_DELETE = 6, PERIODIC_SEND = 8, PSNP_TIMER = 10,
  GENERATE_LSP_TIMER = 11, ISIS_START = 12, SPF_FULL = 13
}

Functions

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

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file ISISTimer_m.h.


Enumeration Type Documentation

Enum generated from ansa/isis/ISISTimer.msg by opp_msgc.

 enum ISISTimerType
 {
    HELLO_TIMER = 1;
    NEIGHBOUR_DEAD = 2; 
    LSP_REFRESH = 3;
    LSP_DEAD = 4;
    CSNP_TIMER = 5;
    LSP_DELETE = 6;
    PERIODIC_SEND = 8;
    PSNP_TIMER = 10;
    GENERATE_LSP_TIMER = 11;
    ISIS_START = 12;
    SPF_FULL = 13;
 };
 
Enumerator:
HELLO_TIMER 
NEIGHBOUR_DEAD 
LSP_REFRESH 
LSP_DEAD 
CSNP_TIMER 
LSP_DELETE 
PERIODIC_SEND 
PSNP_TIMER 
GENERATE_LSP_TIMER 
ISIS_START 
SPF_FULL 

Definition at line 42 of file ISISTimer_m.h.


Function Documentation

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

Definition at line 115 of file ISISTimer_m.h.

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

Definition at line 116 of file ISISTimer_m.h.

{obj.parsimUnpack(b);}