UF_callback_fn_t (view source)
 
Defined in: uf.h
 
Overview
Definition of a callback function prototype.

 
void UF_callback_fn_t
(
UF_callback_reason_e_t,
const void*,
void*
)
UF_callback_reason_e_tInputreason the callback has been called
const void*InputThis is the pointer to the part tag that
caused the callback. For UF_change_work_part_reason
the part returned is of the old work part.
Use UF_ASSEM_ask_work_part to get new work part.
void*InputThis is a user supplied pointer. Typically
this will be a structure pointer of data
that your callback function will need.

 


 
UF_load_f_p_t (view source)
 
Defined in: uf.h
 

 
void UF_load_f_p_t
(
void
)

 


 
UF_TAG_event_fn_t (view source)
 
Defined in: uf.h
 
Overview
Type of the event notification callback.

 
void UF_TAG_event_fn_t
(
UF_TAG_event_t reason,
tag_t tag,
void * closure
)
UF_TAG_event_treasonInput
tag_ttagInput
void *closureInput