INET Framework for OMNeT++/OMNEST
pimSM.h
Go to the documentation of this file.
00001 
00002 #ifndef HLIDAC_PIMDM
00003 #define HLIDAC_PIMDM
00004 
00005 #include <omnetpp.h>
00006 
00007 
00008 
00009 class pimSM : public cSimpleModule
00010 {
00011         protected:
00012                 virtual int numInitStages() const  {return 5;}
00013                 virtual void handleMessage(cMessage *msg);
00014                 virtual void initialize(int stage);
00015 };
00016 
00017 #endif