UF_DBC_MLD_ask_dbc_mld (查看源代码)
定义在: uf_dbc_mld.h
概述
This function returns the UF_DBC_MLD_id_t that corresponds to the
UF_CAM_exit_id_t passed to the User Exit from NX.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_DBC_MLD_ask_dbc_mld
(
UF_CAM_exit_id_t exit_id,
UF_DBC_MLD_id_t * dbc_mld_id
)
UF_DBC_MLD_ask_sheet (查看源代码)
定义在: uf_dbc_mld.h
概述
Returns the sheet associated with the specified UF_DBC_MLD_id_t.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_DBC_MLD_ask_sheet
(
UF_DBC_MLD_id_t object,
UF_DBC_MLD_sheet_t * sheet
)
UF_DBC_MLD_create (查看源代码)
定义在: uf_dbc_mld.h
概述
This function creates an UF_DBC_MLD object. The 'object' returned is
used in the other public functions of UF_DBC_MLD to identify the
object to process.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
ug_mold_design
int UF_DBC_MLD_create
(
UF_DBC_MLD_id_t * object
)
UF_DBC_MLD_delete (查看源代码)
定义在: uf_dbc_mld.h
概述
Delete the specified UF_DBC_MLD object.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
ug_mold_design
int UF_DBC_MLD_delete
(
UF_DBC_MLD_id_t object
)
UF_DBC_MLD_exec_command (查看源代码)
定义在: uf_dbc_mld.h
概述
This function will execute the specified command in the interpreter
associated with the specified UF_DBC_MLD object.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
ug_mold_design
int UF_DBC_MLD_exec_command
(
UF_DBC_MLD_id_t dbc_mld_id,
const char * command
)
| UF_DBC_MLD_id_t | dbc_mld_id | Input(输入) | - see above description |
| const char * | command | Input(输入) | - the command to execute |
UF_DBC_MLD_set_interp_result (查看源代码)
定义在: uf_dbc_mld.h
概述
Assign the specified string to the result in the interpreter associated
with the specified UF_DBC_MLD_id_t. This will be the return value of
the last TCL command executed in the interpreter.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
ug_mold_design
int UF_DBC_MLD_set_interp_result
(
UF_DBC_MLD_id_t object,
const char * result
)
| UF_DBC_MLD_id_t | object | Input(输入) | - see above description |
| const char * | result | Input(输入) | - see above description |
UF_DBC_MLD_set_sheet (查看源代码)
定义在: uf_dbc_mld.h
概述
Assign the specified sheet to the specified UF_DBC_MLD_id_t.
环境
内部和外部
历史
Originally released in V16.0
需要许可证(S)
ug_mold_design
int UF_DBC_MLD_set_sheet
(
UF_DBC_MLD_id_t object,
UF_DBC_MLD_sheet_t sheet
)