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   SBG_DISABLE
 
#define SBG_CONFIG_ENABLE_ASSERT   SBG_ENABLE
 
#define SBG_CONFIG_ENABLE_LOG_ERROR   SBG_ENABLE
 
#define SBG_CONFIG_ENABLE_LOG_INFO   SBG_ENABLE
 
#define SBG_CONFIG_ENABLE_LOG_VERBOSE   SBG_ENABLE
 
#define SBG_CONFIG_ENABLE_LOG_WARNING   SBG_ENABLE
 
#define SBG_CONFIG_UNALIGNED_ACCESS_AUTH   SBG_DISABLE
 

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   SBG_DISABLE

Set to ENABLE if the platform byte order is big-endian

Definition at line 29 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_ASSERT   SBG_ENABLE

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 ENABLE to enable all assertion checks.

Definition at line 46 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_ERROR   SBG_ENABLE

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

Definition at line 47 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_INFO   SBG_ENABLE

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

Definition at line 49 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_VERBOSE   SBG_ENABLE

Set to ENABLE to enable log of all errors thrown using SBG_LOG_VERBOSE.

Definition at line 50 of file sbgConfig.h.

#define SBG_CONFIG_ENABLE_LOG_WARNING   SBG_ENABLE

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

Definition at line 48 of file sbgConfig.h.

#define SBG_CONFIG_UNALIGNED_ACCESS_AUTH   SBG_DISABLE

Set to ENABLE if the platform supports unaligned access

Definition at line 28 of file sbgConfig.h.



sbg_driver
Author(s):
autogenerated on Sun Jan 27 2019 03:42:20