30 #ifndef NONLINEARITYAPI_H
31 #define NONLINEARITYAPI_H
33 #include "api/DllDecl.h"
49 static void shutdown();
76 double getCoeffs(
long deviceID,
int *errorCode,
int index);
90 void setCoeffs(
long deviceID,
int *errorCode,
int index,
double coefficient);
105 int getCoeffs(
long deviceID,
int *errorCode,
double *buffer,
int maxLength);
120 int setCoeffs(
long deviceID,
int *errorCode,
double *buffer,
int maxLength);
Definition: NonLinearityAPI.h:44
int getCoeffs(long deviceID, int *errorCode, double *buffer, int maxLength)
void setCoeffs(long deviceID, int *errorCode, int index, double coefficient)
double getCoeffs(long deviceID, int *errorCode, int index)
int setCoeffs(long deviceID, int *errorCode, double *buffer, int maxLength)
int getCoeffsCount(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