Added two missing files
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
include /ioc/tools/driver.makefile
|
include /ioc/tools/driver.makefile
|
||||||
|
|
||||||
MODULE=sinq
|
MODULE=sinq
|
||||||
LIBVERSION=koennecke_speed
|
LIBVERSION=koennecke
|
||||||
BUILDCLASSES=Linux
|
BUILDCLASSES=Linux
|
||||||
EPICS_VERSIONS=3.14.12 7.0.4.1
|
EPICS_VERSIONS=3.14.12 7.0.4.1
|
||||||
|
|
||||||
@ -32,5 +32,6 @@ SOURCES += sinqEPICSApp/src/EuroMoveDriver.cpp
|
|||||||
SOURCES += sinqEPICSApp/src/pmacAsynIPPort.c
|
SOURCES += sinqEPICSApp/src/pmacAsynIPPort.c
|
||||||
SOURCES += sinqEPICSApp/src/pmacAxis.cpp
|
SOURCES += sinqEPICSApp/src/pmacAxis.cpp
|
||||||
SOURCES += sinqEPICSApp/src/pmacController.cpp
|
SOURCES += sinqEPICSApp/src/pmacController.cpp
|
||||||
|
SOURCES += sinqEPICSApp/src/drvAsynMasterMACSPort.c
|
||||||
|
SOURCES += sinqEPICSApp/src/MasterMACSDriver.cpp
|
||||||
# MISCS would be the place to keep the stream device template files
|
# MISCS would be the place to keep the stream device template files
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/local/bin/iocsh
|
#!/usr/local/bin/iocsh
|
||||||
|
|
||||||
require sinq,koennecke_speed
|
require sinq,koennecke
|
||||||
|
|
||||||
epicsEnvSet("TOP","/afs/psi.ch/project/sinqdev/sinqepicsapp/testel734")
|
epicsEnvSet("TOP","/afs/psi.ch/project/sinqdev/sinqepicsapp/testel734")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user