Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Net/TFTP/TimerTest.cpp File Reference

#include <j2k/Net/TFTP/Timer.cpp>
#include <j2k/Fred/Error/JError.cpp>

Go to the source code of this file.

Compounds

class  TimerTest

Defines

#define WAITING   200000000

Functions

int main ()


Define Documentation

#define WAITING   200000000
 

Definition at line 8 of file TimerTest.cpp.


Function Documentation

int main void   
 

Definition at line 35 of file TimerTest.cpp.

00035            {
00036   TimerTest t( WAITING );
00037   t.start();
00038 
00039   for(;;) {  // Infinite loop
00040     t.loop++;
00041   }
00042 
00043   return 0;
00044 }


Generated on Sun Oct 14 18:47:24 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001