nidas  v1.2-1520
Public Member Functions | Public Attributes | List of all members
nidas::dynld::A2DSensor::A2DSampleInfo Class Reference

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)
 
A2DSampleInfooperator= (const A2DSampleInfo &rhs)
 
 ~A2DSampleInfo ()
 

Public Attributes

int nvars
 
int nvalues
 
SampleTagstag
 
std::vector< int > channels
 

Detailed Description

Information needed to intepret the samples that are received from the A2D device.

Constructor & Destructor Documentation

nidas::dynld::A2DSensor::A2DSampleInfo::A2DSampleInfo ( int  n)
inline
nidas::dynld::A2DSensor::A2DSampleInfo::A2DSampleInfo ( const A2DSampleInfo x)
inline
nidas::dynld::A2DSensor::A2DSampleInfo::~A2DSampleInfo ( )
inline

Member Function Documentation

A2DSampleInfo& nidas::dynld::A2DSensor::A2DSampleInfo::operator= ( const A2DSampleInfo rhs)
inline

References channels, nvalues, nvars, and stag.

Member Data Documentation

std::vector<int> nidas::dynld::A2DSensor::A2DSampleInfo::channels
int nidas::dynld::A2DSensor::A2DSampleInfo::nvalues
int nidas::dynld::A2DSensor::A2DSampleInfo::nvars
SampleTag* nidas::dynld::A2DSensor::A2DSampleInfo::stag

The documentation for this class was generated from the following file: