open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_Notification Struct Reference

#include <ua_subscription.h>

Public Member Functions

 TAILQ_ENTRY (UA_Notification) localEntry
 
 TAILQ_ENTRY (UA_Notification) globalEntry
 

Data Fields

UA_MonitoredItemmon
 
union { 
 
   UA_MonitoredItemNotification   dataChange 
 
   UA_EventFieldList   event 
 
data 
 
UA_Boolean isOverflowEvent
 
UA_EventFilterResult result
 

Detailed Description

Definition at line 50 of file ua_subscription.h.

Member Function Documentation

◆ TAILQ_ENTRY() [1/2]

UA_Notification::TAILQ_ENTRY ( UA_Notification )

◆ TAILQ_ENTRY() [2/2]

UA_Notification::TAILQ_ENTRY ( UA_Notification )

Field Documentation

◆ mon

UA_MonitoredItem* UA_Notification::mon

Definition at line 53 of file ua_subscription.h.

◆ dataChange

UA_MonitoredItemNotification UA_Notification::dataChange

Definition at line 57 of file ua_subscription.h.

◆ event

UA_EventFieldList UA_Notification::event

Definition at line 59 of file ua_subscription.h.

◆ [union]

union { ... } UA_Notification::data

◆ isOverflowEvent

UA_Boolean UA_Notification::isOverflowEvent

Definition at line 64 of file ua_subscription.h.

◆ result

UA_EventFilterResult UA_Notification::result

Definition at line 65 of file ua_subscription.h.


The documentation for this struct was generated from the following file: