open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_PubSubManager Struct Reference

#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
 

Detailed Description

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.

Member Function Documentation

◆ TAILQ_HEAD() [1/2]

UA_PubSubManager::TAILQ_HEAD ( UA_ListOfPubSubConnection ,
UA_PubSubConnection  )

◆ TAILQ_HEAD() [2/2]

UA_PubSubManager::TAILQ_HEAD ( UA_ListOfPublishedDataSet ,
UA_PublishedDataSet  )

Field Documentation

◆ connectionsSize

size_t UA_PubSubManager::connectionsSize

Definition at line 22 of file ua_pubsub_manager.h.

◆ publishedDataSetsSize

size_t UA_PubSubManager::publishedDataSetsSize

Definition at line 25 of file ua_pubsub_manager.h.

◆ uniqueIdCount

UA_UInt32 UA_PubSubManager::uniqueIdCount

Definition at line 29 of file ua_pubsub_manager.h.


The documentation for this struct was generated from the following file: