open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_subscription.h>
Public Member Functions | |
TAILQ_ENTRY (UA_Notification) localEntry | |
TAILQ_ENTRY (UA_Notification) globalEntry | |
Data Fields | ||
UA_MonitoredItem * | mon | |
union { | ||
UA_MonitoredItemNotification dataChange | ||
UA_EventFieldList event | ||
} | data | |
UA_Boolean | isOverflowEvent | |
UA_EventFilterResult | result | |
Definition at line 50 of file ua_subscription.h.
UA_Notification::TAILQ_ENTRY | ( | UA_Notification | ) |
UA_Notification::TAILQ_ENTRY | ( | UA_Notification | ) |
UA_MonitoredItem* UA_Notification::mon |
Definition at line 53 of file ua_subscription.h.
UA_MonitoredItemNotification UA_Notification::dataChange |
Definition at line 57 of file ua_subscription.h.
UA_EventFieldList UA_Notification::event |
Definition at line 59 of file ua_subscription.h.
union { ... } UA_Notification::data |
UA_Boolean UA_Notification::isOverflowEvent |
Definition at line 64 of file ua_subscription.h.
UA_EventFilterResult UA_Notification::result |
Definition at line 65 of file ua_subscription.h.