added multiChannel support
This commit is contained in:
@@ -6,6 +6,8 @@ include $(TOP)/configure/CONFIG
|
||||
LIBRARY += easyPVA
|
||||
|
||||
INC += easyPVA.h
|
||||
INC += easyMultiDouble.h
|
||||
INC += easyNTMultiChannel.h
|
||||
|
||||
LIBSRCS += easyPVA.cpp
|
||||
LIBSRCS += easyPutData.cpp
|
||||
@@ -17,9 +19,12 @@ LIBSRCS += easyGet.cpp
|
||||
LIBSRCS += easyPut.cpp
|
||||
LIBSRCS += easyMonitor.cpp
|
||||
LIBSRCS += easyPutGet.cpp
|
||||
LIBSRCS += easyMultiChannel.cpp
|
||||
LIBSRCS += easyMultiDouble.cpp
|
||||
LIBSRCS += easyNTMultiChannel.cpp
|
||||
#LIBSRCS += easyRPC.cpp
|
||||
|
||||
easyPVA_LIBS += pvAccess pvData Com
|
||||
easyPVA_LIBS += pvAccess pvData nt Com
|
||||
easyPVA_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
Reference in New Issue
Block a user