30#ifndef NONLINEARITYAPI_H
31#define NONLINEARITYAPI_H
33#include "api/DllDecl.h"
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)
static NonLinearityAPI * instance
Definition NonLinearityAPI.h:95
static NonLinearityAPI * getInstance()
virtual ~NonLinearityAPI()
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition OceanDirectAPI.h:147