Skip to content

Commit

Permalink
Example refactor: Discovery Server (#4913)
Browse files Browse the repository at this point in the history
* Refs #21095: Remove old DiscoveryServerExample

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Add new discovery_server example

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Add discovery_sever example tests

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: versions.md

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Linter all except from types

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: split discovery server example

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Address Elianas review

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Linter

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Fix casting for windows compilation

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Create a test for each transport and intialize to ::1 when ipv6 is used

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Only change datawriter reliability when reliable is false

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Avoid using connection_ds option for the example. Although it is left for configurability

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Add license

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Remove -id- since it is no longer needed

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Move namespace to fastdds

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: regenerate types

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: update headers

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21095: Reword header marks

Signed-off-by: Mario Dominguez <[email protected]>

---------

Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL committed Jul 3, 2024
1 parent bc557b7 commit 16e0c0e
Show file tree
Hide file tree
Showing 32 changed files with 1,761 additions and 1,488 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ add_subdirectory(cpp/content_filter)
add_subdirectory(cpp/custom_payload_pool)
add_subdirectory(cpp/dds)
add_subdirectory(cpp/delivery_mechanisms)
add_subdirectory(cpp/discovery_server)
add_subdirectory(cpp/hello_world)
add_subdirectory(cpp/rtps)
add_subdirectory(cpp/xtypes)
1 change: 0 additions & 1 deletion examples/cpp/dds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

add_subdirectory(DiscoveryServerExample)
add_subdirectory(DynamicHelloWorldExample)
add_subdirectory(FlowControlExample)
add_subdirectory(HelloWorldExampleDataSharing)
Expand Down
126 changes: 0 additions & 126 deletions examples/cpp/dds/DiscoveryServerExample/DiscoveryServerPublisher.h

This file was deleted.

105 changes: 0 additions & 105 deletions examples/cpp/dds/DiscoveryServerExample/DiscoveryServerServer.h

This file was deleted.

140 changes: 0 additions & 140 deletions examples/cpp/dds/DiscoveryServerExample/DiscoveryServerSubscriber.h

This file was deleted.

Loading

0 comments on commit 16e0c0e

Please sign in to comment.