sbgECom Library  5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
Loading...
Searching...
No Matches
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)
 
#define SBG_CONFIG_JSON_PRINT_REALLOC_INC_SIZE   (0)
 

Detailed Description

Header file used to configure the framework.

Author
SBG Systems
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

◆ SBG_CONFIG_JSON_PRINT_REALLOC_INC_SIZE

#define SBG_CONFIG_JSON_PRINT_REALLOC_INC_SIZE   (0)

Reallocation increment size when printing a JSON object to a string, in bytes.

If undefined or set to 0, the standard quadratic strategy is used. Otherwise, string buffers are reallocated linearly, adding this value to the buffer size on each reallocation.