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

C:/temp/src/j2k/nto/bak2/boardTimer.cpp File Reference

#include <j2k/Fred/Standard.hpp>
#include <j2k/nto/timer.cpp>
#include <j2k/Fred/Error/JError.cpp>

Go to the source code of this file.

Compounds

class  timer_test

Defines

#define WAITING   200000000

Functions

int main ()


Define Documentation

#define WAITING   200000000
 

Definition at line 12 of file boardTimer.cpp.


Function Documentation

int main void   
 

Definition at line 43 of file boardTimer.cpp.

00043            {
00044   timer_test tt( WAITING );
00045 
00046   tt.start();
00047 
00048   for(;;) {  // Infinite loop
00049   }
00050 
00051   return 0;
00052 }


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