00001 /*************************************************************************** 00002 RTSPApplication.h 00003 ------------------- 00004 begin : Fr May 31 2002 00005 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00072 #include <omnetpp.h> 00073 00081 class RTSPApplication : public cSimpleModule { 00082 00083 Module_Class_Members(RTSPApplication, cSimpleModule, 16384); 00084 00089 virtual void activity(); 00090 00091 private: 00092 00097 virtual void readCmdFile(); 00098 00099 };