27#ifndef NIDAS_DYNLD_UDPSOCKETSENSOR_H
28#define NIDAS_DYNLD_UDPSOCKETSENSOR_H
32namespace nidas {
namespace dynld {
Implementation of support for a sensor which generates character output.
Definition CharacterSensor.h:46
An interface to an IO device.
Definition IODevice.h:42
A scanner of sample data.
Definition SampleScanner.h:74
Sensor class using a UDPSocketIODevice for reading from a UDP socket.
Definition UDPSocketSensor.h:61
IODevice * buildIODevice()
Creates an IODevice depending on the device name prefix: name prefix type of IODevice inet: TCPSocket...
Definition UDPSocketSensor.cc:47
SampleScanner * buildSampleScanner()
Creates a SampleScanner for this DSMSensor depending on the device name prefix: name prefix type of S...
Definition UDPSocketSensor.cc:53
UDPSocketSensor()
Definition UDPSocketSensor.cc:43
virtual ~UDPSocketSensor()
Definition UDPSocketSensor.h:67
The essential core classes of nidas.
Definition A2DConverter.h:31
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31