open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Functions
history_data_gathering_default.h File Reference
#include "history_data_gathering.h"

Go to the source code of this file.

Functions

_UA_BEGIN_DECLS UA_HistoryDataGathering UA_HistoryDataGathering_Default (size_t initialNodeIdStoreSize)
 
UA_HistoryDataGathering UA_HistoryDataGathering_Circular (size_t initialNodeIdStoreSize)
 

Function Documentation

◆ UA_HistoryDataGathering_Circular()

UA_HistoryDataGathering UA_HistoryDataGathering_Circular ( size_t  initialNodeIdStoreSize)

This function construct a UA_HistoryDataGathering which implements a circular buffer in memory.

initialNodeIdStoreSize is the maximum number of NodeIds for which the data will be gathered. This number cannot be overcomed.

◆ UA_HistoryDataGathering_Default()

_UA_BEGIN_DECLS UA_HistoryDataGathering UA_HistoryDataGathering_Default ( size_t  initialNodeIdStoreSize)

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 2018 (c) basysKom GmbH opens.nosp@m.ourc.nosp@m.e@bas.nosp@m.ysko.nosp@m.m.com (Author: Peter Rustler) Copyright 2021 (c) luibass92 luiba.nosp@m.ss92.nosp@m.@live.nosp@m..it (Author: Luigi Bassetta)