hal_ready.3hal

来自「CNC 的开放码,EMC2 V2.2.8版」· 3HAL 代码 · 共 22 行

3HAL
22
字号
.TH funct "3hal" "2006-10-12" "EMC Documentation" "HAL".SH NAMEhal_ready \- indicates that this component is ready.SH SYNTAX.HP hal_ready(int \fIcomp_id\fR).SH  ARGUMENTS.IP \fIcomp_id\fRA HAL component identifier returned by an earlier call to \fBhal_init\fR..SH DESCRIPTION\fBhal_ready\fR indicates that this component is ready (has created all its pins,parameters, and functions).  This must be called in any realtime HAL componentbefore its \fBrtapi_app_init\fR exits, and in any userspace component before itenters its main loop..SH RETURN VALUEReturns a HAL status code.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?