open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
RefServiceImpl.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 2020 (c) Matthias Konnerth
6 */
7
8#ifndef REFSERVICEIMPL_H
9#define REFSERVICEIMPL_H
10
11#include <open62541/server.h>
13
16#endif
void RefServiceImpl_delete(NL_ReferenceService *service)
NL_ReferenceService * RefServiceImpl_new(struct UA_Server *server)
This Source Code Form is subject to the terms of the Mozilla Public License, v.
struct UA_Server UA_Server
Definition common.h:198