UF_callback_fn_t (查看源代码)
 
定义在: uf.h
 
概述
Definition of a callback function prototype.

 
void UF_callback_fn_t
(
UF_callback_reason_e_t,
const void*,
void*
)
UF_callback_reason_e_tInput(输入)reason the callback has been called
const void*Input(输入)This 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*Input(输入)This 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 (查看源代码)
 
定义在: uf.h
 

 
void UF_load_f_p_t
(
void
)

 


 
UF_TAG_event_fn_t (查看源代码)
 
定义在: uf.h
 
概述
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_t (tag_t类型)tagInput(输入)
void *closureInput(输入)