27#ifndef _nidas_dynld_raf_alicatsdi_h
28#define _nidas_dynld_raf_alicatsdi_h
36namespace nidas {
namespace dynld {
namespace raf {
Interface of a DerivedDataClient of the DerivedDataReader.
Definition DerivedDataClient.h:37
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
Alicat Flow Controller, used for the SDI.
Definition AlicatSDI.h:44
~AlicatSDI()
Definition AlicatSDI.cc:51
void validate()
read XML for specific parameters.
Definition AlicatSDI.cc:57
float _Qfac
Definition AlicatSDI.h:97
std::vector< float > _tas
Use a vector as a circular buffer.
Definition AlicatSDI.h:84
float computeFlow()
Send the ambient temperature up to the VCSEL.
Definition AlicatSDI.cc:190
AlicatSDI(const AlicatSDI &)
No copying.
float _ps
Definition AlicatSDI.h:89
void close()
close my associated device.
Definition AlicatSDI.cc:160
int _Qmin
Definition AlicatSDI.h:95
float _T_SDI
Definition AlicatSDI.h:93
void open(int flags)
open the sensor and perform any intialization to the instrument.
Definition AlicatSDI.cc:106
static const float Tstd
Definition AlicatSDI.h:99
float _P_SDI
Definition AlicatSDI.h:92
virtual Sample * nextSample()
Extract the next sample from the buffer.
Definition AlicatSDI.cc:221
int _tasIdx
Definition AlicatSDI.h:85
int _nTASav
maintain a running average of tas.
Definition AlicatSDI.h:79
int _Qmax
Definition AlicatSDI.h:95
AlicatSDI()
Definition AlicatSDI.cc:43
float _at
Definition AlicatSDI.h:89
void derivedDataNotify(const nidas::core::DerivedDataReader *s)
Method called on a DerivedDataClient by the DerivedDataReader thread when a new packet of derived dat...
Definition AlicatSDI.cc:168
float * _tasWeight
Definition AlicatSDI.h:86
void sendFlow(float flow)
Definition AlicatSDI.cc:213
float _Q_VOL_OFFSET
Definition AlicatSDI.h:97
AlicatSDI & operator=(const AlicatSDI &)
No copying.
The essential core classes of nidas.
Definition A2DConverter.h:31
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31