touch_calibrate_context Struct Reference
[Touch screen calibration application]

Application context. More...

Collaboration diagram for touch_calibrate_context:
Collaboration graph
[legend]

Data Fields

struct workqueue_task task
 Task used for this application.
struct workqueue_taskcompleted_task
 Task to schedule when done.
struct touch_calibration_matrix cal_matrix
 Calibration matrix to compute.
touch_event_handler_t old_handler
 Touch event handler to restore when done.
touch_calibration_points_t cal_points
 Calibration points to sample.
struct touch_event event
 Previous touch event.
uint8_t state
 State of the calibration.

Detailed Description

Application context.

Definition at line 80 of file app_calibrate.c.


Field Documentation

Calibration matrix to compute.

Definition at line 86 of file app_calibrate.c.

Referenced by touch_calibrate_task_handler().

Calibration points to sample.

Definition at line 90 of file app_calibrate.c.

Referenced by touch_calibrate_task_handler().

Task to schedule when done.

Definition at line 84 of file app_calibrate.c.

Referenced by touch_calibrate_task_handler().

Previous touch event.

Definition at line 92 of file app_calibrate.c.

Referenced by touch_calibrate_event_handler(), and touch_calibrate_task_handler().

Touch event handler to restore when done.

Definition at line 88 of file app_calibrate.c.

Referenced by touch_calibrate_task_handler().

State of the calibration.

Definition at line 94 of file app_calibrate.c.

Referenced by touch_calibrate_task_handler().

Task used for this application.

Definition at line 82 of file app_calibrate.c.

Referenced by touch_calibrate_task_handler().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 14:10:03 2010 for display-demo by  doxygen 1.6.3