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/timer_test.cpp File Reference

#include <j2k/Fred/Standard.hpp>
#include <j2k/nto/timer.hpp>
#include <j2k/Fred/Error/JErrorController.hpp>
#include <j2k/nto/fixprio.hpp>

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 13 of file timer_test.cpp.


Function Documentation

int main void   
 

Definition at line 31 of file timer_test.cpp.

00031            {
00032   timer_test tt( WAITING );
00033 
00034   tt.start();
00035 
00036   tt.join();
00037 
00038   fixprio( 6 );
00039 
00040   for(;;) {  // Infinite loop
00041    sched_yield();
00042   }
00043 
00044   return 0;
00045 }


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