|
nidas v1.2.3
|
#include <nidas/core/DSMSensor.h>#include <nidas/core/A2DConverter.h>#include <nidas/linux/a2d.h>#include <vector>#include <map>#include <set>Go to the source code of this file.
Classes | |
| class | nidas::dynld::A2DSensor |
| Virtual base class for supporting sensors attached to an A2D. More... | |
| class | nidas::dynld::A2DSensor::A2DSampleConfig |
| A2D configuration information that is sent to the A2D device module. More... | |
| class | nidas::dynld::A2DSensor::A2DBoxcarConfig |
| A2D configuration for box-car averaging of A2D samples. More... | |
| class | nidas::dynld::A2DSensor::A2DTimeAvgConfig |
| A2D configuration for time-based averaging of A2D samples. More... | |
| class | nidas::dynld::A2DSensor::A2DSampleInfo |
| Information needed to intepret the samples that are received from the A2D device. More... | |
Namespaces | |
| namespace | nidas |
| Root namespace for the NCAR In-Situ Data Acquisition Software. | |
| namespace | nidas::dynld |
| The dynamically loadable classes of nidas. The nidas::dynld namespace and any sub namespaces, like nidas::dynld::raf, are for dynamically loadable classes, and any support classes that are only referenced by classes in nidas::dynld. Objects in nidas::dynld are created by nidas::core::DOMObjectFactory, using nidas::core::DynamicLoader, typically from a class="XXXXX" attribute in an XML file. | |