30 #ifndef DATA_BUFFER_API_H
31 #define DATA_BUFFER_API_H
33 #include "api/DllDecl.h"
50 static void shutdown();
Definition: DataBufferAPI.h:44
void clearBuffer(long deviceID, int *errorCode)
unsigned long getNumberOfElements(long deviceID, int *errorCode)
void setBufferCapacity(long deviceID, int *errorCode, unsigned long capacity)
unsigned long getBufferCapacity(long deviceID, int *errorCode)
unsigned long getBufferCapacityMinimum(long deviceID, int *errorCode)
bool getBufferEnabled(long deviceID, int *errorCode)
unsigned long getBufferCapacityMaximum(long deviceID, int *errorCode)
void setBufferEnabled(long deviceID, int *errorCode, bool enabled)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:144