nidas v1.2.3
|
#include "LooperClient.h"
#include <nidas/util/Thread.h>
#include <nidas/util/ThreadSupport.h>
#include <nidas/util/IOException.h>
#include <nidas/util/InvalidParameterException.h>
#include <sys/time.h>
#include <sys/select.h>
#include <assert.h>
#include <list>
Go to the source code of this file.
Classes | |
class | nidas::core::Looper |
Looper is a Thread that periodically loops, calling the LooperClient::looperNotify() method of LooperClients at the requested intervals. More... | |
Namespaces | |
namespace | nidas |
Root namespace for the NCAR In-Situ Data Acquisition Software. | |
namespace | nidas::core |
The essential core classes of nidas. | |