RTI Connext Micro
Version 2.4.1.0
Main Page
RTI Connext Micro Documentation
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
HelloWorldApplicationConfig.h
1
#ifndef HelloWorldApplicationConfig_h
2
#define HelloWorldApplicationConfig_h
3
4
/*i
5
* \addtogroup HWAppExModule_Config
6
* @{
7
*/
8
9
/*i
10
* \brief DDS_DomainParticipantQos.resource_limits.max_destination_ports
11
*/
12
#define LIMITS_MAX_DEST_PORTS 32
13
/*i
14
* \brief DDS_DomainParticipantQos.resource_limits.max_receive_ports
15
*/
16
#define LIMITS_MAX_RECEIVE_PORTS 32
17
/*i
18
* \brief DDS_DomainParticipantQos.resource_limits.local_topic_allocation
19
*/
20
#define LIMITS_MAX_LOCAL_TOPIC 1
21
/*i
22
* \brief DDS_DomainParticipantQos.resource_limits.local_type_allocation
23
*/
24
#define LIMITS_MAX_LOCAL_TYPE 1
25
/*i
26
* \brief DDS_DomainParticipantQos.resource_limits.local_reader_allocation
27
*/
28
#define LIMITS_MAX_LOCAL_READER 1
29
/*i
30
* \brief DDS_DomainParticipantQos.resource_limits.local_writer_allocation
31
*/
32
#define LIMITS_MAX_LOCAL_WRITER 1
33
/*i
34
* \brief DDS_DomainParticipantQos.resource_limits.remote_participant_allocation
35
*/
36
#define LIMITS_MAX_REMOTE_PART 8
37
/*i
38
* \brief DDS_DomainParticipantQos.resource_limits.remote_reader_allocation
39
*/
40
#define LIMITS_MAX_REMOTE_READER 8
41
/*i
42
* \brief DDS_DomainParticipantQos.resource_limits.remote_writer_allocation
43
*/
44
#define LIMITS_MAX_REMOTE_WRITER 8
45
46
/*i
47
* \brief DDS_Data{Reader|Writer}Qos.resource_limits.max_samples
48
*/
49
#define LIMITS_MAX_SAMPLES 32
50
/*i
51
* \brief DDS_Data{Reader|Writer}Qos.resource_limits.max_instances
52
*/
53
#define LIMITS_MAX_INSTANCES 1
54
/*i
55
* \brief DDS_Data{Reader|Writer}Qos.resource_limits.max_samples_per_instance
56
*/
57
#define LIMITS_MAX_SAMPLES_INST 32
58
/*i
59
* \brief DDS_DataReaderQos.reader_resource_limits.max_remote_writers
60
*/
61
#define LIMITS_MAX_REMOTE_DW 10
62
/*i
63
* \brief DDS_DataReaderQos.reader_resource_limits.max_remote_writers_per_instance
64
*/
65
#define LIMITS_MAX_REMOTE_DW_INST 10
66
/*i
67
* \brief DDS_DataWriterQos.writer_resource_limits.max_remote_readers
68
*/
69
#define LIMITS_MAX_REMOTE_DR 10
70
71
/*i
72
* \brief DDS_Data{Reader|Writer}Qos.history.depth
73
*/
74
#define HISTORY_DEPTH 32
75
/*i
76
* \brief DDS_Data{Reader|Writer}Qos.history.kind
77
*/
78
#define HISTORY_KIND DDS_KEEP_LAST_HISTORY_QOS
79
80
/*i
81
* \brief DDS_Data{Reader|Writer}Qos.reliability.kind
82
*/
83
#define RELIABILITY_KIND DDS_RELIABLE_RELIABILITY_QOS;
84
85
/*i
86
* \brief \rtime Log Verbosity
87
*/
88
#define APP_VERBOSITY OSAPI_LOG_VERBOSITY_WARNING
89
90
/*i
91
* @}
92
*/
93
94
#endif
RTI Connext Micro Version 2.4.1.0
Copyright © Thu Nov 20 2014
Real-Time Innovations, Inc