27#ifndef NIDAS_DYNLD_ISFF_DAUSENSOR_H
28#define NIDAS_DYNLD_ISFF_DAUSENSOR_H
33namespace nidas {
namespace dynld {
namespace isff {
52 process(
const Sample* samp,std::list<const Sample*>& results);
Class describing a group of variables that are sampled and handled together.
Definition SampleTag.h:88
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
Definition DAUSensor.h:38
const nidas::util::EndianConverter * _cvtr
Definition DAUSensor.h:58
int _prevOffset
Definition DAUSensor.h:66
void fromDOMElement(const xercesc::DOMElement *node)
Definition DAUSensor.cc:175
DAUSensor & operator=(const DAUSensor &)
std::vector< unsigned char > _prevData
Definition DAUSensor.h:64
dsm_time_t _prevTimeTag
Definition DAUSensor.h:61
bool process(const Sample *samp, std::list< const Sample * > &results)
Process a raw sample, which in this case means do a sscanf on the character string contents,...
Definition DAUSensor.cc:74
void init()
Initialize the CharacterSensor instance for post-processing.
Definition DAUSensor.cc:59
void addSampleTag(SampleTag *stag)
Add a SampleTag to this sensor.
Definition DAUSensor.cc:66
~DAUSensor()
Definition DAUSensor.cc:55
DAUSensor()
Definition DAUSensor.cc:47
DAUSensor(const DAUSensor &)
Virtual base class declaring methods for converting numeric values between little-endian and big-endi...
Definition EndianConverter.h:304
The essential core classes of nidas.
Definition A2DConverter.h:31
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