From d2f1a3a35296070ed42167e2ec4718e17f95e8ff Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 5 Sep 2000 22:43:44 +0000 Subject: [PATCH] - Added PM500 and IMS files. - Grouped communiation files together. --- documentation/motor_files.html | 52 +++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/documentation/motor_files.html b/documentation/motor_files.html index 444737b6..cb09e344 100644 --- a/documentation/motor_files.html +++ b/documentation/motor_files.html @@ -2,7 +2,7 @@ - + @@ -13,19 +13,19 @@ Motor record source code file organization

Record source files

-
motorRecord.dbd -
motor.h -
motorRecord.c
+
MotorSrc/motorRecord.dbd +
MotorSrc/motor.h +
MotorSrc/motorRecord.c

Device driver source files

Common to all motor Record device drivers -
motordevCom.h -
motordevCom.c -
motordrvCom.h -
motordrvComCode.h -
motordrvCom.c
+
MotorSrc/motordevCom.h +
MotorSrc/motordevCom.c +
MotorSrc/motordrvCom.h +
MotorSrc/motordrvComCode.h +
MotorSrc/motordrvCom.c +
devSoftAux.c +

Intelligent Motion Systems +

ImsSrc/drvIM483.h +
ImsSrc/devIM483PL.c +
ImsSrc/devIM483SM.c +
ImsSrc/drvIM483PL.c +
ImsSrc/drvIM483SM.c + +

+Communication files

+ +
CommSrc/serialIO.h +
CommSrc/serialIO.cc +
CommSrc/serialIOMPF.cc
+ +
CommSrc/gpibIO.h +
CommSrc/gpibIO.c