?? readme.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -