Calibration |
The CalibrationMap type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAxis | Gets an AxisCalibration at a particular index. | |
| GetAxis2D | Gets an Axis2DCalibration at a particular index. | |
| GetAxis2DData | Gets a struct containing the calibration data for an Axis2D at a particular index. | |
| GetAxisData | Gets a struct containing the calibration data for an Axis at a particular index. | |
| GetCalibratedValue | Calibrates the incoming value by the AxisCalibration at a particular index. | |
| GetCalibratedValue2D | Calibrates the incoming value by the Axis2DCalibration at a particular index. | |
| ImportJsonString | Imports data from a JSON string. | |
| ImportXmlString | Imports data from an XML string. | |
| Reset | Resets all calibration data to hardware defaults. | |
| SetAxis2DData | Sets calibration settings for an Axis2D at a particular index. | |
| SetAxisData | Sets calibration settings for an Axis at a particular index. | |
| ToJsonString | Exports the map to a JSON string. | |
| ToXmlString | Exports the map to an XML string. |