📄 intro.3rtapi
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -