RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
rtps_config.h
Go to the documentation of this file.
1 /*
2  (c) Copyright, Real-Time Innovations, 2012-2014.
3 
4  All rights reserved.
5  No duplications, whole or partial, manual or electronic, may be made
6  without express written permission. Any such copies, or
7  revisions thereof, must display this notice unaltered.
8  This code contains trade secrets of Real-Time Innovations, Inc.
9 
10  modification history
11  ------------ -------
12  1.0a,02-23-2012 tk Written
13 ==============================================================================*/
14 /*e \file
15  * \brief RTPS Configuration
16  *
17  * \details
18  * Configurable build flags for RTPS functionality
19  */
20 
21 #ifndef rtps_config_h
22 #define rtps_config_h
23 
24 /* The global configuration is read first. Local definitions must
25  * check if the global configuration has set an option or not. Note that
26  * a module cannot disable a feature.
27  */
28 #ifdef HAVE_GLOBAL_CONFIG
29 #include "rti_me_config.h"
30 #endif
31 
32 /*ci
33  * \def RTPS_RELIABILITY
34  * \brief Set RTPS_RELIABILITY to enable reliable RTPS communication.
35  */
36 #ifndef RTPS_RELIABILITY
37 #define RTPS_RELIABILITY 1
38 #endif
39 
40 
41 #endif /* rtps_config_h */

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