pvCopy.h now pvStructureCopy.h; copy name space now epics::pvCopy

This commit is contained in:
mrkraimer
2018-09-28 07:17:09 -04:00
parent 4a13cab5a4
commit 11393ce6b1
22 changed files with 45 additions and 30 deletions

View File

@ -22,6 +22,7 @@
#include <pv/pvTimeStamp.h>
#include <pv/pvAlarm.h>
#include <pv/pvDatabase.h>
#include <pv/pvStructureCopy.h>
#ifdef listenerEpicsExportSharedSymbols
# define epicsExportSharedSymbols
@ -87,7 +88,7 @@ public:
private:
Listener(PVRecordPtr const & pvRecord)
: pvCopy(
PVCopy::create(
epics::pvCopy::PVCopy::create(
getPVDataCreate()->createPVStructure(
pvRecord->getPVRecordStructure()->getPVStructure()),
CreateRequest::create()->createRequest(""),
@ -96,7 +97,7 @@ private:
recordName(pvRecord->getRecordName())
{
}
PVCopyPtr pvCopy;
epics::pvCopy::PVCopyPtr pvCopy;
PVStructurePtr pvStructure;
string recordName;
};

View File

@ -37,6 +37,7 @@ using namespace std;
using std::tr1::static_pointer_cast;
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvCopy;
using namespace epics::pvDatabase;
static bool debug = false;

View File

@ -28,7 +28,7 @@
#include <pv/standardField.h>
#include <pv/standardPVField.h>
#include <pv/pvData.h>
#include <pv/pvCopy.h>
#include <pv/pvStructureCopy.h>
#define epicsExportSharedSymbols
#include "powerSupply.h"
@ -37,6 +37,7 @@ using namespace std;
using std::tr1::static_pointer_cast;
using namespace epics::pvData;
using namespace epics::pvDatabase;
using namespace epics::pvCopy;
using std::string;
static bool debug = false;

View File

@ -29,6 +29,7 @@
#include <pv/standardPVField.h>
#include <pv/channelProviderLocal.h>
#include <pv/convert.h>
#include <pv/pvStructureCopy.h>
#define epicsExportSharedSymbols
#include "powerSupply.h"
@ -37,6 +38,7 @@ using namespace std;
using std::tr1::static_pointer_cast;
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvCopy;
using namespace epics::pvDatabase;
static bool debug = true;