29 #ifndef OCEANDIRECT_AUTONULLING_FEATURE_ADAPTER_H
30 #define OCEANDIRECT_AUTONULLING_FEATURE_ADAPTER_H
32 #include "api/adapters/FeatureAdapterTemplate.h"
33 #include "vendors/OceanOptics/features/autonulling/AutoNullingFeatureInterface.h"
41 const FeatureFamily &f,
42 Protocol *p, Bus *b,
unsigned short instanceIndex);
45 int getMaximumADCCount(
int *errorCode);
47 int getSaturationLevel(
int *errorCode);
48 void setSaturationLevel(
int *errorCode,
int level);
50 int getBaselineLevel(
int *errorCode);
51 void setBaselineLevel(
int *errorCode,
int level);
Definition: AutoNullingFeatureAdapter.h:38
Definition: FeatureAdapterTemplate.h:44
This is an interface to Advance features of OceanDirect that allow access to less common controls....
Definition: AcquisitionDelayFeatureAdapter.h:35