20#ifndef SOPC_CONFIG_LOADER_H_
21#define SOPC_CONFIG_LOADER_H_
bool SOPC_Config_Parse(FILE *fd, SOPC_S2OPC_Config *config)
bool SOPC_ConfigServer_Parse(FILE *fd, SOPC_Server_Config *serverConfig)
bool SOPC_ConfigClient_Parse(FILE *fd, SOPC_Client_Config *clientConfig)
Contains the types to be used by the user application to use the Toolkit.
OPC UA client configuration structure.
Definition sopc_user_app_itf.h:259
S2OPC configuration.
Definition sopc_user_app_itf.h:372
OPC UA server configuration structure.
Definition sopc_user_app_itf.h:325