UF_callback_reason_e_t | Input(输入) | 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_TAG_event_t | reason | Input(输入) | |
tag_t (tag_t类型) | tag | Input(输入) | |
void * | closure | Input(输入) |