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

C:/temp/src/j2k/Deprecated/old_18mar_diff/nto/TimerTest.cpp File Reference

#include <j2k/nto/TimerSignal.hpp>
#include <j2k/nto/Basic_PThread.hpp>
#include <j2k/nto/fixprio.hpp>

Go to the source code of this file.

Compounds

class  TimerTest

Defines

#define WAITING   200000000

Functions

TimerTest tt (200000000)
int main ()


Define Documentation

#define WAITING   200000000
 

Definition at line 10 of file TimerTest.cpp.


Function Documentation

int main void   
 

Definition at line 49 of file TimerTest.cpp.

00049            {
00050   tt.start();
00051 
00052   for(;;) {  // Infinite loop
00053     tt.loop++;
00054   }
00055 
00056   return 0;
00057 }

TimerTest tt 200000000   
 

Referenced by main().


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