27#include <nidas/Config.h>
29#ifdef HAVE_SYS_INOTIFY_H
31#ifndef NIDAS_DYNLD_CHRONYLOG_H
32#define NIDAS_DYNLD_CHRONYLOG_H
37namespace nidas {
namespace dynld {
89 bool process(
const Sample* samp, std::list<const Sample*>& results)
throw();
97 void printChronyStatus(std::ostream& ostr)
throw();
103 struct statusVariable {
104 statusVariable(): name(), id(0), varindex(0) {}
107 unsigned int varindex;
110 struct statusVariable _statusVariables[2];
125 ChronyLog& operator=(
const ChronyLog&);
Object with a printChronyStatus() method which can be called from a DSMServer.
Definition ChronyStatus.h:44
Interface to a data sample.
Definition Sample.h:190
The essential core classes of nidas.
Definition A2DConverter.h:31
Sample * getSample(sampleType type, unsigned int len)
A convienence method for getting a sample of an enumerated type from a pool.
Definition Sample.cc:70
long long dsm_time_t
Posix time in microseconds, the number of non-leap microseconds since 1970 Jan 1 00:00 UTC.
Definition Sample.h:62
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31