Multicast Routing Modelling In OMNeT++
pimSM.h
Go to the documentation of this file.
00001 
00009 #ifndef HLIDAC_PIMDM
00010 #define HLIDAC_PIMDM
00011 
00012 #include <omnetpp.h>
00013 #include "PIMPacket_m.h"
00014 #include "PIMTimer_m.h"
00015 
00019 class pimSM : public cSimpleModule
00020 {
00021         protected:
00022                 virtual int numInitStages() const  {return 5;}
00023                 virtual void handleMessage(cMessage *msg);
00024                 virtual void initialize(int stage);
00025 };
00026 
00027 #endif