27#ifndef NIDIS_DYNLD_TSI_CPC3772_H
28#define NIDIS_DYNLD_TSI_CPC3772_H
32namespace nidas {
namespace dynld {
56 bool process(
const Sample* samp,std::list<const Sample*>& results)
Interface to a data sample.
Definition Sample.h:190
Support for a sensor that is sending packets on a TCP socket, a UDP socket, a Bluetooth RF Comm socke...
Definition SerialSensor.h:65
Support for a TSI CPC3772 particle counter.
Definition TSI_CPC3772.h:40
bool process(const Sample *samp, std::list< const Sample * > &results)
The CPC3772 puts out a 1 Hz sample of 10 values, which are the individual 10Hz samples in a second.
Definition TSI_CPC3772.cc:63
unsigned int _deltaTusecs
Definition TSI_CPC3772.h:61
TSI_CPC3772()
Definition TSI_CPC3772.h:43
void validate()
Implementation of DSMSensor::validate for a Character Sensor.
Definition TSI_CPC3772.cc:40
int _rate
Definition TSI_CPC3772.h:63
The essential core classes of nidas.
Definition A2DConverter.h:31
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31
#define USECS_PER_SEC
Definition ublox.cc:59