Macros
sbgConfig.h File Reference

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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SBG_CONFIG_BIG_ENDIAN   (0)
 
#define SBG_CONFIG_ENABLE_ASSERT   (1)
 
#define SBG_CONFIG_ENABLE_LOG_ERROR   (1)
 
#define SBG_CONFIG_ENABLE_LOG_INFO   (1)
 
#define SBG_CONFIG_ENABLE_LOG_VERBOSE   (1)
 
#define SBG_CONFIG_ENABLE_LOG_WARNING   (1)
 
#define SBG_CONFIG_UNALIGNED_ACCESS_AUTH   (0)
 

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.

Copyright Notice

Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.

This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

Definition in file sbgConfig.h.

Macro Definition Documentation

#define SBG_CONFIG_BIG_ENDIAN   (0)

Windows is using little endianess

Definition at line 37 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_ASSERT   (1)

Define the error log configuration for debug and release modes. You should setup your C preprocessor to define SBG_NDEBUG in release mode.Set to 1 to enable all assertion checks.

Definition at line 54 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_ERROR   (1)

Set to 1 to enable log of all errors thrown using SBG_LOG_ERROR.

Definition at line 55 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_INFO   (1)

Set to 1 to enable log of all errors thrown using SBG_LOG_INFO.

Definition at line 57 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_VERBOSE   (1)

Set to 1 to enable log of all errors thrown using SBG_LOG_DEBUG.

Definition at line 58 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_WARNING   (1)

Set to 1 to enable log of all errors thrown using SBG_LOG_WARNING.

Definition at line 56 of file sbgConfig.h.

#define SBG_CONFIG_UNALIGNED_ACCESS_AUTH   (0)

Windows x86 & x64 support both aligned and unaligned access

Definition at line 32 of file sbgConfig.h.



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