30 #ifndef NONLINEARITYAPI_H
31 #define NONLINEARITYAPI_H
33 #include "api/DllDecl.h"
49 static void shutdown();
76 virtual double getCoeffs(
long deviceID,
int *errorCode,
int index);
91 virtual int getCoeffs(
long deviceID,
int *errorCode,
double *buffer,
int maxLength);
Definition: NonLinearityAPI.h:44
virtual int getCoeffsCount(long deviceID, int *errorCode)
virtual int getCoeffs(long deviceID, int *errorCode, double *buffer, int maxLength)
virtual double getCoeffs(long deviceID, int *errorCode, int index)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:147