 |
AntiMicroX
|
Go to the documentation of this file.
23 class QXmlStreamReader;
24 class QXmlStreamWriter;
92 void setStickCalibration(
int index,
double offsetX,
double gainX,
double offsetY,
double gainY);
102 QHash<QString, QList<CalibrationData>>
m_data;
bool referencesSameInput(const CalibrationData &rhs) const
Returns true if the two CalibrationData structs references the same physical, e.g....
Definition: inputdevicecalibration.cpp:28
CalibrationDataType type
Definition: inputdevicecalibration.h:73
double offsetX
Definition: inputdevicecalibration.h:42
The calibration data for an accelerometer.
Definition: inputdevicecalibration.h:51
double orientationY
Definition: inputdevicecalibration.h:54
double orientationZ
Definition: inputdevicecalibration.h:55
The calibration data for a gyroscope.
Definition: inputdevicecalibration.h:61
double orientationX
Definition: inputdevicecalibration.h:53
Stores the calibration data for one physical device, e.g. a stick or gyroscope.
Definition: inputdevicecalibration.h:71
double offsetY
Definition: inputdevicecalibration.h:44
StickCalibrationData stick
Definition: inputdevicecalibration.h:76
int index
Definition: inputdevicecalibration.h:41
GyroscopeCalibrationData gyroscope
Definition: inputdevicecalibration.h:78
double offsetZ
Definition: inputdevicecalibration.h:65
AccelerometerCalibrationData accelerometer
Definition: inputdevicecalibration.h:77
double offsetX
Definition: inputdevicecalibration.h:63
double gainX
Definition: inputdevicecalibration.h:43
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Lesser General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: lgpl-2.1.txt:423
double offsetY
Definition: inputdevicecalibration.h:64
double gainY
Definition: inputdevicecalibration.h:45
The calibration data for a stick.
Definition: inputdevicecalibration.h:39