#include <errno.h>#include "cleanuphandler.h"#include "timer.h"#include "logfile.h"
Go to the source code of this file.
Namespaces | |
| namespace | protlib |
Functions | |
| static void | protlib::normalize_timespec (struct timespec &ts) |
| static void | protlib::fill_timespec (struct timespec &ts, int32 sec, int32 msec) |
| static void | protlib::add_timespecs (struct timespec &ts1, struct timespec &ts2, struct timespec &res) |
| static void | protlib::gettimeofday_timespec (struct timespec &ts) |
----------------------------------------*- mode: C++; -*--
Software timer interface ----------------------------------------------------------
Definition in file timer.cpp.
1.6.1