- Add svn keywords to headers.

- No need for Main.cpp here.
This commit is contained in:
Ron Sluiter
2011-01-21 21:46:30 +00:00
parent 7460dca006
commit 8dd99098fa
4 changed files with 16 additions and 23 deletions
-23
View File
@@ -1,23 +0,0 @@
/* Hy8601Main.cpp */
/* Author: Marty Kraimer Date: 17MAR2000 */
#include <stddef.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#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);
}
+6
View File
@@ -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 */
+5
View File
@@ -1,3 +1,8 @@
/* Version: $Revision:: $ */
/* Modified By: $Author:: $ */
/* Last Modified: $Date:: $ */
/* HeadURL: $URL:: $ */
#ifndef DRV_HY8601_H
#define DRV_HY8601_H
+5
View File
@@ -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