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

Go to the source code of this file.

Classes

class  RIPTimer

Defines

#define MSGC_VERSION   0x0402

Enumerations

enum  RIPTimerType { hello = 1, timeout = 2, garbage = 3, trigger = 4 }

Functions

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

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file RIPTimer_m.h.


Enumeration Type Documentation

Enum generated from ansa/rip/RIPTimer.msg by opp_msgc.

 enum RIPTimerType
 {
    hello = 1;
    timeout = 2;
    garbage = 3;
    trigger = 4;
 };
 
Enumerator:
hello 
timeout 
garbage 
trigger 

Definition at line 34 of file RIPTimer_m.h.

                  {
    hello = 1,
    timeout = 2,
    garbage = 3,
    trigger = 4
};

Function Documentation

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

Definition at line 80 of file RIPTimer_m.h.

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

Definition at line 81 of file RIPTimer_m.h.

{obj.parsimUnpack(b);}