all EasyChannel methods are implemented except channelArray; EasyMultiChannel not started.
This commit is contained in:
@@ -5,6 +5,13 @@ include $(TOP)/configure/CONFIG
|
||||
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
||||
|
||||
|
||||
PROD_HOST += exampleEasyProcess
|
||||
exampleEasyProcess_SRCS += exampleEasyProcess.cpp
|
||||
exampleEasyProcess_LIBS += easyPVA
|
||||
exampleEasyProcess_LIBS += pvAccess
|
||||
exampleEasyProcess_LIBS += pvData
|
||||
exampleEasyProcess_LIBS += Com
|
||||
|
||||
PROD_HOST += exampleEasyGet
|
||||
exampleEasyGet_SRCS += exampleEasyGet.cpp
|
||||
exampleEasyGet_LIBS += easyPVA
|
||||
@@ -12,6 +19,20 @@ exampleEasyGet_LIBS += pvAccess
|
||||
exampleEasyGet_LIBS += pvData
|
||||
exampleEasyGet_LIBS += Com
|
||||
|
||||
PROD_HOST += exampleEasyPut
|
||||
exampleEasyPut_SRCS += exampleEasyPut.cpp
|
||||
exampleEasyPut_LIBS += easyPVA
|
||||
exampleEasyPut_LIBS += pvAccess
|
||||
exampleEasyPut_LIBS += pvData
|
||||
exampleEasyPut_LIBS += Com
|
||||
|
||||
PROD_HOST += exampleEasyMonitor
|
||||
exampleEasyMonitor_SRCS += exampleEasyMonitor.cpp
|
||||
exampleEasyMonitor_LIBS += easyPVA
|
||||
exampleEasyMonitor_LIBS += pvAccess
|
||||
exampleEasyMonitor_LIBS += pvData
|
||||
exampleEasyMonitor_LIBS += Com
|
||||
|
||||
#===========================
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
Reference in New Issue
Block a user