open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_pubsub_manager.h>
Public Member Functions | |
TAILQ_HEAD (UA_ListOfPubSubConnection, UA_PubSubConnection) connections | |
TAILQ_HEAD (UA_ListOfPublishedDataSet, UA_PublishedDataSet) publishedDataSets | |
Data Fields | |
size_t | connectionsSize |
size_t | publishedDataSetsSize |
UA_UInt32 | uniqueIdCount |
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 (c) 2017-2019 Fraunhofer IOSB (Author: Andreas Ebner)
Definition at line 19 of file ua_pubsub_manager.h.
UA_PubSubManager::TAILQ_HEAD | ( | UA_ListOfPubSubConnection | , |
UA_PubSubConnection | ) |
UA_PubSubManager::TAILQ_HEAD | ( | UA_ListOfPublishedDataSet | , |
UA_PublishedDataSet | ) |
size_t UA_PubSubManager::connectionsSize |
Definition at line 22 of file ua_pubsub_manager.h.
size_t UA_PubSubManager::publishedDataSetsSize |
Definition at line 25 of file ua_pubsub_manager.h.
UA_UInt32 UA_PubSubManager::uniqueIdCount |
Definition at line 29 of file ua_pubsub_manager.h.