AntiMicroX
Data Structures | Enumerations
inputdevicecalibration.h File Reference
#include <QHash>
Include dependency graph for inputdevicecalibration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  StickCalibrationData
 The calibration data for a stick. More...
 
struct  AccelerometerCalibrationData
 The calibration data for an accelerometer. More...
 
struct  GyroscopeCalibrationData
 The calibration data for a gyroscope. More...
 
struct  CalibrationData
 Stores the calibration data for one physical device, e.g. a stick or gyroscope. More...
 
class  InputDeviceCalibration
 Calibration storage backend which can store multiple calibration items for different controllers. More...
 

Enumerations

enum  CalibrationDataType { CALIBRATION_DATA_STICK, CALIBRATION_DATA_ACCELEROMETER, CALIBRATION_DATA_GYROSCOPE }
 Defines the possible CalibrationData union types. More...
 

Enumeration Type Documentation

◆ CalibrationDataType

Defines the possible CalibrationData union types.

Enumerator
CALIBRATION_DATA_STICK 
CALIBRATION_DATA_ACCELEROMETER 
CALIBRATION_DATA_GYROSCOPE