27#ifndef NIDAS_CORE_SAMPLECLIENT_H 
   28#define NIDAS_CORE_SAMPLECLIENT_H 
   33namespace nidas { 
namespace core {
 
Pure virtual interface of a client of Samples.
Definition SampleClient.h:38
 
virtual void flush()=0
Ask that this SampleClient send out any buffered Samples that it may be holding.
 
virtual ~SampleClient()
Definition SampleClient.h:41
 
virtual bool receive(const Sample *s)=0
Method called to pass a sample to this client.
 
Interface to a data sample.
Definition Sample.h:190
 
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31