remove all references to pvaClient

This commit is contained in:
mrkraimer
2021-03-31 07:39:56 -04:00
parent 2a4d3a15f8
commit 22e849c6f7
9 changed files with 3 additions and 14 deletions

View File

@ -39,7 +39,6 @@ include $(PVDATABASE_SRC)/pvAccess/Makefile
include $(PVDATABASE_SRC)/special/Makefile include $(PVDATABASE_SRC)/special/Makefile
include $(PVDATABASE_SRC)/support/Makefile include $(PVDATABASE_SRC)/support/Makefile
pvDatabase_LIBS += pvaClient
pvDatabase_LIBS += $(EPICS_BASE_PVA_CORE_LIBS) pvDatabase_LIBS += $(EPICS_BASE_PVA_CORE_LIBS)
pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS) pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)

View File

@ -18,7 +18,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses // The following must be the last include for code pvDatabase uses
#include <epicsExport.h> #include <epicsExport.h>

View File

@ -18,7 +18,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses // The following must be the last include for code pvDatabase uses
#include <epicsExport.h> #include <epicsExport.h>

View File

@ -15,7 +15,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses // The following must be the last include for code exampleLink uses
#include <epicsExport.h> #include <epicsExport.h>
@ -24,7 +23,6 @@
using namespace epics::pvData; using namespace epics::pvData;
using namespace epics::pvAccess; using namespace epics::pvAccess;
using namespace epics::pvDatabase; using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std; using namespace std;
class PvdbcrAddRecord; class PvdbcrAddRecord;

View File

@ -7,7 +7,9 @@
* @author mrk * @author mrk
* @date 2021.03.12 * @date 2021.03.12
*/ */
#include <epicsThread.h> #include <epicsThread.h>
#include <pv/event.h>
#include <pv/lock.h>
#include <iocsh.h> #include <iocsh.h>
#include <pv/standardField.h> #include <pv/standardField.h>
#include <pv/standardPVField.h> #include <pv/standardPVField.h>
@ -16,7 +18,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses // The following must be the last include for code exampleLink uses
#include <epicsExport.h> #include <epicsExport.h>
@ -25,7 +26,6 @@
using namespace epics::pvData; using namespace epics::pvData;
using namespace epics::pvAccess; using namespace epics::pvAccess;
using namespace epics::pvDatabase; using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std; using namespace std;
typedef std::tr1::shared_ptr<epicsThread> EpicsThreadPtr; typedef std::tr1::shared_ptr<epicsThread> EpicsThreadPtr;

View File

@ -15,7 +15,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses // The following must be the last include for code exampleLink uses
#include <epicsExport.h> #include <epicsExport.h>
@ -24,7 +23,6 @@
using namespace epics::pvData; using namespace epics::pvData;
using namespace epics::pvAccess; using namespace epics::pvAccess;
using namespace epics::pvDatabase; using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std; using namespace std;
class PvdbcrRemoveRecord; class PvdbcrRemoveRecord;

View File

@ -15,7 +15,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code exampleLink uses // The following must be the last include for code exampleLink uses
#include <epicsExport.h> #include <epicsExport.h>
@ -24,7 +23,6 @@
using namespace epics::pvData; using namespace epics::pvData;
using namespace epics::pvAccess; using namespace epics::pvAccess;
using namespace epics::pvDatabase; using namespace epics::pvDatabase;
using namespace epics::pvaClient;
using namespace std; using namespace std;
class PvdbcrTraceRecord; class PvdbcrTraceRecord;

View File

@ -19,7 +19,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses // The following must be the last include for code pvDatabase uses
#include <epicsExport.h> #include <epicsExport.h>

View File

@ -18,7 +18,6 @@
#include <pv/alarm.h> #include <pv/alarm.h>
#include <pv/pvAlarm.h> #include <pv/pvAlarm.h>
#include <pv/pvDatabase.h> #include <pv/pvDatabase.h>
#include <pv/pvaClient.h>
// The following must be the last include for code pvDatabase uses // The following must be the last include for code pvDatabase uses
#include <epicsExport.h> #include <epicsExport.h>