![]() |
PK_LBALL_cb_f_t |
typedef void (*PK_LBALL_cb_f_t) ( --- received arguments --- const PK_LBALL_t lball, --- lball void *data, --- external data --- returned arguments --- PK_LATTICE_cb_status_t *const status --- callback status ); This is a type of a callback function which the application may pass to a PK function that will apply it to lballs.
The void *data argument is used to communicate between the application and its supplied callback function.