#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 () |
|
Definition at line 12 of file boardTimer.cpp. |
|
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 } |