#include <types_manual.h>
Public Member Functions | |
NotificationData () | |
NotificationData (DataChangeNotification notification) | |
NotificationData (EventNotificationList notification) | |
NotificationData (StatusChangeNotification notification) | |
Public Attributes | |
DataChangeNotification | DataChange |
EventNotificationList | Events |
ExtensionObjectHeader | Header |
StatusChangeNotification | StatusChange |
Definition at line 68 of file types_manual.h.
|
inline |
Definition at line 75 of file types_manual.h.
OpcUa::NotificationData::NotificationData | ( | DataChangeNotification | notification | ) |
Definition at line 57 of file subscriptions.cpp.
OpcUa::NotificationData::NotificationData | ( | EventNotificationList | notification | ) |
Definition at line 64 of file subscriptions.cpp.
OpcUa::NotificationData::NotificationData | ( | StatusChangeNotification | notification | ) |
Definition at line 70 of file subscriptions.cpp.
DataChangeNotification OpcUa::NotificationData::DataChange |
Definition at line 71 of file types_manual.h.
EventNotificationList OpcUa::NotificationData::Events |
Definition at line 72 of file types_manual.h.
ExtensionObjectHeader OpcUa::NotificationData::Header |
Definition at line 70 of file types_manual.h.
StatusChangeNotification OpcUa::NotificationData::StatusChange |
Definition at line 73 of file types_manual.h.