ChimeraTK-ControlSystemAdapter-OPCUAAdapter
04.00.01
csa_namespace.h
Go to the documentation of this file.
1
/*
2
* This file is part of ChimeraTKs ControlSystem-OPC-UA-Adapter.
3
*
4
* ChimeraTKs ControlSystem-OPC-UA-Adapter is free software: you can
5
* redistribute it and/or modify it under the terms of the Lesser GNU
6
* General Public License as published by the Free Software Foundation,
7
* either version 3 of the License, or (at your option) any later version.
8
*
9
* ChimeraTKs ControlSystem-OPC-UA-Adapter is distributed in the hope
10
* that it will be useful, but WITHOUT ANY WARRANTY; without even the
11
* implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
* See the Lesser GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with Foobar. If not, see https://www.gnu.org/licenses/lgpl.html
16
*
17
* Copyright (c) 2023 Andreas Ebner <andreas.ebner@iosb.fraunhofer.de>
18
*/
19
#pragma once
20
21
#include <open62541/server.h>
22
23
extern
UA_StatusCode
csa_namespace_init
(UA_Server* server);
24
extern
void
csa_namespace_add_LoggingLevelEnumType
(UA_Server* server,
char
* enumName);
25
extern
UA_StatusCode
csa_namespace_add_LoggingLevelValues
(UA_Server* server);
26
extern
UA_StatusCode
csa_namespace_add_additional_variable
(UA_Server* server);
csa_namespace_add_LoggingLevelValues
UA_StatusCode csa_namespace_add_LoggingLevelValues(UA_Server *server)
Definition:
csa_namespace.c:42
csa_namespace_add_additional_variable
UA_StatusCode csa_namespace_add_additional_variable(UA_Server *server)
Definition:
csa_namespace.c:24
csa_namespace_init
UA_StatusCode csa_namespace_init(UA_Server *server)
Definition:
csa_namespace.c:101
csa_namespace_add_LoggingLevelEnumType
void csa_namespace_add_LoggingLevelEnumType(UA_Server *server, char *enumName)
Definition:
csa_namespace.c:81
sources
ChimeraTK-ControlSystemAdapter-OPCUAAdapter
include
csa_namespace.h
Generated by
1.8.17