mcl_config.h File Reference

Configuration header of MindConnect Library. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MCL_LOG_LEVEL_VERBOSE   1
 
#define MCL_LOG_LEVEL_DEBUG   2
 
#define MCL_LOG_LEVEL_INFO   3
 
#define MCL_LOG_LEVEL_WARN   4
 
#define MCL_LOG_LEVEL_ERROR   5
 
#define MCL_LOG_LEVEL_FATAL   6
 
#define MCL_LOG_LEVEL_NONE   0xFF
 
#define HAVE_FILE_SYSTEM_   1
 
#define MCL_LOG_LEVEL   MCL_LOG_LEVEL_INFO
 

Detailed Description

Configuration header of MindConnect Library.

Definition in file mcl_config.h.

Macro Definition Documentation

#define HAVE_FILE_SYSTEM_   1

Enable if file system exists. It can be overridden by a global preprocessor definition as it is when building with CMake.

Definition at line 28 of file mcl_config.h.

#define MCL_LOG_LEVEL   MCL_LOG_LEVEL_INFO

Select log level for MindConnect Library. MCL_LOG_LEVEL_VERBOSE MCL_LOG_LEVEL_DEBUG MCL_LOG_LEVEL_INFO MCL_LOG_LEVEL_WARN MCL_LOG_LEVEL_ERROR MCL_LOG_LEVEL_FATAL MCL_LOG_LEVEL_NONE It can be overridden by a global preprocessor definition as it is when building with CMake.

Definition at line 44 of file mcl_config.h.

Referenced by mcl_log_util_set_output_level().

#define MCL_LOG_LEVEL_DEBUG   2

Definition at line 13 of file mcl_config.h.

Referenced by mbedtls_debug_function(), and mcl_tls_socket_init().

#define MCL_LOG_LEVEL_ERROR   5

Definition at line 16 of file mcl_config.h.

Referenced by mbedtls_debug_function(), and mcl_tls_socket_init().

#define MCL_LOG_LEVEL_FATAL   6

Definition at line 17 of file mcl_config.h.

Referenced by mcl_log_util_set_output_level().

#define MCL_LOG_LEVEL_INFO   3

Definition at line 14 of file mcl_config.h.

#define MCL_LOG_LEVEL_NONE   0xFF

Definition at line 18 of file mcl_config.h.

Referenced by mcl_log_util_get_output_level(), and mcl_log_util_set_output_level().

#define MCL_LOG_LEVEL_VERBOSE   1
#define MCL_LOG_LEVEL_WARN   4

Definition at line 15 of file mcl_config.h.