30 #ifndef AUTONULLING_API_H
31 #define AUTONULLING_API_H
33 #include "api/DllDecl.h"
50 static void shutdown();
Definition: AutoNullingAPI.h:44
void setSaturationLevel(long deviceID, int *error_code, int level)
int getMaximumADCCount(long deviceID, int *error_code)
int getSaturationLevel(long deviceID, int *error_code)
void setBaselineLevel(long deviceID, int *error_code, int level)
int getBaselineLevel(long deviceID, int *error_code)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: DeviceFactory.h:38