-
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.
* RTPS payload pool (#199) * Refs 9544. Adding new interfaces to API-ref Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Refs 9544. alias for references to API-ref Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Refs 9544. Update RTPS doc with references to API-ref Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Refs 9544. Documentation of Payload pool Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Refs 9544. Example with custom Payload pool Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Refs 9544. Suggestions and documentation check errors Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Apply suggestions from code review Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com> * Alphabetical order. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Explicitly indicating overloaded methods Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Adding links to examples. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: IkerLuengo <57146230+IkerLuengo@users.noreply.github.com> Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
- Loading branch information
1 parent
c64c700
commit f4c0477
Showing
7 changed files
with
307 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. rst-class:: api-ref | ||
|
||
IChangePool | ||
-------------------------------- | ||
|
||
.. doxygenclass:: eprosima::fastrtps::rtps::IChangePool | ||
:project: FastDDS | ||
:members: |
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 @@ | ||
.. rst-class:: api-ref | ||
|
||
IPayloadPool | ||
-------------------------------- | ||
|
||
.. doxygenclass:: eprosima::fastrtps::rtps::IPayloadPool | ||
:project: FastDDS | ||
:members: |
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
Oops, something went wrong.