27#ifndef _nidas_dynld_raf_pip_image_h_
28#define _nidas_dynld_raf_pip_image_h_
35namespace nidas {
namespace dynld {
namespace raf {
48 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
Sensor class to receive PIP images.
Definition PIP_Image.h:43
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 PIP_Image.cc:66
PIP_Image()
Definition PIP_Image.cc:57
~PIP_Image()
Definition PIP_Image.cc:61
static const nidas::util::EndianConverter * littleEndian
Definition PIP_Image.h:62
static const nidas::util::EndianConverter * bigEndian
Definition PIP_Image.h:59
virtual int NumberOfDiodes() const
Return bits-per-slice; same as the number of diodes in the probe.
Definition PIP_Image.h:54
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
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31