Click or drag to resize

CalibrationMap Methods

The CalibrationMap type exposes the following members.

Methods
  NameDescription
Public methodGetAxis
Gets an AxisCalibration at a particular index.
Public methodGetAxisData
Gets a struct containing the calibration data for an Axis at a particular index.
Public methodGetCalibratedValue
Calibrates the incoming value by the AxisCalibration at a particular index.
Public methodImportJsonString
Imports data from a JSON string.
Public methodImportXmlString
Imports data from an XML string.
Public methodReset
Resets all calibration data to hardware defaults.
Public methodSetAxisData
Sets calibration settings for an Axis at a particular index.
Public methodToJsonString
Exports the map to a JSON string.
Public methodToXmlString
Exports the map to an XML string.
Top
See Also