diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/timers__unix_2timerscfg_8h.html --- a/doc/doxygen/html/timers__unix_2timerscfg_8h.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,142 +0,0 @@ - -
-#include <pthread.h>
-Include dependency graph for timerscfg.h:
-Go to the source code of this file.
Defines | |
#define | TIMEVAL unsigned long long |
#define | TIMEVAL_MAX ~(TIMEVAL)0 |
#define | MS_TO_TIMEVAL(ms) ms*1000 |
#define | US_TO_TIMEVAL(us) us |
#define | TASK_HANDLE pthread_t |
#define MS_TO_TIMEVAL | -( | -ms | -- | ) | -ms*1000 | -
- -
-Definition at line 32 of file timerscfg.h. -
#define TASK_HANDLE pthread_t | -
- -
-Definition at line 35 of file timerscfg.h. -
#define TIMEVAL unsigned long long | -
- -
-Definition at line 30 of file timerscfg.h. -
#define TIMEVAL_MAX ~(TIMEVAL)0 | -
- -
-Definition at line 31 of file timerscfg.h. -
#define US_TO_TIMEVAL | -( | -us | -- | ) | -us | -
- -
-Definition at line 33 of file timerscfg.h. -
-