Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/26/2014
This structure contains the minimum and maximum range settings and the resolution of the accelerometer.
Syntax
typedef struct _ACC_RANGE_RESOLUTION
{
float fpMinRange;
float fpMaxRange;
float fpResolution;
}ACC_RANGE_RESOLUTION;
Members
- fpMinRange
Minimum value for the range of the accelerometer, in gs.
- fpMaxRange
Maximum value for the range of the accelerometer, in gs.
- fpResolution
Resolution of the accelerometer, in gs.
Requirements
Library |
accmdd.lib |