Skip to content

Commit 7815efd

Browse files
authored
Merge pull request #54 from rticommunity/release/6.1.0
Release/6.1.0
2 parents 43b8b5c + 1523bcd commit 7815efd

62 files changed

Lines changed: 1880 additions & 841 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ __pycache__/
6666
!**/csharp/**/*.csproj
6767
!**/csharp/**/*.sln
6868

69+
# .NET
70+
NuGet.Config
71+
# generated by rtiddsgen
72+
chocolate_factory.cs

1_before_start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Getting Started with RTI Connext DDS
22

33
This repository accompanies the text in the
4-
[RTI Connext DDS Getting Started Guide](https://community.rti.com/static/documentation/connext-dds/6.0.1/doc/manuals/connext_dds/getting_started/index.html).
4+
[RTI Connext DDS Getting Started Guide](https://community.rti.com/static/documentation/connext-dds/6.1.0/doc/manuals/connext_dds_professional/getting_started_guide/index.html).
55

66
The first chapter of the Getting Started Guide reviews how to install RTI
77
Connext DDS, and how to set up a license if needed.

2_hello_world/c++11/USER_QOS_PROFILES.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<!-- QoS specified to override the QoS in the base profile.
6565
Configures the DomainParticipant in the example code. -->
66-
<participant_qos>
66+
<domain_participant_qos>
6767
<!--
6868
The participant name, if it is set, will be displayed in the
6969
RTI tools, making it easier for you to tell one
@@ -73,7 +73,7 @@
7373
<name>HelloWorldParticipant</name>
7474
</participant_name>
7575

76-
</participant_qos>
76+
</domain_participant_qos>
7777
</qos_profile>
7878

7979
</qos_library>

2_hello_world/c++98/USER_QOS_PROFILES.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<!-- QoS specified to override the QoS in the base profile.
6565
Configures the DomainParticipant in the example code. -->
66-
<participant_qos>
66+
<domain_participant_qos>
6767
<!--
6868
The participant name, if it is set, will be displayed in the
6969
RTI tools, making it easier for you to tell one
@@ -73,7 +73,7 @@
7373
<name>HelloWorldParticipant</name>
7474
</participant_name>
7575

76-
</participant_qos>
76+
</domain_participant_qos>
7777
</qos_profile>
7878

7979
</qos_library>

2_hello_world/csharp/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file is generated by rtiddsgen
2+
hello_world*
3+

2_hello_world/csharp/HelloWorld.sln

Lines changed: 0 additions & 48 deletions
This file was deleted.

2_hello_world/csharp/HelloWorldPublisher/HelloWorldPublisher.cs

Lines changed: 0 additions & 76 deletions
This file was deleted.

2_hello_world/csharp/HelloWorldSubscriber/HelloWorldSubscriber.cs

Lines changed: 0 additions & 104 deletions
This file was deleted.

2_hello_world/csharp/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)