代码搜索结果
找到约 521,473 项符合
Control System 的代码
interference_init.m
function interference_init
% Distributed control system: interference node
%
% Generates disturbing network traffic.
% Initialize TrueTime kernel
ttInitKernel(0, 0, 'prioFP'); % nbrOfInputs, nbrOfOu
actuator_init.cpp
// Distributed control system: actuator node
//
// Receives messages from the controller and actuates
// the plant.
#define S_FUNCTION_NAME actuator_init
#include "ttkernel.cpp"
// code function
d
controller_init.cpp
// Distributed control system: controller node
//
// Receives messages from the sensor node, computes control signal
// and sends it to the actuator node. Also contains a high-priority
// disturbing t
sensor_init.cpp
// Distributed control system: sensor node
//
// Samples the plant periodically and sends the samples to the
// controller node.
#define S_FUNCTION_NAME sensor_init
#include "ttkernel.cpp"
// code
interference_init.cpp
// Distributed control system: interference node
//
// Generates disturbing network traffic.
#define S_FUNCTION_NAME interference_init
#include "ttkernel.cpp"
// code function
double sender_code(in
actuator_init.m
function actuator_init
% Distributed control system: actuator node
%
% Receives messages from the controller and actuates
% the plant.
% Initialize TrueTime kernel
ttInitKernel(0, 1, 'prioFP'); % n
sensor_init.m
function sensor_init
% Distributed control system: sensor node
%
% Samples the plant periodically and sends the samples to the
% controller node.
% Initialize TrueTime kernel
ttInitKernel(1, 0, 'pr
interference_init.m
function interference_init
% Distributed control system: interference node
%
% Generates disturbing network traffic.
% Initialize TrueTime kernel
ttInitKernel(0, 0, 'prioFP'); % nbrOfInputs, nbrOfOu
sbc_gxx.c
/* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
SBC-GXm and SBC-GX1 series boards.
Copyright (C) 2001 Arcom Control System Ltd
This program is free softwa
kconfig
#
# Joystick driver configuration
#
menuconfig INPUT_JOYSTICK
bool "Joysticks"
help
If you have a joystick, 6dof controller, gamepad, steering wheel,
weapon control system or something like th