INET Framework for OMNeT++/OMNEST
RTPAVProfilePayload32Sender.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                           RTPAVProfilePayload32Sender.h  -  description
00003                              -------------------
00004     begin                : Wed Nov 28 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 
00022 #include <omnetpp.h>
00023 #include "RTPPayloadSender.h"
00024 
00033 class INET_API RTPAVProfilePayload32Sender : public RTPPayloadSender
00034 {
00035     protected:
00039         virtual void initialize();
00040 
00044         //virtual void activity();
00045 
00046     protected:
00050         virtual void initializeSenderModule(RTPInnerPacket *rinpIn);
00051 
00056         virtual bool sendPacket();
00057 
00061         double _initialDelay;
00062 
00066         double _framesPerSecond;
00067 
00072         double _frameNumber;
00073 };
00074 
00075