@@ -17,18 +17,18 @@ For your convenience, there are 2 scripts to set up environment variables:
17
17
These are the variables they contain, which you should modify according to your
18
18
system:
19
19
20
- - ** NDDSHOME** : path to the installation of RTI Connext Professional.
21
- - ** NDDS_QOS_PROFILES** : path to the * qos.xml* file containing QoS profiles.
22
- - ** SHMEM_DOMAIN** : the domain for the applications using SHMEM.
23
- - ** UDP_DOMAIN** : the domain for the applications using UDP (mainly the
20
+ - ** NDDSHOME** : path to the installation of RTI Connext Professional.
21
+ - ** NDDS_QOS_PROFILES** : path to the * qos.xml* file containing QoS profiles.
22
+ - ** SHMEM_DOMAIN** : the domain for the applications using SHMEM.
23
+ - ** UDP_DOMAIN** : the domain for the applications using UDP (mainly the
24
24
DomainParticipant of RTI Routing Service).
25
- - ** APPS** : total number of DomainParticipants on the localhost. By default,
25
+ - ** APPS** : total number of DomainParticipants on the localhost. By default,
26
26
Connext will try to reach out to the first 5 created applications on SHMEM,
27
27
therefore, we need to increase that number if there are more than 5
28
28
applications.
29
- - ** CDS_IP_ADDRESS** : the IP address of the host that contains RTI Cloud
29
+ - ** CDS_IP_ADDRESS** : the IP address of the host that contains RTI Cloud
30
30
Discovery Service.
31
- - ** CDS_PORT** : the UDP port that CDS will use.
31
+ - ** CDS_PORT** : the UDP port that CDS will use.
32
32
33
33
On Linux, you can use the environment variables by sourcing the file:
34
34
0 commit comments