intro.3rtapi

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

3RTAPI
49
字号
.TH intro "3rtapi" "2006-10-02" "EMC Documentation" "RTAPI".SH NAMErtapi \- Introduction to the RTAPI API.SH DESCRIPTIONRTAPI is a library providing a uniform API for several real time operatingsystems.  As of ver 2.1, RTLinux, RTAI, and a pure userspace simulator aresupported.The file \fBrtapi.h\fR defines the RTAPI for both realtime and non-realtimecode.  This is a change from Rev 2, where the non-realtime (user space) APIwas defined in ulapi.h and used different function names.  The symbols RTAPIand ULAPI are used to determine which mode is being compiled, RTAPI forrealtime and ULAPI for non-realtime..SH RTAPI STATUS CODES.TPRTAPI_SUCCESS     call successfull .TPRTAPI_UNSUP       function not supported .TPRTAPI_BADID       bad task, shmem, sem, or fifo ID .TPRTAPI_INVAL       invalid argument .TPRTAPI_NOMEM       not enough memory .TPRTAPI_LIMIT       resource limit reached .TPRTAPI_PERM        permission denied .TPRTAPI_BUSY        resource is busy or locked .TPRTAPI_NOTFND      object not found .TPRTAPI_FAIL        operation failed

⌨️ 快捷键说明

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