Wrapper structure for AdcUdt. More...
#include <src/c_include/pruio.h>

Public Attributes | |
| pruIo * | Top |
| Pointer to the calling PruIo instance. | |
| adcSet * | Init |
| Initial subsystem configuration, used in the destructor PruIo::~PruIo(). | |
| adcSet * | Conf |
| Current subsystem configuration, used in PruIo::config(). | |
| uint32 | Samples |
| Number of samples (specifies run mode: 0 = config, 1 = IO mode, >1 = MM mode). | |
| uint32 | TimerVal |
| Timer value in [ns]. | |
| uint32 | InitParA |
| Offset to read data block offset. | |
| uint16 | LslMode |
| Bit shift modus (0 to 4, for 12 to 16 bits). | |
| uint16 | ChAz |
| The number of active steps. | |
| uint16 * | Value |
| Fetched ADC samples. | |