⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.devices

📁 rtai-3.1-test3的源代码(Real-Time Application Interface )
💻 DEVICES
字号:
Writing new devices for Scilab/Scicos=====================================Use the utility "gen_dev" to create a skeleton of the file for yournew device. The needed procedures are added to the include file "devices.h" too.Example:gen_dev rtai_comedi_dataThis command creates a file "rtai_comedi_data.c" and fill theprocedures into "device.h"Now simply add the code to the generated file in order to fit your need.Start "Makefile" to generate the library "ulibsci.a" and "makeinstall" to copy this library into the rtai-scilab path (default: /usr/local/scicos"). Roberto Bucher roberto.bucher@die.supsi.chOct 4 2003

⌨️ 快捷键说明

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