open62541
1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
plugins
include
open62541
plugin
historydata
history_data_backend_memory.h
Go to the documentation of this file.
1
/** This Source Code Form is subject to the terms of the Mozilla Public
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
*
5
* Copyright 2018 (c) basysKom GmbH <opensource@basyskom.com> (Author: Peter Rustler)
6
*/
7
8
#ifndef UA_HISTORYDATABACKEND_MEMORY_H_
9
#define UA_HISTORYDATABACKEND_MEMORY_H_
10
11
#include "
history_data_backend.h
"
12
13
_UA_BEGIN_DECLS
14
15
#define INITIAL_MEMORY_STORE_SIZE 1000
16
17
UA_HistoryDataBackend
18
UA_HistoryDataBackend_Memory
(
size_t
initialNodeIdStoreSize,
size_t
initialDataStoreSize);
19
20
void
21
UA_HistoryDataBackend_Memory_clear
(
UA_HistoryDataBackend
*backend);
22
23
_UA_END_DECLS
24
25
#endif
/* UA_HISTORYDATABACKEND_MEMORY_H_ */
_UA_BEGIN_DECLS
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition
config.h:89
_UA_END_DECLS
#define _UA_END_DECLS
Definition
config.h:96
history_data_backend.h
UA_HistoryDataBackend_Memory_clear
void UA_HistoryDataBackend_Memory_clear(UA_HistoryDataBackend *backend)
UA_HistoryDataBackend_Memory
UA_HistoryDataBackend UA_HistoryDataBackend_Memory(size_t initialNodeIdStoreSize, size_t initialDataStoreSize)
UA_HistoryDataBackend
Definition
history_data_backend.h:29
Generated by
1.11.0