代码搜索结果

找到约 10,000 项符合 Control System 的代码

control.cpp

// Control.cpp -- IOCTL handlers for ioctl driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" ///////////////////

control.cpp

// Control.cpp -- IOCTL handlers for workitem driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" struct _RANDOM_J

control.cpp

// Control.cpp -- IOCTL handlers for usbint driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" //////////////////

control.cpp

// Control.cpp -- IOCTL handlers for feature driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" /////////////////

control.cpp

// Control.cpp -- IOCTL handlers for usb42 driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" ///////////////////

control.cpp

// Control.cpp -- IOCTL handlers for wdmidle driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" //////////////////////////////////////

control.cpp

// Control.cpp -- IOCTL handlers for wmiextra driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" #include "guids.h"

control.cpp

// Control.cpp -- IOCTL handlers for fileio driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #include "ioctls.h" //////////////////

control.h

/**************************************************************************** ******* ******* ******* C O N T R O L P A C K

control.h

#define START_TASK 1 #define STOP_TASK 2 struct my_msg_struct { int command; int task; int period; };