![]() |
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 BRIDGE_MAXINPUTS 4 |
Gets the number of inputs supported by this phidget bridge.
phid | An attached phidget bridge handle. |
count | The input count. Gets the current value of a bridge input, in mV/V. |
phid | An attached phidget bridge handle. |
index | The input index. |
value | The value. Gets the maximum value supported by a bridge input, in mV/V. This is affected by Gain. |
phid | An attached phidget bridge handle. |
index | The input index. |
max | The max value. Gets the minimum value supported by a bridge input, in mV/V. This is affected by Gain. |
phid | An attached phidget bridge handle. |
index | The input index. |
min | The min value. Gets the enabled state for an input. |
phid | An attached phidget bridge handle. |
index | The input index. |
enabledState | The enabled state. Sets the enabled state for an input. |
phid | An attached phidget bridge handle. |
index | The input index. |
enabledState | The enabled state. Gets the the Gain for an input. |
phid | An attached phidget bridge handle. |
index | The input index. |
gain | The gain. Sets the the Gain for an input. |
phid | An attached phidget bridge handle. |
index | The input index. |
gain | The gain. Gets the the data rate for the Phidget Bridge, in milliseconds. |
phid | An attached phidget bridge handle. |
milliseconds | The data rate. Sets the the data rate for the Phidget Bridge, in milliseconds. |
phid | An attached phidget bridge handle. |
milliseconds | The data rate. Gets the the maximum data rate for the Phidget Bridge, in milliseconds. |
phid | An attached phidget bridge handle. |
max | The max data rate. Gets the the minimum data rate for the Phidget Bridge, in milliseconds. |
phid | An attached phidget bridge handle. |
min | The min data rate. Sets a bridge data event handler. This is called at a set rate as defined by data rate. |
phid | A phidget bridge handle. |
fptr | Callback function pointer. |
userPtr | A pointer for use by the user - this value is passed back into the callback function. |
Definition at line 115 of file cphidgetbridge.h.
enum CPhidgetBridge_Gain |
List of gains supported by the PhidgetBridge.
Definition at line 14 of file cphidgetbridge.h.