RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Macros
analogy_device.cpp File Reference
#include <sstream>
#include <analogy_device.h>
#include <debug.h>
#include <math.h>
Include dependency graph for analogy_device.cpp:

Go to the source code of this file.

Macros

#define A4L_CHAN_AREF_GROUND   0x1;
 
#define A4L_CHAN_AREF_COMMON   0x2;
 
#define A4L_CHAN_AREF_DIFF   0x4;
 
#define A4L_CHAN_AREF_OTHER   0x8;
 

Macro Definition Documentation

◆ A4L_CHAN_AREF_COMMON

#define A4L_CHAN_AREF_COMMON   0x2;

Definition at line 26 of file analogy_device.cpp.

◆ A4L_CHAN_AREF_DIFF

#define A4L_CHAN_AREF_DIFF   0x4;

Definition at line 27 of file analogy_device.cpp.

◆ A4L_CHAN_AREF_GROUND

#define A4L_CHAN_AREF_GROUND   0x1;

Definition at line 25 of file analogy_device.cpp.

◆ A4L_CHAN_AREF_OTHER

#define A4L_CHAN_AREF_OTHER   0x8;

Definition at line 28 of file analogy_device.cpp.