29 #ifndef ANALOGOUT_API_H
30 #define ANALOGOUT_API_H
32 #include "api/DllDecl.h"
49 static void shutdown();
103 int output,
double voltage);
Definition: AnalogOutAPI.h:43
double getMinimumOutputVoltageDC(long deviceID, int *errorCode)
int getNumberOfVoltageDCOutputs(long deviceID, int *errorCode)
void configureAltPin(long deviceID, int *errorCode, int pinNumber, int pinType)
void setVoltageDCOutVolts(long deviceID, int *errorCode, int output, double voltage)
double getMaximumOutputVoltageDC(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