|
CARMA C++
|
Tagged: Fri Nov 14 12:39:30 UTC 2003. More...
#include <list>#include <algorithm>#include <functional>#include <unistd.h>#include <signal.h>#include <time.h>Go to the source code of this file.
Classes | |
| class | sza::util::AbsTimer |
| Class used to set up repetitive or one-shot timers on integral boundries relative to the system clock. More... | |
| class | sza::util::AbsTimer::TimerId |
| A class for storing information about a known Timer. More... | |
| class | sza::util::AbsTimer::TimerId_eq |
| A predicate for testing if a timer's id matches a requested id. More... | |
| class | sza::util::AbsTimer::TimerSig_eq |
| A predicate for testing if a timer's signal matches a requested signal. More... | |
Namespaces | |
| sza | |
| Define a class for Calibrator control. | |
Macros | |
| #define | DEFAULT_CLOCK CLOCK_REALTIME |
| #define | SIGRTMIN 31 |
| #define | timer_t unsigned int |
Enumerations | |
| enum | { CLOCK_REALTIME } |
Tagged: Fri Nov 14 12:39:30 UTC 2003.
Definition in file AbsTimer.h.