30 #ifndef THERMOELECTRICAPI_H
31 #define THERMOELECTRICAPI_H
33 #include "api/DllDecl.h"
50 static void shutdown();
87 virtual void setEnable(
long deviceID,
int *errorCode,
unsigned char tecEnable);
Definition: ThermoElectricAPI.h:44
virtual void setEnable(long deviceID, int *errorCode, unsigned char tecEnable)
virtual float getTemperatureDegreesC(long deviceID, int *errorCode)
virtual bool getFanEnable(long deviceID, int *errorCode)
virtual bool getStable(long deviceID, int *errorCode)
virtual void setTemperatureSetpointDegreesC(long deviceID, int *errorCode, float temperatureDegreesCelsius)
virtual bool getEnable(long deviceID, int *errorCode)
virtual float getTemperatureSetpointDegreesC(long deviceID, int *errorCode)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:147