sbgCommon.h
Go to the documentation of this file.
1 
26 #ifndef __SBG_COMMON_H__
27 #define __SBG_COMMON_H__
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 //----------------------------------------------------------------------//
34 //- Include platform specific headers -//
35 //----------------------------------------------------------------------//
36 #include "platform/sbgPlatform.h"
37 #include "platform/sbgConfig.h"
38 
39 //----------------------------------------------------------------------//
40 //- Include headers needed to setup the environement -//
41 //----------------------------------------------------------------------//
42 #include "sbgTypes.h"
43 #include "sbgErrorCodes.h"
44 #include "sbgDefines.h"
45 #include "sbgDebug.h"
46 #include "version/sbgVersion.h"
47 
48 //----------------------------------------------------------------------//
49 //- Footer (close extern C block) -//
50 //----------------------------------------------------------------------//
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 #endif /* __SBG_COMMON_H__ */
Helper methods and definitions used to handle version.
Header file that defines all error codes for SBG Systems libraries.
Header file that contains all platform specific definitions.
Define and handle error logging for the SBG Systems common C library.
Header file used to configure the framework.
Header file that defines all scalar types.
Header file that contains all common definitions.


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