代码搜索结果
找到约 521,473 项符合
Control System 的代码
aci_fe.asm
;=====================================================================================
; File name: ACI_FE.ASM
;
; Originator: Digital Control System
smopos.asm
;=====================================================================================
; File name: SMOPOS.ASM
;
; Originator: Digital Control System
elan-104nc.c
/* elan-104nc.c -- MTD map driver for Arcom Control Systems ELAN-104NC
Copyright (C) 2000 Arcom Control System Ltd
This program is free software; you can redistribute it and/or modify
it
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 soft
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