vnx.opc_ua.monitored_item_t¶
Struct¶
Describes a monitored item as part of a subscription to an OPC-UA server. See vnx.opc_ua.subscription_t.
Fields¶
-
monitoring_mode_e
monitoring_mode
= REPORTING¶
-
double
sampling_interval
= 250¶
-
bool
discard_oldest
= true¶
-
int
queue_size
= 1¶
-
node_id_t
id
¶ The node to monitor. See vnx.opc_ua.node_id_t.
-
bool
monitor_changes
= true¶
-
TopicPtr
output_data
¶ An optional topic on which to publish data changes as a vnx.opc_ua.DataChange object.