27#ifndef NIDAS_DYNLD_ISFF_MOSMOTE_H
28#define NIDAS_DYNLD_ISFF_MOSMOTE_H
33namespace nidas {
namespace dynld {
namespace isff {
54 bool process(
const Sample* samp,std::list<const Sample*>& results);
Interface of a client of Looper.
Definition LooperClient.h:38
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
MOS_TimeSyncer(MOSMote *mote)
Definition MOSMote.h:64
MOSMote * _mote
Definition MOSMote.h:71
void looperNotify()
LooperClient virtual method.
Definition MOSMote.cc:98
A SerialSensor for support of an early, buggy version of a Mantis OS Mote, which insert null.
Definition MOSMote.h:45
void open(int flags)
Open the sensor device port for real-time sampling.
Definition MOSMote.cc:46
unsigned int _ncallBack
Definition MOSMote.h:59
unsigned int _tsyncPeriodSecs
Definition MOSMote.h:57
MOS_TimeSyncer _mosSyncher
Definition MOSMote.h:76
MOSMote()
Definition MOSMote.cc:42
void close()
close my associated device.
Definition MOSMote.cc:62
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 MOSMote.cc:68
The essential core classes of nidas.
Definition A2DConverter.h:31
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31