Relacs
0.9.8
|
#include <acquire.h>
Public Member Functions | |
AIData (AnalogInput *ai) | |
Public Attributes | |
AnalogInput * | AI |
InList | Traces |
vector< int > | Gains |
int | AIDevice |
bool | AIRate |
|
inline |
Construct an AIData.
AnalogInput* AI |
Pointer to the interface to the hardware driver.
Referenced by Acquire::adjustGain(), Simulator::read(), Simulator::restartRead(), and Acquire::setGain().
InList Traces |
The traces acquired from this device.
Referenced by Acquire::adjustGain(), Simulator::restartRead(), and Acquire::setGain().
vector< int > Gains |
New gain indices corresponding to Traces.
Referenced by Acquire::adjustGain(), Simulator::restartRead(), and Acquire::setGain().
int AIDevice |
This analog input device will always be started by analog input device AIDevice (index to AI).
bool AIRate |
... and has to use the same sampling rate.