Classes | Defines | Enumerations
Phidget Temperature Sensor
Specific Phidgets
Collaboration diagram for Phidget Temperature Sensor:

Classes

struct  CPhidgetTemperatureSensorInfo

Defines

#define GAIN   85.0
#define OFFSET_200   -6.5
#define OFFSET_300   ((200.0/237.0)*5.0)
#define PHIDID_TEMPERATURESENSOR_4_GAIN   ((80 / 2.2) + 5)
#define PHIDID_TEMPERATURESENSOR_4_OFFSET   (4.096 / 6.36)
#define TEMPSENSOR_MAXSENSORS   8

Enumerations

enum  CPhidgetTemperatureSensor_ThermocoupleType {
  PHIDGET_TEMPERATURE_SENSOR_K_TYPE = 1, PHIDGET_TEMPERATURE_SENSOR_J_TYPE, PHIDGET_TEMPERATURE_SENSOR_E_TYPE, PHIDGET_TEMPERATURE_SENSOR_T_TYPE,
  PHIDGET_TEMPERATURE_SENSOR_K_TYPE = 1, PHIDGET_TEMPERATURE_SENSOR_J_TYPE, PHIDGET_TEMPERATURE_SENSOR_E_TYPE, PHIDGET_TEMPERATURE_SENSOR_T_TYPE
}

Detailed Description

These calls are specific to the Phidget Temperature Sensor object. See your device's User Guide for more specific API details, technical information, and revision details. The User Guide, along with other resources, can be found on the product page for your device.

All temperatures are in degrees celcius.


Define Documentation

#define GAIN   85.0

Definition at line 138 of file cphidgettemperaturesensor.h.

#define OFFSET_200   -6.5

Definition at line 139 of file cphidgettemperaturesensor.h.

#define OFFSET_300   ((200.0/237.0)*5.0)

Definition at line 140 of file cphidgettemperaturesensor.h.

#define PHIDID_TEMPERATURESENSOR_4_GAIN   ((80 / 2.2) + 5)

Definition at line 142 of file cphidgettemperaturesensor.h.

#define PHIDID_TEMPERATURESENSOR_4_OFFSET   (4.096 / 6.36)

Definition at line 144 of file cphidgettemperaturesensor.h.

#define TEMPSENSOR_MAXSENSORS   8

Gets the number of thermocouple inputs supported by this board.

Parameters:
phidAn attached phidget themperature sensor handle.
countThe thermocouple input count. Gets the temperature measured by a thermocouple input.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
temperatureThe temperature. Gets the maximum temperature that can be measured by a thermocouple input. This depends on the type of thermocouple attached, as well as the ambient temperature.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
maxThe maximum temperature. Gets the minimum temperature that can be measured by a thermocouple input. This depends on the type of thermocouple attached, as well as the ambient temperature.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
minThe minimum temperature. Set a temperature change handler. This is called when the temperature changes by more then the change trigger.
phidAn attached phidget temperature sensor handle.
fptrCallback function pointer.
userPtrA pointer for use by the user - this value is passed back into the callback function. Gets the change trigger for a thermocouple input.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
triggerThe change trigger. Sets the change trigger for a thermocouple input.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
triggerThe change trigger. Gets the currently sensed potential for a thermocouple input.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
potentialThe potential. Gets the maximum potential that a thermocouple input can measure.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
maxThe maximum potential. Gets the minimum potential that a thermocouple input can measure.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
minThe minimum potential. Gets the ambient (board) temperature.
phidAn attached phidget themperature sensor handle.
ambientThe ambient (board) temperature. Gets the maximum temperature that the ambient onboard temperature sensor can measure.
phidAn attached phidget themperature sensor handle.
maxThe maximum temperature. Gets the minimum temperature that the ambient onboard temperature sensor can measure.
phidAn attached phidget themperature sensor handle.
minThe minimum temperature. Gets the type of thermocouple set to be at a thermocouple input. By default this is K-Type.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
typeThe thermocouple type. Sets the type of thermocouple plugged into a thermocouple input. By default this is K-Type.
phidAn attached phidget themperature sensor handle.
indexThe thermocouple index.
typeThe thermocouple type.

Definition at line 136 of file cphidgettemperaturesensor.h.


Enumeration Type Documentation

The Phidget Temperature Sensor supports these types of thermocouples.

Enumerator:
PHIDGET_TEMPERATURE_SENSOR_K_TYPE 

K-Type thermocouple

PHIDGET_TEMPERATURE_SENSOR_J_TYPE 

J-Type thermocouple

PHIDGET_TEMPERATURE_SENSOR_E_TYPE 

E-Type thermocouple

PHIDGET_TEMPERATURE_SENSOR_T_TYPE 

T-Type thermocouple

PHIDGET_TEMPERATURE_SENSOR_K_TYPE 
PHIDGET_TEMPERATURE_SENSOR_J_TYPE 
PHIDGET_TEMPERATURE_SENSOR_E_TYPE 
PHIDGET_TEMPERATURE_SENSOR_T_TYPE 

Definition at line 19 of file cphidgettemperaturesensor.h.



pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:22