Relacs  0.9.8
Public Member Functions | Public Attributes | List of all members
Acquire::AOData Struct Reference

#include <acquire.h>

Collaboration diagram for Acquire::AOData:
Collaboration graph
[legend]

Public Member Functions

 AOData (AnalogOutput *ao)
 

Public Attributes

AnalogOutputAO
 
OutList Signals
 
int AISyncDevice
 
bool AISyncRate
 
int AIDevice
 
bool AIRate
 
int AODevice
 
bool AORate
 

Constructor & Destructor Documentation

AOData ( AnalogOutput ao)
inline

Member Data Documentation

Pointer to the interface to the hardware driver.

OutList Signals

The signals to be emitted from this device.

int AISyncDevice

Output can be synced with running analog input device (index).

bool AISyncRate

... and has to use the same sampling rate.

int AIDevice

This analog output device will always be started by analog input device AIDevice (index to AI).

bool AIRate

... and has to use the same sampling rate.

int AODevice

This analog output device will always be started by analog output device AODevice (index to AO).

bool AORate

... and has to use the same sampling rate.


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