-
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 Python API reference [13580] (#318)
* Refs #13380. Add python bindings API Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13380. Support RTD Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13380. Remove warnings when running spelling check Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13380. Add comments on conf.py Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13580. Fix wrong branch Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13580. Fix not removed testing thing Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13580. Fix not commented line Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #13580. Add info about FASTDDS_PYTHON_BRANCH Signed-off-by: Ricardo González Moreno <[email protected]>
- Loading branch information
Showing
124 changed files
with
1,281 additions
and
10 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "fastdds-docs", | ||
"type": "cmake", | ||
"dependencies": ["fastrtps"] | ||
"dependencies": ["fastrtps", "fastdds_python"] | ||
} |
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
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,13 @@ | ||
Core | ||
==== | ||
|
||
.. toctree:: | ||
|
||
/fastdds/python_api_reference/dds_pim/core/entity.rst | ||
/fastdds/python_api_reference/dds_pim/core/domainentity.rst | ||
/fastdds/python_api_reference/dds_pim/core/policy/policy.rst | ||
/fastdds/python_api_reference/dds_pim/core/status/status.rst | ||
/fastdds/python_api_reference/dds_pim/core/loanablearray.rst | ||
/fastdds/python_api_reference/dds_pim/core/loanablecollection.rst | ||
/fastdds/python_api_reference/dds_pim/core/loanablesequence.rst | ||
/fastdds/python_api_reference/dds_pim/core/stackallocatedsequence.rst |
9 changes: 9 additions & 0 deletions
9
docs/fastdds/python_api_reference/dds_pim/core/domainentity.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,9 @@ | ||
|
||
.. _python_api_pim_domainentity: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DomainEntity | ||
------------ | ||
|
||
.. autoclass:: fastdds.DomainEntity |
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,8 @@ | ||
.. _python_api_pim_entity: | ||
|
||
.. rst-class:: api-ref | ||
|
||
Entity | ||
------ | ||
|
||
.. autoclass:: fastdds.Entity |
9 changes: 9 additions & 0 deletions
9
docs/fastdds/python_api_reference/dds_pim/core/loanablearray.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,9 @@ | ||
.. _python_api_pim_loanablearray: | ||
|
||
.. rst-class:: api-ref | ||
|
||
LoanableArray | ||
------------- | ||
|
||
.. TODO | ||
.. autoclass:: fastdds.LoanableArray |
8 changes: 8 additions & 0 deletions
8
docs/fastdds/python_api_reference/dds_pim/core/loanablecollection.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,8 @@ | ||
.. _python_api_pim_loanablecollection: | ||
|
||
.. rst-class:: api-ref | ||
|
||
LoanableCollection | ||
------------------ | ||
|
||
.. autoclass:: fastdds.LoanableCollection |
9 changes: 9 additions & 0 deletions
9
docs/fastdds/python_api_reference/dds_pim/core/loanablesequence.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,9 @@ | ||
.. _python_api_pim_loanablesequence: | ||
|
||
.. rst-class:: api-ref | ||
|
||
LoanableSequence | ||
------------------ | ||
|
||
.. TODO | ||
.. autoclass:: fastdds.LoanableSequence |
12 changes: 12 additions & 0 deletions
12
docs/fastdds/python_api_reference/dds_pim/core/policy/datarepresentationid.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,12 @@ | ||
.. _python_api_pim_datarepresentationid: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DataRepresentationId | ||
-------------------- | ||
|
||
.. autoclass:: fastdds.XCDR_DATA_REPRESENTATION | ||
|
||
.. autoclass:: fastdds.XML_DATA_REPRESENTATION | ||
|
||
.. autoclass:: fastdds.XCDR2_DATA_REPRESENTATION |
8 changes: 8 additions & 0 deletions
8
...astdds/python_api_reference/dds_pim/core/policy/datarepresentationqospolicy.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,8 @@ | ||
.. _python_api_pim_datarepresentationqospolicy: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DataRepresentationQosPolicy | ||
--------------------------- | ||
|
||
.. autoclass:: fastdds.DataRepresentationQosPolicy |
12 changes: 12 additions & 0 deletions
12
docs/fastdds/python_api_reference/dds_pim/core/policy/datasharingkind.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,12 @@ | ||
.. _python_api_pim_datasharingkind: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DataSharingKind | ||
--------------- | ||
|
||
.. autoclass:: fastdds.AUTO | ||
|
||
.. autoclass:: fastdds.ON | ||
|
||
.. autoclass:: fastdds.OFF |
8 changes: 8 additions & 0 deletions
8
docs/fastdds/python_api_reference/dds_pim/core/policy/datasharingqospolicy.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,8 @@ | ||
.. _python_api_pim_datasharingqospolicy: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DataSharingQosPolicy | ||
-------------------- | ||
|
||
.. autoclass:: fastdds.DataSharingQosPolicy |
8 changes: 8 additions & 0 deletions
8
docs/fastdds/python_api_reference/dds_pim/core/policy/deadlineqospolicy.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,8 @@ | ||
.. _python_api_pim_deadlineqospolicy: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DeadlineQosPolicy | ||
----------------- | ||
|
||
.. autoclass:: fastdds.DeadlineQosPolicy |
8 changes: 8 additions & 0 deletions
8
.../fastdds/python_api_reference/dds_pim/core/policy/destinationorderqospolicy.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,8 @@ | ||
.. _python_api_pim_destinationorderqospolicy: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DestinationOrderQosPolicy | ||
------------------------- | ||
|
||
.. autoclass:: fastdds.DestinationOrderQosPolicy |
11 changes: 11 additions & 0 deletions
11
...tdds/python_api_reference/dds_pim/core/policy/destinationorderqospolicykind.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,11 @@ | ||
.. _python_api_pim_destinationorderqospolicykind: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DestinationOrderQosPolicyKind | ||
----------------------------- | ||
|
||
.. autoclass:: fastdds.BY_RECEPTION_TIMESTAMP_DESTINATIONORDER_QOS | ||
|
||
.. autoclass:: fastdds.BY_SOURCE_TIMESTAMP_DESTINATIONORDER_QOS | ||
|
8 changes: 8 additions & 0 deletions
8
...stdds/python_api_reference/dds_pim/core/policy/disablepositiveacksqospolicy.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,8 @@ | ||
.. _python_api_pim_disablepositiveacksqospolicy: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DisablePositiveACKsQosPolicy | ||
---------------------------- | ||
|
||
.. autoclass:: fastdds.DisablePositiveACKsQosPolicy |
8 changes: 8 additions & 0 deletions
8
docs/fastdds/python_api_reference/dds_pim/core/policy/durabilityqospolicy.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,8 @@ | ||
.. _python_api_pim_durabilityqospolicy: | ||
|
||
.. rst-class:: api-ref | ||
|
||
DurabilityQosPolicy | ||
------------------- | ||
|
||
.. autoclass:: fastdds.DurabilityQosPolicy |
Oops, something went wrong.