|
open62541 1.4.15
Open source implementation of OPC UA
|
Go to the source code of this file.
Functions | |
| _UA_BEGIN_DECLS UA_EXPORT UA_Server * | UA_Server_newFromFile (const UA_ByteString json_config) |
| UA_EXPORT UA_StatusCode | UA_ServerConfig_updateFromFile (UA_ServerConfig *config, const UA_ByteString json_config) |
| _UA_BEGIN_DECLS UA_EXPORT UA_Server * UA_Server_newFromFile | ( | const UA_ByteString | json_config | ) |
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
Copyright 2023 (c) Fraunhofer IOSB (Author: Noel Graf) Loads the server configuration from a Json5 file into the server.
| json | The configuration in json5 format. |
| UA_EXPORT UA_StatusCode UA_ServerConfig_updateFromFile | ( | UA_ServerConfig * | config, |
| const UA_ByteString | json_config | ||
| ) |
Loads the server configuration from a Json5 file into the server.
| config | The server configuration. |
| json | The configuration in json5 format. |