Use epicsMutex and epicsEvent instead of pv::data equivalents

This commit is contained in:
Andrew Johnson
2021-01-05 11:01:02 -08:00
committed by mdavidsaver
parent 0332d0f2c1
commit 98e81a542e
8 changed files with 46 additions and 44 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
#define CAPROVIDERPVT_H
#include <cadef.h>
#include <epicsMutex.h>
#include <pv/logger.h>
#include <pv/pvAccess.h>
@@ -92,7 +93,7 @@ public:
}
private:
CAContextPtr ca_context;
epics::pvData::Mutex channelListMutex;
epicsMutex channelListMutex;
std::vector<CAChannelWPtr> caChannelList;
NotifierConveyor connectNotifier;