CCAux
2.20.0.0
CCAux API reference
|
Functions in the TouchScreenCalib class
EXTERN_C CCAUXDLL_API TOUCHSCREENCALIBHANDLE CCAUXDLL_CALLING_CONV CrossControl::GetTouchScreenCalib | ( | void | ) |
Factory function that creates instances of the TouchScreenCalib object.
Supported Platform(s): XL, XM, XS, XA
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_autoSensorCalib | ( | TOUCHSCREENCALIBHANDLE | ) |
Perform automatic sensor calibration
Supported Platform(s): VA
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_checkCalibrationPointFinished | ( | TOUCHSCREENCALIBHANDLE | , |
bool * | finished, | ||
uint8_t | pointNr | ||
) |
Check if a calibration point is finished
Supported Platform(s): XL, XM, XS, XA
finished | Is current point finished? |
pointNr | Calibration point number (1 to total number of points) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_getConfigParam | ( | TOUCHSCREENCALIBHANDLE | , |
CalibrationConfigParam | param, | ||
uint16_t * | value | ||
) |
Get calibration config parameters
Supported Platform(s): XL, XM, XS, XA
param | Config parameter |
value | Parameter value |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_getMode | ( | TOUCHSCREENCALIBHANDLE | , |
CalibrationModeSettings * | mode | ||
) |
Get mode of front controller.
Supported Platform(s): XL, XM, XS, XA
mode | Current calibration mode |
EXTERN_C CCAUXDLL_API void CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_release | ( | TOUCHSCREENCALIBHANDLE | ) |
Delete the TouchScreenCalib object.
Supported Platform(s): XL, XM, XS, XA
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_setCalibrationPoint | ( | TOUCHSCREENCALIBHANDLE | , |
uint8_t | pointNr | ||
) |
Set calibration point
Supported Platform(s): XL, XM, XS, XA
pointNr | Calibration point number (1 to total number of points) |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_setConfigParam | ( | TOUCHSCREENCALIBHANDLE | , |
CalibrationConfigParam | param, | ||
uint16_t | value | ||
) |
Set calibration config parameters
Supported Platform(s): XL, XM, XS, XA
param | Config parameter |
value | parameter value |
EXTERN_C CCAUXDLL_API eErr CCAUXDLL_CALLING_CONV CrossControl::TouchScreenCalib_setMode | ( | TOUCHSCREENCALIBHANDLE | , |
CalibrationModeSettings | mode | ||
) |
Set mode of front controller.
Supported Platform(s): XL, XM, XS, XA
mode | Selected calibration mode |