sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
sbgConfig.h
Go to the documentation of this file.
1 
34 #ifndef SBG_CONFIG_H
35 #define SBG_CONFIG_H
36 
37 //----------------------------------------------------------------------//
38 //- Platform configuration -//
39 //----------------------------------------------------------------------//
40 
44 #define SBG_CONFIG_UNALIGNED_ACCESS_AUTH (0)
45 
49 #define SBG_CONFIG_BIG_ENDIAN (0)
50 
51 //----------------------------------------------------------------------//
52 //- Logging configuration -//
53 //----------------------------------------------------------------------//
54 
59 #define SBG_CONFIG_ENABLE_LOG_ERROR (1)
60 #define SBG_CONFIG_ENABLE_LOG_WARNING (1)
61 #define SBG_CONFIG_ENABLE_LOG_INFO (1)
62 #define SBG_CONFIG_ENABLE_LOG_DEBUG (1)
63 
64 #endif // SBG_CONFIG_H