次の方法で共有


ACC_RANGE_RESOLUTION (Compact 2013)

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

See Also

Reference

Accelerometer PDD Structures
PDDRangeGet
PDDRangeSet