ADTF  3.18.2
adtfucom3/adtf_ucom3.h
Go to the documentation of this file.
1 
7 #ifndef _UCOM3_SDK_INCLUDES_HEADER_
8 #define _UCOM3_SDK_INCLUDES_HEADER_
9 
10  // integrating system library to SDK
11  #include <a_utils.h>
12 
13  #ifndef DOEXPORT
14  #define DOEXPORT /* */
15  #define DOEXPORT_STATIC /* */
16  #define DEF_DOEXPORT
17  #endif
18 
19  //*********************************************************************************************
20  #ifdef OPT_INLINE
21  #undef OPT_INLINE
22  #endif // OPT_INLINE
23 
24  #ifdef UCOM_OPT_INLINE
25  #define OPT_INLINE inline
26  #else
27  #define OPT_INLINE /* */
28  #endif // UCOM_OPT_INLINE
35  #ifdef _MSC_VER
36  #pragma warning( disable : 4373 )
37  #endif
38  #include "./ucom_stl_includes.h"
39 
40  //*********************************************************************************************
41  #include <ucom3/ucom3_version.h>
42  #include "./ucom3_pkg.h"
43 
44  //*********************************************************************************************
45  #ifdef DEF_DOEXPORT
46  #undef DOEXPORT
47  #undef DEF_DOEXPORT
48  #endif
49 
50 //*************************************************************************************************
51 #endif // _UCOM3_SDK_INCLUDES_HEADER_
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.