sbgConfig.h
Go to the documentation of this file.
1 
22 #ifndef __SBG_CONFIG_H__
23 #define __SBG_CONFIG_H__
24 
25 //----------------------------------------------------------------------//
26 //- Platform specific configurations -//
27 //----------------------------------------------------------------------//
28 #define SBG_CONFIG_UNALIGNED_ACCESS_AUTH SBG_DISABLE
29 #define SBG_CONFIG_BIG_ENDIAN SBG_DISABLE
31 //----------------------------------------------------------------------//
32 //- Debug / logging Configurations -//
33 //----------------------------------------------------------------------//
34 
39 #ifdef NDEBUG
40  #define SBG_CONFIG_ENABLE_ASSERT SBG_DISABLE
41  #define SBG_CONFIG_ENABLE_LOG_ERROR SBG_ENABLE
42  #define SBG_CONFIG_ENABLE_LOG_WARNING SBG_ENABLE
43  #define SBG_CONFIG_ENABLE_LOG_INFO SBG_DISABLE
44  #define SBG_CONFIG_ENABLE_LOG_VERBOSE SBG_DISABLE
45 #else
46  #define SBG_CONFIG_ENABLE_ASSERT SBG_ENABLE
47  #define SBG_CONFIG_ENABLE_LOG_ERROR SBG_ENABLE
48  #define SBG_CONFIG_ENABLE_LOG_WARNING SBG_ENABLE
49  #define SBG_CONFIG_ENABLE_LOG_INFO SBG_ENABLE
50  #define SBG_CONFIG_ENABLE_LOG_VERBOSE SBG_ENABLE
51 #endif
52 
53 #endif /* __SBG_CONFIG_H__ */


sbg_driver
Author(s):
autogenerated on Sun Jan 27 2019 03:42:19