doc and shared version changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pvaClientCPP - Release/4.2
|
||||
EPICS V4 release 4.6
|
||||
==========================
|
||||
|
||||
PvaClientMultiChannel
|
||||
@@ -8,10 +8,9 @@ checkConnected() now throws an exception if connect fails.
|
||||
|
||||
|
||||
|
||||
pvaClientCPP - Release/4.1
|
||||
EPICS V4 release 4.5
|
||||
==========================
|
||||
|
||||
This is for EPICS V4 release 4.5
|
||||
|
||||
pvaClient is a synchronous API for pvAccess.
|
||||
|
||||
@@ -5,7 +5,8 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
LIBRARY += pvaClient
|
||||
|
||||
SHRLIB_VERSION=4.1.1
|
||||
# shared library ABI version.
|
||||
SHRLIB_VERSION ?= 4.2-DEV
|
||||
|
||||
INC += pv/pvaClient.h
|
||||
INC += pv/pvaClientMultiChannel.h
|
||||
|
||||
@@ -78,8 +78,7 @@ void PvaClientChannelCache::showCache()
|
||||
string providerName = channel->getProvider()->getProviderName();
|
||||
cout << "channel " << channelName << " provider " << providerName << endl;
|
||||
pvaChannel->showCache();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
size_t PvaClientChannelCache::cacheSize()
|
||||
|
||||
@@ -211,8 +211,6 @@ PvaClientChannel::~PvaClientChannel()
|
||||
<< endl;
|
||||
}
|
||||
if(PvaClient::getDebug()) showCache();
|
||||
pvaClientGetCache.reset();
|
||||
pvaClientPutCache.reset();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user