代码搜索:rtai
找到约 329 项符合「rtai」的源代码
代码结果 329
www.eeworm.com/read/103510/6215024
h rtai.h
/*
* Copyright (C) 2001,2002,2003 Philippe Gerum .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/292670/3950793
rtai dep.rtai
#!/bin/sh
if [ "$CONFIG_RTHAL" != "" ];then
echo You appear to be running an RTAI-patched kernel
default=${RTAIDIR:=/usr/src/rtai}
if [ "${interactive}" = "y" ]
then
echo -n "Enter location of
www.eeworm.com/read/382361/2637854
rtai dep.rtai
#!/bin/sh
if [ "$CONFIG_RTHAL" != "" ];then
echo You appear to be running an RTAI-patched kernel
default=${RTAIDIR:=/usr/src/rtai}
if [ "${interactive}" = "y" ]
then
echo -n "Enter location of
www.eeworm.com/read/460375/7252519
insrtl
#!/bin/sh
# read in RTAI_DIR
. `dirname $0`/rtaidir
if [ -d $RTAI_DIR/modules ] ; then
cd $RTAI_DIR/modules
for module in rtai_hal rtai_ksched rtai_math rtai_fifos rtai_shm rtai_sem ; do
in
www.eeworm.com/read/460375/7252561
rmrtl
#!/bin/sh
# read in RTAI_DIR
. `dirname $0`/rtaidir
if [ -d $RTAI_DIR/modules ] ; then
cd $RTAI_DIR/modules
for module in rtai_sem rtai_shm rtai_fifos rtai_math rtai_ksched rtai_hal ; do
rm
www.eeworm.com/read/390691/8452256
pdf rtai_linux.pdf
www.eeworm.com/read/282116/9118999
c rtai_functions.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/282116/9119010
h rtai_functions.h
#ifndef __RTAI_FUNCTIONS_H
#define __RTAI_FUNCTIONS_H
#ifdef _MAIN_
CHN_RBUF *Chn_RBuf = NULL;
//CHANNEL_RBUF *corr;
//CHANNEL_RBUF *chanBuf;
//CTRLPARMS *param;
#else
extern CHN_RBUF *Chn_RBu
www.eeworm.com/read/282116/9119017
sh unload_rtai.sh
#!/bin/sh
#echo "unload RTAI modules ..."
/sbin/rmmod rtai_fifos
/sbin/rmmod rtai_sched_up
/sbin/rmmod rtai_shm
/sbin/rmmod rtai
www.eeworm.com/read/282116/9119020
sh load_rtai.sh
#!/bin/sh
#echo "load RTAI modules ..."
/sbin/insmod rtai
/sbin/insmod rtai_sched_up
/sbin/insmod rtai_shm
/sbin/insmod rtai_fifos