44namespace nidas {
namespace dynld {
namespace iss {
59 std::list<const nidas::core::Sample*>& result);
Class describing a group of variables that are sampled and handled together.
Definition SampleTag.h:88
Interface to a data sample.
Definition Sample.h:190
Sensor class using a UDPSocketIODevice for reading from a UDP socket.
Definition UDPSocketSensor.h:61
Definition WICORSensor.h:47
WICORSensor(const WICORSensor &)
No copying.
virtual void addSampleTag(nidas::core::SampleTag *stag)
Add a SampleTag to this sensor.
Definition WICORSensor.cc:84
std::vector< std::string > _patterns
Definition WICORSensor.h:62
virtual bool process(const nidas::core::Sample *, std::list< const nidas::core::Sample * > &result)
Definition WICORSensor.cc:136
regex_t * _regex
Definition WICORSensor.h:63
WICORSensor & operator=(const WICORSensor &)
No assignment.
WICORSensor()
Definition WICORSensor.cc:62
virtual ~WICORSensor()
Definition WICORSensor.cc:66
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31