halcon算子翻译——return

Posted 水行

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了halcon算子翻译——return相关的知识,希望对你有一定的参考价值。

名称

return- 结束程序调用。

用法

return( : : : )

描述

retrun结束当前程序调用并返回到调用它的程序。 在调用程序中的调用完毕之后,程序将继续执行下一个活动的程序行(program execution is continued at the next active program line after the procedure call in the calling procedure.)。 如果当前程序是主程序,则程序执行结束,程序计数器跳转到程序结束。 请注意,除主程序外,每个子程序都必须至少包含一个可到达的return算子行,以便能够从调用中返回到程序。

结果

retrun总是返回2(H_MSG_TRUE)。

模块

Foundation

以上是关于halcon算子翻译——return的主要内容,如果未能解决你的问题,请参考以下文章

Halcon算子翻译——catch

Halcon算子翻译——exit

Halcon算子翻译——comment

halcon算子翻译——stop

Halcon算子翻译——endwhile

Halcon算子翻译——executable_expression