Classes | Defines
Phidget InterfaceKit
Specific Phidgets
Collaboration diagram for Phidget InterfaceKit:

Classes

struct  CPhidgetInterfaceKitInfo

Defines

#define IFKIT_DATA_BUFFER_SIZE   ((IFKIT_MIN_DATA_RATE + 200)/IFKIT_MAX_DATA_RATE)
#define IFKIT_MAX_DATA_PER_PACKET   16
#define IFKIT_MAX_DATA_RATE   1
#define IFKIT_MAXINPUTS   32
#define IFKIT_MAXOUTPUTS   32
#define IFKIT_MAXSENSORCHANGE   1000
#define IFKIT_MAXSENSORS   8
#define IFKIT_MIN_DATA_RATE   1000

Detailed Description

These calls are specific to the Phidget InterfaceKit 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.


Define Documentation

Definition at line 168 of file cphidgetinterfacekit.h.

#define IFKIT_MAX_DATA_PER_PACKET   16

Definition at line 162 of file cphidgetinterfacekit.h.

#define IFKIT_MAX_DATA_RATE   1

Definition at line 164 of file cphidgetinterfacekit.h.

#define IFKIT_MAXINPUTS   32

Gets the number of digital inputs supported by this board.

Parameters:
phidAn attached phidget interface kit handle.
countThe ditial input count. Gets the state of a digital input.
phidAn attached phidget interface kit handle.
indexThe input index.
inputStateThe input state. Possible values are PTRUE and PFALSE. Set a digital input change handler. This is called when a digital input changes.
phidAn attached phidget interface kit handle.
fptrCallback function pointer.
userPtrA pointer for use by the user - this value is passed back into the callback function. Gets the number of digital outputs supported by this board.
phidAn attached phidget interface kit handle.
countThe output count. Gets the state of a digital output.
phidAn attached phidget interface kit handle.
indexThe output index.
outputStateThe output state. Possible values are PTRUE and PFALSE. Sets the state of a digital output.
phidAn attached phidget interface kit handle.
indexThe otuput index.
outputStateThe output state. Possible values are PTRUE and PFALSE. Set a digital output change handler. This is called when a digital output changes.
phidAn attached phidget interface kit handle.
fptrCallback function pointer.
userPtrA pointer for use by the user - this value is passed back into the callback function. Gets the number of sensor (analog) inputs supported by this board.
phidAn attached phidget interface kit handle.
countThe sensor input count. Gets a sensor value (0-1000).
phidAn attached phidget interface kit handle.
indexThe sensor index.
sensorValueThe sensor value. Gets a sensor raw value (12-bit).
phidAn attached phidget interface kit handle.
indexThe sensor index.
sensorRawValueThe sensor value. Set a sensor change handler. This is called when a sensor value changes by more then the change trigger.
phidAn attached phidget interface kit handle.
fptrCallback function pointer.
userPtrA pointer for use by the user - this value is passed back into the callback function. Gets a sensor change trigger.
phidAn attached phidget interface kit handle.
indexThe sensor index.
triggerThe change trigger. Sets a sensor change trigger.
phidAn attached phidget interface kit handle.
indexThe sensor index.
triggerThe change trigger. Gets the ratiometric state for this board.
phidAn attached phidget interface kit handle.
ratiometricThe ratiometric state. Possible values are PTRUE and PFALSE. Sets the ratiometric state for this board.
phidAn attached phidget interface kit handle.
ratiometricThe ratiometric state. Possible values are PTRUE and PFALSE. Gets the Data Rate for an analog input.
phidAn attached phidget interface kit handle.
indexThe sensor index.
millisecondsData rate in ms. Sets the Data Rate for an analog input.
phidAn attached phidget interface kit handle.
indexThe sensor index.
millisecondsData rate in ms. Gets the maximum supported data rate for an analog input
phidAn attached phidget interface kit handle.
indexThe sensor index.
maxData rate in ms. Gets the minimum supported data rate for an analog input
phidAn attached phidget interface kit handle.
indexThe sensor index.
minData rate in ms.

Definition at line 155 of file cphidgetinterfacekit.h.

#define IFKIT_MAXOUTPUTS   32

Definition at line 156 of file cphidgetinterfacekit.h.

#define IFKIT_MAXSENSORCHANGE   1000

Definition at line 159 of file cphidgetinterfacekit.h.

#define IFKIT_MAXSENSORS   8

Definition at line 157 of file cphidgetinterfacekit.h.

#define IFKIT_MIN_DATA_RATE   1000

Definition at line 166 of file cphidgetinterfacekit.h.



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