changes from Nov. 2023
This commit is contained in:
+3
-5
@@ -33,6 +33,8 @@
|
||||
#endif
|
||||
|
||||
#include <epicsVersion.h>
|
||||
//include <epicsMutex.h>
|
||||
|
||||
|
||||
class Connect
|
||||
{
|
||||
@@ -44,16 +46,12 @@ protected:
|
||||
CAFEGlobalAlarmSeverity epicsAlarmSeverity;
|
||||
CAFEGlobalAlarmCondition epicsAlarmStatus;
|
||||
|
||||
|
||||
cafeConduit_set::iterator itcs;
|
||||
cafeGroup_set::iterator itgs;
|
||||
|
||||
CAFEDataTypeCode cafeDataTypeCode;
|
||||
|
||||
ExceptionsHelper exceptionsHelper;
|
||||
|
||||
|
||||
|
||||
PolicyHelper policyHelper;
|
||||
HandleHelper handleHelper;
|
||||
Helper helper;
|
||||
@@ -65,7 +63,7 @@ protected:
|
||||
//connectCallbacks.cc
|
||||
static void callbackHandlerAccessRights(struct access_rights_handler_args args);
|
||||
|
||||
static void callbackHandlerException (struct exception_handler_args args);
|
||||
static void callbackHandlerException (struct exception_handler_args args);
|
||||
|
||||
//connect.cpp
|
||||
//int createHandle(const char * pv, ca_client_context * ccc, ChannelRequestPolicy channelRequestPolicyPut, unsigned int &handle)
|
||||
|
||||
Reference in New Issue
Block a user