vnx.opc_ua.subscription_t¶
Struct¶
Describes a subscription to an OPC-UA server.
Fields¶
-
double
publishing_interval
= 500¶
-
int
lifetime
= 10000¶
-
int
max_keepalive
= 10¶
-
int
max_notifications_per_publish
= 0¶
-
bool
publishing_enabled
= true¶
-
char
priority
= 0¶
-
vector<monitored_item_t>
monitored_items
¶ The list of monitored items associated with this subscription. See vnx.opc_ua.monitored_item_t.
-
TopicPtr
output_data
¶ An optional topic on which to publish data changes of all monitored items as a vnx.opc_ua.DataChange object.