forked from epics_driver_modules/motorBase
- Add svn keywords to headers.
- No need for Main.cpp here.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -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 */
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/* Version: $Revision:: $ */
|
||||
/* Modified By: $Author:: $ */
|
||||
/* Last Modified: $Date:: $ */
|
||||
/* HeadURL: $URL:: $ */
|
||||
|
||||
#ifndef DRV_HY8601_H
|
||||
#define DRV_HY8601_H
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user