#include <NIDAQmx.h>
#include "vrpn_Analog.h"
#include "vrpn_Analog_Output.h"
#include "vrpn_Configure.h"
#include "vrpn_Connection.h"
#include "vrpn_Shared.h"
#include "vrpn_Types.h"
Go to the source code of this file.
Classes | |
class | vrpn_National_Instruments_Server |
class | vrpn_Analog_Output_Server_NI |
Macros | |
#define | vrpn_NI_INPUT_MODE_DIFFERENTIAL (0) |
#define | vrpn_NI_INPUT_MODE_REF_SINGLE_ENDED (1) |
#define | vrpn_NI_INPUT_MODE_NON_REF_SINGLE_ENDED (2) |
#define | vrpn_NI_INPUT_RANGE_5V (5) |
#define | vrpn_NI_INPUT_RANGE_10V (10) |
#define | vrpn_NI_INPUT_RANGE_20V (20) |
#define vrpn_NI_INPUT_MODE_DIFFERENTIAL (0) |
Definition at line 19 of file vrpn_NationalInstruments.h.
Referenced by vrpn_National_Instruments_Server::vrpn_National_Instruments_Server().
#define vrpn_NI_INPUT_MODE_NON_REF_SINGLE_ENDED (2) |
Definition at line 21 of file vrpn_NationalInstruments.h.
Referenced by vrpn_National_Instruments_Server::vrpn_National_Instruments_Server().
#define vrpn_NI_INPUT_MODE_REF_SINGLE_ENDED (1) |
Definition at line 20 of file vrpn_NationalInstruments.h.
Referenced by vrpn_National_Instruments_Server::vrpn_National_Instruments_Server().
#define vrpn_NI_INPUT_RANGE_10V (10) |
Definition at line 23 of file vrpn_NationalInstruments.h.
#define vrpn_NI_INPUT_RANGE_20V (20) |
Definition at line 24 of file vrpn_NationalInstruments.h.
#define vrpn_NI_INPUT_RANGE_5V (5) |
Definition at line 22 of file vrpn_NationalInstruments.h.