open62541 1.3.12
Open source implementation of OPC UA
|
#include <open62541/server.h>
Go to the source code of this file.
Data Structures | |
struct | UA_HistoryDataBackend |
Typedefs | |
typedef struct UA_HistoryDataBackend | UA_HistoryDataBackend |
Enumerations | |
enum | MatchStrategy |
typedef struct UA_HistoryDataBackend UA_HistoryDataBackend |
Definition at line 27 of file history_data_backend.h.
enum MatchStrategy |
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)
Enumerator | |
---|---|
MATCH_EQUAL | |
MATCH_AFTER | |
MATCH_EQUAL_OR_AFTER | |
MATCH_BEFORE | |
MATCH_EQUAL_OR_BEFORE |
Definition at line 15 of file history_data_backend.h.