28#ifndef NIDAS_CORE_CONNECTIONREQUESTER_H
29#define NIDAS_CORE_CONNECTIONREQUESTER_H
34namespace nidas {
namespace core {
Interface for an object that requests connections SampleOutputs.
Definition ConnectionRequester.h:43
virtual ~SampleConnectionRequester()
Definition ConnectionRequester.h:45
virtual void disconnect(SampleOutput *output)=0
How SampleOutputs notify their SampleConnectionRequester that they wish to be closed,...
virtual void connect(SampleOutput *output)=0
How SampleOutputs notify their SampleConnectionRequester that they are connected.
Interface of an output stream of samples.
Definition SampleOutput.h:49
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31