|
nidas v1.2.3
|
#include "UTime.h"#include "Process.h"#include "auto_ptr.h"#include "Logger.h"#include <sys/time.h>#include <cstdio>#include <cstring>#include <cstdlib>#include <iomanip>Namespaces | |
| namespace | nidas |
| Root namespace for the NCAR In-Situ Data Acquisition Software. | |
| namespace | nidas::util |
| General utility classes. nidas::util contains classes of general utility, like Socket, Thread, etc. The classes use only the standard Unix system libraries and libstdc++, and have no dependency on other external packages such as an XML parser, or a logging package. | |
Functions | |
| bool | nidas::util::sleepUntil (unsigned int periodMsec, unsigned int offsetMsec=0) |
| Utility function, sleeps until the next even period + offset. | |