sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
sbgConfig.h File Reference

Header file used to configure the framework. More...

Go to the source code of this file.

Macros

#define SBG_CONFIG_UNALIGNED_ACCESS_AUTH   (0)
 
#define SBG_CONFIG_BIG_ENDIAN   (0)
 
#define SBG_CONFIG_ENABLE_LOG_ERROR   (1)
 

Detailed Description

Header file used to configure the framework.

Author
SBG Systems (Raphael Siryani)
Date
17 March 2015

You can configure for example the logging system.

License

The MIT license

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Macro Definition Documentation

◆ SBG_CONFIG_UNALIGNED_ACCESS_AUTH

#define SBG_CONFIG_UNALIGNED_ACCESS_AUTH   (0)

Windows x86 & x64 support both aligned and unaligned access

◆ SBG_CONFIG_BIG_ENDIAN

#define SBG_CONFIG_BIG_ENDIAN   (0)

Windows is using little endianess

◆ SBG_CONFIG_ENABLE_LOG_ERROR

#define SBG_CONFIG_ENABLE_LOG_ERROR   (1)

Enable all error logs Default: Enabled