27#ifndef _nidas_dynld_raf_phips_udp_h_
28#define _nidas_dynld_raf_phips_udp_h_
33namespace nidas {
namespace dynld {
namespace raf {
50 bool process(
const Sample* samp,std::list<const Sample*>& results);
A scanner of sample data.
Definition SampleScanner.h:74
Interface to a data sample.
Definition Sample.h:190
Sensor class using a UDPSocketIODevice for reading from a UDP socket.
Definition UDPSocketSensor.h:61
PHIPS - HALO UDP Sensor.
Definition PHIPS_UDP.h:42
int _previousTotal
We want to output a rate per second, not the total.
Definition PHIPS_UDP.h:58
int _saveCameraSequence[2]
Definition PHIPS_UDP.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 PHIPS_UDP.cc:64
PHIPS_UDP()
Definition PHIPS_UDP.cc:39
SampleScanner * buildSampleScanner()
Creates a SampleScanner for this DSMSensor depending on the device name prefix: name prefix type of S...
Definition PHIPS_UDP.cc:47
float scanValue(const char *cp)
Definition PHIPS_UDP.cc:54
~PHIPS_UDP()
Definition PHIPS_UDP.cc:43
The essential core classes of nidas.
Definition A2DConverter.h:31
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31