3 #include "ManagedObject.h"
5 using oceandirect::api::LHNonlinearityAPI;
6 using NetOceanDirect::ManagedObject;
7 using NetOceanDirect::MemoryCleanup;
9 namespace NetLighthouse {
11 typedef ManagedObject<LHNonlinearityAPI, MemoryCleanup::noDeletion> NonlinearityBase;
14 public NonlinearityBase {
Definition: NetLighthouseNonlinearity.h:14
virtual array< float > getNonlinearityCoefficients(unsigned int deviceID, int %errorCode)
Definition: NetLighthouseNonlinearity.cpp:18