29 #ifndef ANALOGIN_API_H
30 #define ANALOGIN_API_H
32 #include "api/DllDecl.h"
49 static void shutdown();
Definition: AnalogInAPI.h:43
void configureAltPin(long deviceID, int *errorCode, int pinNumber, int pinType)
double getMaximumInputVoltageDC(long deviceID, int *errorCode)
double getVoltageDCInputVolts(long deviceID, int *errorCode, int input)
int getNumberOfVoltageDCInputs(long deviceID, int *errorCode)
double getMinimumInputVoltageDC(long deviceID, int *errorCode)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: DeviceFactory.h:38