Skip to content

Commit

Permalink
Added considerations per product section
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Jul 4, 2024
1 parent c68ff26 commit 83d0f55
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/test_description.template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,31 @@ this refers to the publisher/subscriber applications. Qos policies are set
to the corresponding entity: DomainParticipant, Publisher, Subscriber, Topic,
DataWriter or DataReader.

Considerations per Product
~~~~~~~~~~~~~~~~~~~~~~~~~~
This section outlines important considerations for different products, including
default values, features enabled or disabled, and unsupported features.

* **Connext**:
* Content Filtered Topic expression created with single quotes around strings
values
* **FastDDS**:
* Content Filtered Topic expression created with single quotes around strings
values
* **InteroCOM DDS**:
* Content Filtered Topic expression created with single quotes around strings
values
* **OpenDDS**:
* Content Filtered Topic expression created without single quotes around
strings values
* Disabled XTypes Support
* **CoreDX DDS**:
* Content Filtered Topic expression created without single quotes around
strings values
* Disabled writer-side content filter
* DataReader send_initial_nack enabled
* DataReader precache_max_samples set to 0
* Set environment variable `COREDX_UDP_RX_BUFFER_SIZE` to `65536`


|TEST_DESCRIPTION|

0 comments on commit 83d0f55

Please sign in to comment.