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 
32 #define SBG_CONFIG_UNALIGNED_ACCESS_AUTH (0)
33 
37 #define SBG_CONFIG_BIG_ENDIAN (0)
38 
39 //----------------------------------------------------------------------//
40 //- Debug / logging Configurations -//
41 //----------------------------------------------------------------------//
42 
47 #ifdef NDEBUG
48  #define SBG_CONFIG_ENABLE_ASSERT (0)
49  #define SBG_CONFIG_ENABLE_LOG_ERROR (1)
50  #define SBG_CONFIG_ENABLE_LOG_WARNING (1)
51  #define SBG_CONFIG_ENABLE_LOG_INFO (0)
52  #define SBG_CONFIG_ENABLE_LOG_DEBUG (0)
53 #else
54  #define SBG_CONFIG_ENABLE_ASSERT (1)
55  #define SBG_CONFIG_ENABLE_LOG_ERROR (1)
56  #define SBG_CONFIG_ENABLE_LOG_WARNING (1)
57  #define SBG_CONFIG_ENABLE_LOG_INFO (1)
58  #define SBG_CONFIG_ENABLE_LOG_VERBOSE (1)
59 #endif
60 
61 #endif /* SBG_CONFIG_H */


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22