open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
history_data_backend_memory.h File Reference

Go to the source code of this file.

Macros

#define INITIAL_MEMORY_STORE_SIZE   1000
 

Functions

UA_HistoryDataBackend UA_HistoryDataBackend_Memory (size_t initialNodeIdStoreSize, size_t initialDataStoreSize)
 
void UA_HistoryDataBackend_Memory_clear (UA_HistoryDataBackend *backend)
 

Macro Definition Documentation

◆ INITIAL_MEMORY_STORE_SIZE

#define INITIAL_MEMORY_STORE_SIZE   1000

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)

Definition at line 15 of file history_data_backend_memory.h.

Function Documentation

◆ UA_HistoryDataBackend_Memory()

UA_HistoryDataBackend UA_HistoryDataBackend_Memory ( size_t initialNodeIdStoreSize,
size_t initialDataStoreSize )

◆ UA_HistoryDataBackend_Memory_clear()

void UA_HistoryDataBackend_Memory_clear ( UA_HistoryDataBackend * backend)