|
@@ -237,14 +237,6 @@ typedef struct {
|
|
|
UA_MethodCallback method;
|
|
|
} UA_MethodNode;
|
|
|
|
|
|
-
|
|
|
-/** Attributes for nodes which are capable of generating events */
|
|
|
-#ifdef UA_ENABLE_SUBSCRIPTIONS_EVENTS
|
|
|
-/* Store active monitoredItems on this node */
|
|
|
-# define UA_EVENT_ATTRIBUTES \
|
|
|
- struct UA_MonitoredItem *monitoredItemQueue;
|
|
|
-#endif
|
|
|
-
|
|
|
/**
|
|
|
* ObjectNode
|
|
|
* ----------
|
|
@@ -257,7 +249,7 @@ typedef struct {
|
|
|
typedef struct {
|
|
|
UA_NODE_BASEATTRIBUTES
|
|
|
#ifdef UA_ENABLE_SUBSCRIPTIONS_EVENTS
|
|
|
- UA_EVENT_ATTRIBUTES
|
|
|
+ struct UA_MonitoredItem *monitoredItemQueue;
|
|
|
#endif
|
|
|
UA_Byte eventNotifier;
|
|
|
} UA_ObjectNode;
|