![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Thread base class implementation. More...
#include <sys/time.h>#include <time.h>#include <limits.h>#include <unistd.h>#include <stdio.h>#include <pthread.h>#include <sched.h>#include <math.h>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/Time.h"#include "rnr/appkit/Thread.h"Go to the source code of this file.
Functions | |
| static void | prts (string what, const struct timespec &ts) |
| Print out timespec value to stderr. More... | |
Thread base class implementation.
Definition in file Thread.cxx.
|
static |
Print out timespec value to stderr.
| what | What timespec. |
| tx | Timespec. |
Definition at line 57 of file Thread.cxx.