open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_server_internal.h>
Data Fields | ||
UA_MonitoredItem | monitoredItem | |
void * | context | |
union { | ||
UA_Server_DataChangeNotificationCallback dataChangeCallback | ||
} | callback | |
This Source Code Form is subject to the terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright 2019 (c) Fraunhofer IOSB (Author: Klaus Schick) Copyright 2014-2018 (c) Fraunhofer IOSB (Author: Julius Pfrommer) Copyright 2014, 2017 (c) Florian Palm Copyright 2015-2016 (c) Sten GrĂ¼ner Copyright 2015 (c) Chris Iatrou Copyright 2015-2016 (c) Oleksiy Vasylyev Copyright 2016-2017 (c) Stefan Profanter, fortiss GmbH Copyright 2017 (c) Julian Grothoff Copyright 2019 (c) Kalycito Infotech Private Limited Copyright 2019 (c) HMS Industrial Networks AB (Author: Jonas Green)
Definition at line 48 of file ua_server_internal.h.
UA_MonitoredItem UA_LocalMonitoredItem::monitoredItem |
Definition at line 49 of file ua_server_internal.h.
void* UA_LocalMonitoredItem::context |
Definition at line 50 of file ua_server_internal.h.
UA_Server_DataChangeNotificationCallback UA_LocalMonitoredItem::dataChangeCallback |
Definition at line 52 of file ua_server_internal.h.
union { ... } UA_LocalMonitoredItem::callback |