RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
reda_dll.h
Go to the documentation of this file.
1 /*
2  * FILE: reda_dll.h - REDA external linkage
3  *
4  * Copyright 2012-2014 Real-Time Innovations, Inc.
5  *
6  * No duplications, whole or partial, manual or electronic, may be made
7  * without express written permission. Any such copies, or
8  * revisions thereof, must display this notice unaltered.
9  * This code contains trade secrets of Real-Time Innovations, Inc.
10  *
11  * Modification History
12  * --------------------
13  * 04jan2012,tk Written
14  */
15 /*ce
16  * \file
17  */
18 #ifndef reda_dll_h
19 #define reda_dll_h
20 
21 #if defined(RTI_WIN32) || defined(RTI_WINCE30)
22 
23 #if defined(RTIME_DLL_EXPORT)
24 #ifndef RTI_reda_DLL_EXPORT
25 #define RTI_reda_DLL_EXPORT
26 #endif
27 #ifndef RTI_reda_DLL_VARIABLE
28 #define RTI_reda_DLL_VARIABLE
29 #endif
30 #endif
31 
32 #if defined(RTI_reda_DLL_EXPORT)
33 #define REDADllExport __declspec( dllexport )
34 #else
35 #define REDADllExport
36 #endif /* RTI_reda_DLL_EXPORT */
37 
38 #if defined(RTI_reda_DLL_VARIABLE)
39 #if defined(RTI_reda_DLL_EXPORT)
40 #define REDADllVariable __declspec( dllexport )
41 #else
42 #define REDADllVariable __declspec( dllimport )
43 #endif /* RTI_reda_DLL_EXPORT */
44 #else
45 #define REDADllVariable
46 #endif /* RTI_reda_DLL_VARIABLE */
47 #else
48 #define REDADllExport
49 #define REDADllVariable
50 #endif /* RTI_WIN32 || RTI_WINCE30 */
51 
52 #if defined(__cplusplus) && defined(RTI_USE_CPP_API)
53 #define RTI_CPP
54 #endif
55 
56 #endif /* reda_dll_h */

RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc