27#ifndef NIDAS_CORE_XMLFDBININPUTSTREAM_H
28#define NIDAS_CORE_XMLFDBININPUTSTREAM_H
30#include <xercesc/util/XercesDefs.hpp>
31#include <xercesc/util/BinInputStream.hpp>
38namespace nidas {
namespace core {
68 const XMLSize_t maxToRead
73 ssize_t l = ::read(
fd,toFill,maxToRead);
75 for (
int i = 0; i <
l; i++)
76 if (toFill[i] ==
'\x04') {
Definition IOException.h:37
Sample * getSample(sampleType type, unsigned int len)
A convienence method for getting a sample of an enumerated type from a pool.
Definition Sample.cc:70
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31