Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

RTPApplication.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           RTPApplication.h  -  description
00003                              -------------------
00004     begin                : Fri Oct 19 2001
00005     copyright            : (C) 2001 by Matthias Oppitz
00006     email                : Matthias.Oppitz@gmx.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00023 #ifndef __RTPAPPLICATION_H__
00024 #define __RTPAPPLICATION_H__
00025 
00026 #include <omnetpp.h>
00027 
00033 class RTPApplication : public cSimpleModule {
00034 
00035         Module_Class_Members(RTPApplication, cSimpleModule, 16384);
00036 
00037 
00038         public:
00039 
00043                 virtual void initialize();
00044 
00049                 virtual void activity();
00050 
00051         private:
00052 
00056                 const char *_commonName;
00057 
00061                 const char *_profileName;
00062 
00066                 int _bandwidth;
00067 
00071                 IN_Addr _destinationAddress;
00072 
00076                 IN_Port _port;
00077 
00081                 const char *_fileName;
00082 
00086                 int _payloadType;
00087 
00091                 simtime_t _sessionEnterDelay;
00092 
00096                 simtime_t _transmissionStartDelay;
00097 
00101                 simtime_t _transmissionStopDelay;
00102 
00106                 simtime_t _sessionLeaveDelay;
00107 
00108 };
00109 
00110 #endif

Generated on Tue Sep 12 12:20:20 2006 for RTP model for OMNeT++ by  doxygen 1.4.2