30 #ifndef TEMPERATUREAPI_H
31 #define TEMPERATUREAPI_H
33 #include "api/DllDecl.h"
50 static void shutdown();
Definition: TemperatureAPI.h:44
double getTemperature(long deviceID, int *errorCode, int index)
int getCount(long deviceID, int *errorCode)
double getTemperatureExtreme(long deviceID, int *errorCode)
int getAllTemperatures(long deviceID, int *errorCode, double *buffer, int max_length)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: DeviceFactory.h:38