add processRecord

This commit is contained in:
mrkraimer
2019-06-08 13:24:20 -04:00
parent a72112f928
commit 8a050e0f81
10 changed files with 326 additions and 23 deletions

View File

@@ -8,8 +8,10 @@
* @author mrk
* @date 2013.04.18
*/
#define epicsExportSharedSymbols
#include <shareLib.h>
#include <pv/channelProviderLocal.h>
#define epicsExportSharedSymbols
#include <pv/removeRecord.h>
using std::tr1::static_pointer_cast;