53
Index of the sensor that is being set. The value must lie in the range given by
the enumerated type
EfdSensors
, or alternatively from zero to the value
returned by
fdGetNumSensors()
minus one.
fUpper
and
fLower
Floating point numbers that contain the maximum and minimum threshold
values. Refer to section 6 for details.
Remarks
None.
void fdGetGloveInfo(fdGlove *pFG, unsigned char *pData)
Obtains the information data block of the currently connected glove.
Return value
None.
Parameters
pFG
Pointer to a glove device. This is the value returned by
fdOpen()
.
pData
Array of 32 bytes that will contain the information data.
Remarks
The information data is specified in the glove user's manual. The size of the
information block is always 32 bytes.
void fdGetDriverInfo(fdGlove *pFG, unsigned char *pData)
Obtains the information data block of the driver.
Return value
None.
Parameters
pFG
Pointer to a glove device. This is the value returned by
fdOpen()
.
pData
Array of 32 bytes that will contain the information data.
Remarks
The information data is a zero terminated string that contains driver information.
The size of the information block is always 32 bytes.
void fdSetCallback(fdGlove *pFG, void *pFunc, LPVOID param)
Sets the Callback function and associated parameters.
Return value
None.
Parameters
pFG