29 #ifndef OCEANDIRECT_USER_STRING_FEATURE_ADAPTER_H
30 #define OCEANDIRECT_USER_STRING_FEATURE_ADAPTER_H
32 #include "api/adapters/FeatureAdapterTemplate.h"
33 #include "vendors/OceanOptics/features/user_string/UserStringFeatureInterface.h"
42 const FeatureFamily &f,
43 Protocol *p, Bus *b,
unsigned short instanceIndex);
46 int getUserString(
int *errorCode,
char *buffer,
int buffer_length);
47 void setUserString(
int *errorCode,
char *buffer,
int buffer_length);
49 int getUserStringCount(
int *errorCode);
50 int getUserString(
int *errorCode,
int index,
char *buffer,
int buffer_length);
51 void setUserString(
int *errorCode,
int index,
char *buffer,
int buffer_length);
Definition: FeatureAdapterTemplate.h:44
Definition: UserStringFeatureAdapter.h:39
This is an interface to Advance features of OceanDirect that allow access to less common controls....
Definition: AcquisitionDelayFeatureAdapter.h:35