touch_event_dispatcher

void touch_event_dispatcher ( void )

Arguments

Type

Comment

Void

-

 
  1. 1.

    This API needs to be called by the user application to allow the library to process the raw acquisition data from the sensors.

  2. 2.

    Once touch_qm_sensors_start_acquisition is called, touch_event_dispatcher API needs to be called as frequently as possible by the Host application.

  3. 3.

    The signals_callback and measure_complete_callback functions are called from the touch_event_dispatcher API context.