diff --git a/motorApp/HytecSrc/Hy8601Main.cpp b/motorApp/HytecSrc/Hy8601Main.cpp deleted file mode 100644 index de9dc8ad..00000000 --- a/motorApp/HytecSrc/Hy8601Main.cpp +++ /dev/null @@ -1,23 +0,0 @@ -/* Hy8601Main.cpp */ -/* Author: Marty Kraimer Date: 17MAR2000 */ - -#include -#include -#include -#include -#include - -#include "epicsExit.h" -#include "epicsThread.h" -#include "iocsh.h" - -int main(int argc,char *argv[]) -{ - if(argc>=2) { - iocsh(argv[1]); - epicsThreadSleep(.2); - } - iocsh(NULL); - epicsExit(0); - return(0); -} diff --git a/motorApp/HytecSrc/drvHy8601Asyn.c b/motorApp/HytecSrc/drvHy8601Asyn.c index f980bc95..ca9c88ac 100644 --- a/motorApp/HytecSrc/drvHy8601Asyn.c +++ b/motorApp/HytecSrc/drvHy8601Asyn.c @@ -17,6 +17,12 @@ /* Original Developers :- Peter Denison */ /* Subsequent Developers :- Jim Chen. Started from 13-Oct-2009 */ /* */ +/* Version: $Revision:: $ */ +/* Modified By: $Author:: $ */ +/* Last Modified: $Date:: $ */ +/* HeadURL: $URL:: $ */ +/* */ +/* */ /********************************************************************************/ /* */ /* Description :- Asyn motor Driver interface for */ diff --git a/motorApp/HytecSrc/drvHy8601Asyn.h b/motorApp/HytecSrc/drvHy8601Asyn.h index 8d00756d..f5319208 100644 --- a/motorApp/HytecSrc/drvHy8601Asyn.h +++ b/motorApp/HytecSrc/drvHy8601Asyn.h @@ -1,3 +1,8 @@ +/* Version: $Revision:: $ */ +/* Modified By: $Author:: $ */ +/* Last Modified: $Date:: $ */ +/* HeadURL: $URL:: $ */ + #ifndef DRV_HY8601_H #define DRV_HY8601_H diff --git a/motorApp/HytecSrc/registrarHy8601Asyn.c b/motorApp/HytecSrc/registrarHy8601Asyn.c index 36a64959..0a41f6fc 100644 --- a/motorApp/HytecSrc/registrarHy8601Asyn.c +++ b/motorApp/HytecSrc/registrarHy8601Asyn.c @@ -1,3 +1,8 @@ +/* Version: $Revision:: $ */ +/* Modified By: $Author:: $ */ +/* Last Modified: $Date:: $ */ +/* HeadURL: $URL:: $ */ + /* This is the EPICS dependent code for the Hytec 8601 Step motor driver. * By making this separate file for the EPICS dependent code the driver itself * only needs libCom from EPICS for OS-independence (i.e. it is then possible to create