pvDatabaseCPP/src/V3IOC/* has been moved to pvAccessCPP; epicsShare has been added.

This commit is contained in:
Marty Kraimer
2014-02-13 07:06:14 -05:00
parent 51f4820c24
commit 53c3901099
15 changed files with 54 additions and 29 deletions

View File

@@ -25,6 +25,7 @@
#include <epicsEvent.h>
#include <epicsThread.h>
#include <iocsh.h>
#include <shareLib.h>
#include <epicsExport.h>
@@ -41,7 +42,7 @@ using namespace epics::pvDatabase;
static const iocshFuncDef pvdblFuncDef = {
"pvdbl", 0, 0
};
extern "C" void pvdbl(const iocshArgBuf *args)
extern "C" void epicsShareAPI pvdbl(const iocshArgBuf *args)
{
PVDatabasePtr master = PVDatabase::getMaster();
PVStringArrayPtr pvNames = master->getRecordNames();