码迷,mamicode.com
首页 > 其他好文 > 详细

Halcon算子翻译——exit

时间:2017-11-10 18:44:03      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:fwrite   func   exit   and   int   使用   write   evel   示例   

名称

exit - 终止HDevelop。

用法

exit( : : : )

描述

退出HDevelop。 算子等同于菜单项File - > Quit。 在内部和导出的C ++代码中使用C函数调用exit(0)。

exit terminates HDevelop. The operator is aquivalent to the menu entry File -> Quit. Internally and for exported C++ code the C-function call exit(0) is used.

示例

read_image (Image, fabrik)
intensity (Image, Image, Mean, Deviation)
open_file (intensity.txt, output, FileHandle)
fwrite_string (FileHandle, Mean +   + Deviation)
close_file (FileHandle)
exit ()

结果

退出返回0(o.k.)到HDevelop的调用环境=操作系统。

也可以看看

stop

模块

Foundation

HDevelop例程

exit.hdev Terminate HDevelop after the task is finished

Halcon算子翻译——exit

标签:fwrite   func   exit   and   int   使用   write   evel   示例   

原文地址:http://www.cnblogs.com/xhiong/p/7815540.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!