-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PropertyPolicyQos Options section (#251)
* Refs #10994: add PropertyPolicyQos Options section Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Refs #10994: apply review suggestions Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
- Loading branch information
1 parent
e588a42
commit 22593b6
Showing
7 changed files
with
80 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. include:: ../../03-exports/aliases.include | ||
.. include:: ../../03-exports/aliases-api.include | ||
|
||
.. _property_policies_logging: | ||
|
||
Logging Module Settings | ||
----------------------- | ||
|
||
.. warning:: | ||
This section is still under work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. include:: ../../03-exports/aliases.include | ||
.. include:: ../../03-exports/aliases-api.include | ||
|
||
.. _property_policies_non_consolidated_qos: | ||
|
||
Non consolidated QoS | ||
-------------------- | ||
|
||
The :ref:`property_policies` are used to develop new :ref:`eprosima_extensions` QoS. | ||
Before consolidating a new QoS Policy, it is usually set using this generic QoS Policy. | ||
Consequently, this section is prone to frequent updates so the user is advised to check latest changes after upgrading | ||
to a different release version. | ||
|
||
``PushMode`` QoS Policy | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. warning:: | ||
This section is still under work. | ||
|
||
Unique network flows QoS Policy | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. warning:: | ||
This section is still under work. | ||
|
||
Statistics Module Settings | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. warning:: | ||
This section is still under work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. include:: ../../03-exports/aliases.include | ||
.. include:: ../../03-exports/aliases-api.include | ||
|
||
.. _property_policies_persistence: | ||
|
||
Persistence Service Settings | ||
---------------------------- | ||
|
||
.. warning:: | ||
This section is still under work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. include:: ../../03-exports/aliases.include | ||
.. include:: ../../03-exports/aliases-api.include | ||
|
||
.. _property_policies: | ||
|
||
PropertyPolicyQos Options | ||
========================= | ||
|
||
This section contains the list of :ref:`propertypolicyqos` that can be set with *Fast DDS*: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
non_consolidated_qos.rst | ||
persistence.rst | ||
security.rst | ||
logging.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. include:: ../../03-exports/aliases.include | ||
.. include:: ../../03-exports/aliases-api.include | ||
|
||
.. _property_policies_security: | ||
|
||
Security Plugins Settings | ||
------------------------- | ||
|
||
.. warning:: | ||
This section is still under work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters