open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_client_internal.h>
Data Fields | ||
struct { | ||
struct UA_Client_Subscription * le_next | ||
struct UA_Client_Subscription ** le_prev | ||
} | listEntry | |
UA_UInt32 | subscriptionId | |
void * | context | |
UA_Double | publishingInterval | |
UA_UInt32 | maxKeepAliveCount | |
UA_Client_StatusChangeNotificationCallback | statusChangeCallback | |
UA_Client_DeleteSubscriptionCallback | deleteCallback | |
UA_UInt32 | sequenceNumber | |
UA_DateTime | lastActivity | |
struct { | ||
struct UA_Client_MonitoredItem * lh_first | ||
} | monitoredItems | |
Definition at line 51 of file ua_client_internal.h.
struct UA_Client_Subscription* UA_Client_Subscription::le_next |
Definition at line 52 of file ua_client_internal.h.
struct UA_Client_Subscription** UA_Client_Subscription::le_prev |
Definition at line 52 of file ua_client_internal.h.
struct { ... } UA_Client_Subscription::listEntry |
UA_UInt32 UA_Client_Subscription::subscriptionId |
Definition at line 53 of file ua_client_internal.h.
void* UA_Client_Subscription::context |
Definition at line 54 of file ua_client_internal.h.
UA_Double UA_Client_Subscription::publishingInterval |
Definition at line 55 of file ua_client_internal.h.
UA_UInt32 UA_Client_Subscription::maxKeepAliveCount |
Definition at line 56 of file ua_client_internal.h.
UA_Client_StatusChangeNotificationCallback UA_Client_Subscription::statusChangeCallback |
Definition at line 57 of file ua_client_internal.h.
UA_Client_DeleteSubscriptionCallback UA_Client_Subscription::deleteCallback |
Definition at line 58 of file ua_client_internal.h.
UA_UInt32 UA_Client_Subscription::sequenceNumber |
Definition at line 59 of file ua_client_internal.h.
UA_DateTime UA_Client_Subscription::lastActivity |
Definition at line 60 of file ua_client_internal.h.
struct UA_Client_MonitoredItem* UA_Client_Subscription::lh_first |
Definition at line 61 of file ua_client_internal.h.
struct { ... } UA_Client_Subscription::monitoredItems |