Classes | Defines | Enumerations
Phidget Bridge
Specific Phidgets
Collaboration diagram for Phidget Bridge:

Classes

struct  CPhidgetBridgeInfo

Defines

#define BRIDGE_MAXINPUTS   4

Enumerations

enum  CPhidgetBridge_Gain {
  PHIDGET_BRIDGE_GAIN_1 = 1, PHIDGET_BRIDGE_GAIN_8, PHIDGET_BRIDGE_GAIN_16, PHIDGET_BRIDGE_GAIN_32,
  PHIDGET_BRIDGE_GAIN_64, PHIDGET_BRIDGE_GAIN_128, PHIDGET_BRIDGE_GAIN_UNKNOWN, PHIDGET_BRIDGE_GAIN_1 = 1,
  PHIDGET_BRIDGE_GAIN_8, PHIDGET_BRIDGE_GAIN_16, PHIDGET_BRIDGE_GAIN_32, PHIDGET_BRIDGE_GAIN_64,
  PHIDGET_BRIDGE_GAIN_128, PHIDGET_BRIDGE_GAIN_UNKNOWN
}

Detailed Description

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

#define BRIDGE_MAXINPUTS   4

Gets the number of inputs supported by this phidget bridge.

Parameters:
phidAn attached phidget bridge handle.
countThe input count. Gets the current value of a bridge input, in mV/V.
phidAn attached phidget bridge handle.
indexThe input index.
valueThe value. Gets the maximum value supported by a bridge input, in mV/V. This is affected by Gain.
phidAn attached phidget bridge handle.
indexThe input index.
maxThe max value. Gets the minimum value supported by a bridge input, in mV/V. This is affected by Gain.
phidAn attached phidget bridge handle.
indexThe input index.
minThe min value. Gets the enabled state for an input.
phidAn attached phidget bridge handle.
indexThe input index.
enabledStateThe enabled state. Sets the enabled state for an input.
phidAn attached phidget bridge handle.
indexThe input index.
enabledStateThe enabled state. Gets the the Gain for an input.
phidAn attached phidget bridge handle.
indexThe input index.
gainThe gain. Sets the the Gain for an input.
phidAn attached phidget bridge handle.
indexThe input index.
gainThe gain. Gets the the data rate for the Phidget Bridge, in milliseconds.
phidAn attached phidget bridge handle.
millisecondsThe data rate. Sets the the data rate for the Phidget Bridge, in milliseconds.
phidAn attached phidget bridge handle.
millisecondsThe data rate. Gets the the maximum data rate for the Phidget Bridge, in milliseconds.
phidAn attached phidget bridge handle.
maxThe max data rate. Gets the the minimum data rate for the Phidget Bridge, in milliseconds.
phidAn attached phidget bridge handle.
minThe min data rate. Sets a bridge data event handler. This is called at a set rate as defined by data rate.
phidA phidget bridge handle.
fptrCallback function pointer.
userPtrA pointer for use by the user - this value is passed back into the callback function.

Definition at line 115 of file cphidgetbridge.h.


Enumeration Type Documentation

List of gains supported by the PhidgetBridge.

Enumerator:
PHIDGET_BRIDGE_GAIN_1 

Gain of 1.

PHIDGET_BRIDGE_GAIN_8 

Gain of 8.

PHIDGET_BRIDGE_GAIN_16 

Gain of 16.

PHIDGET_BRIDGE_GAIN_32 

Gain of 32.

PHIDGET_BRIDGE_GAIN_64 

Gain of 64.

PHIDGET_BRIDGE_GAIN_128 

Gain of 128.

PHIDGET_BRIDGE_GAIN_UNKNOWN 

Unknown Gain.

PHIDGET_BRIDGE_GAIN_1 
PHIDGET_BRIDGE_GAIN_8 
PHIDGET_BRIDGE_GAIN_16 
PHIDGET_BRIDGE_GAIN_32 
PHIDGET_BRIDGE_GAIN_64 
PHIDGET_BRIDGE_GAIN_128 
PHIDGET_BRIDGE_GAIN_UNKNOWN 

Definition at line 14 of file cphidgetbridge.h.



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