2 #include "ManagedObject.h"
4 namespace NetOceanDirect {
22 array<double>^
getCoeffs(
long deviceID,
int% errorCode,
int length);
31 void setCoeffs(
long deviceID,
int% errorCode, array<double>^ coeffs);
Definition: ManagedObject.h:8
Definition: NonLinearity.h:7
void setCoeffs(long deviceID, int% errorCode, array< double >^ coeffs)
Definition: NonLinearity.cpp:30
array< double > getCoeffs(long deviceID, int% errorCode, int length)
Definition: NonLinearity.cpp:19