30 #ifndef IRRADCALIBRAPI_H
31 #define IRRADCALIBRAPI_H
33 #include "api/DllDecl.h"
50 static void shutdown();
65 int read(
long deviceID,
int *errorCode,
float *buffer,
int bufferLength);
93 int write(
long deviceID,
int *errorCode,
float *buffer,
int bufferLength);
Definition: IrradCalibrAPI.h:44
int write(long deviceID, int *errorCode, float *buffer, int bufferLength)
int readCalibrationDataSize(long deviceID, int *errorCode)
int read(long deviceID, int *errorCode, float *buffer, int bufferLength)
bool hasCollectionArea(long deviceID, int *errorCode)
float readCollectionArea(long deviceID, int *errorCode)
void writeCollectionArea(long deviceID, int *errorCode, float area)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: DeviceFactory.h:38