S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
libs2opc_common_config.h
Go to the documentation of this file.
1/*
2 * Licensed to Systerel under one or more contributor license
3 * agreements. See the NOTICE file distributed with this work
4 * for additional information regarding copyright ownership.
5 * Systerel licenses this file to you under the Apache
6 * License, Version 2.0 (the "License"); you may not use this
7 * file except in compliance with the License. You may obtain
8 * a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18 */
19
26#ifndef LIBS2OPC_COMMON_CONFIG_H_
27#define LIBS2OPC_COMMON_CONFIG_H_
28
29#include <stdbool.h>
30
31#include "sopc_common.h"
32#include "sopc_encodeabletype.h"
33#include "sopc_types.h"
34#include "sopc_user_app_itf.h"
35
49
63
72
81
90
98
107
108#endif
void SOPC_CommonHelper_Clear(void)
Clears the S2OPC Client/Server frontend library (stop threads, clear common configuration,...
SOPC_Toolkit_Build_Info SOPC_CommonHelper_GetBuildInfo(void)
Retrieves the S2OPC Client/Server frontend library build info (version, date, etc....
SOPC_ReturnStatus SOPC_CommonHelper_Initialize(SOPC_Log_Configuration *optLogConfig)
Initializes the S2OPC Client/Server frontend library (start threads, initialize configuration,...
bool SOPC_CommonHelper_GetInitialized(void)
Retrieves the S2OPC Client/Server frontend "initialized" state.
SOPC_S2OPC_Config * SOPC_CommonHelper_GetConfiguration(void)
Retrieves the S2OPC Client/Server configuration. It should be called after call to SOPC_CommonHelper_...
const char * SOPC_SecurityPolicyUriToCstring(SOPC_SecurityPolicy_URI secuUri)
Returns the C string matching the security policy URI enum value.
SOPC_SecurityPolicy_URI
Enumerated values authorized for use with SOPC_EndpointConfig_AddSecurityConfig or SOPC_ClientConfigH...
Definition libs2opc_common_config.h:42
@ SOPC_SecurityPolicy_Basic256Sha256
Definition libs2opc_common_config.h:45
@ SOPC_SecurityPolicy_Basic256
Definition libs2opc_common_config.h:44
@ SOPC_SecurityPolicy_None
Definition libs2opc_common_config.h:43
@ SOPC_SecurityPolicy_Aes128Sha256RsaOaep
Definition libs2opc_common_config.h:46
@ SOPC_SecurityPolicy_Aes256Sha256RsaPss
Definition libs2opc_common_config.h:47
EncodeableType and services on encodeable object.
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
Contains the types to be used by the user application to use the Toolkit.
Defines logging configuration.
Definition sopc_log_manager.h:103
S2OPC configuration.
Definition sopc_user_app_itf.h:372
Toolkit build information.
Definition sopc_user_app_itf.h:485