Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TestCachingDownlink.h

Go to the documentation of this file.
00001 /* Copyright (C) 2002 Carsten Griwodz 00002 * 00003 * You are allowed to use all other parts of the code under the following terms: 00004 * 00005 * For non-commercial use, this code may be used in unmodified form 00006 * provided that this copyright notice and this permission notice appear 00007 * in supporting documentation. 00008 * 00009 * The code may be made subject to the terms of the GNU General Public 00010 * License, Version 2, and re-distributed under the terms of this license. 00011 * 00012 * Commercial use other than under the terms of the GNU General Public 00013 * License is allowed only after negotiation of conditions with the authors. 00014 */ 00015 #ifndef TEST_CACHING_DOWNLINK_H 00016 #define TEST_CACHING_DOWNLINK_H 00017 00018 #include "TestCachingControl.h" 00019 #include "MNTimer.h" 00020 #include "MNTimerCall.h" 00021 00025 class TestCachingDownlink : public TestCachingControl 00026 { 00027 public: 00028 TestCachingDownlink( MNSelector& selector, int idx ); 00029 virtual ~TestCachingDownlink( ); 00030 00034 void connect( ); 00035 00036 virtual void MsgOut( const MNString& text ); 00037 00038 private: 00039 enum State { Idle, Setup, Play }; 00040 00041 State _state; 00042 RTSPSchemeClass _scheme; 00043 int _sesid; 00044 int _playtime; 00045 00046 void endOfMovie( void* data, TimerCallBase* self ); 00047 00048 MNTimer _timer; 00049 TimerCall<TestCachingDownlink> _end_of_movie; 00050 }; 00051 00052 #endif /* TEST_CACHING_DOWNLINK_H */ 00053

Generated on Sun Mar 6 13:35:50 2005 for Komssys by doxygen 1.3.8