|
nidas v1.2.3
|
Information needed to intepret the samples that are received from the A2D device. More...
#include <A2DSensor.h>
Public Member Functions | |
| A2DSampleInfo (int n) | |
| A2DSampleInfo (const A2DSampleInfo &x) | |
| A2DSampleInfo & | operator= (const A2DSampleInfo &rhs) |
| ~A2DSampleInfo () | |
Public Attributes | |
| int | nvars |
| int | nvalues |
| SampleTag * | stag |
| std::vector< int > | channels |
Information needed to intepret the samples that are received from the A2D device.
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector<int> nidas::dynld::A2DSensor::A2DSampleInfo::channels |
Referenced by operator=().
| int nidas::dynld::A2DSensor::A2DSampleInfo::nvalues |
Referenced by operator=().
| int nidas::dynld::A2DSensor::A2DSampleInfo::nvars |
Referenced by operator=().
| SampleTag* nidas::dynld::A2DSensor::A2DSampleInfo::stag |
Referenced by operator=().