You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
470 B
Modula-2
33 lines
470 B
Modula-2
; corework.def : 声明 DLL 的模块参数。
|
|
|
|
LIBRARY "corework.dll"
|
|
|
|
EXPORTS
|
|
init
|
|
deinit
|
|
init_devs
|
|
uninit_dev
|
|
get_dev_info
|
|
get_status
|
|
send_custom_msg
|
|
recv_custom_msg
|
|
get_command_desc
|
|
|
|
core_version
|
|
core_set_cfg
|
|
core_get_cfg
|
|
get_product_info
|
|
get_product_list
|
|
get_product_by_pos
|
|
get_all_product_info
|
|
|
|
test_home
|
|
test_reset
|
|
test_debug
|
|
test_enable
|
|
get_test_data
|
|
vlog
|
|
wlog
|
|
|
|
get_test_model
|