Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fast CDR documentation [9377] #17

Merged
merged 3 commits into from
Sep 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added resources/Fast-CDR-v1_0_15.pdf
Binary file not shown.
9 changes: 9 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ with a code generation engine to build services that work efficiently in several

------------------------------------------------------------------------------------------------------------------------

`eProsima Fast CDR`_
----------------------------------

*eProsima FastCDR* is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization
mechanism, while the other is a faster implementation that modifies the standard.

------------------------------------------------------------------------------------------------------------------------

`eProsima Fast Buffers`_
----------------------------------

Expand Down Expand Up @@ -108,6 +116,7 @@ or service, ensuring the recording the real behavior and timing.
.. _eProsima Micro XRCE-DDS: https://micro-xrce-dds.readthedocs.io/en/latest/
.. _eProsima Integration Service: https://integration-services.readthedocs.io/en/latest/
.. _eProsima RPC over DDS: https://www.eprosima.com/docs/rpc-over-dds/1.0.3/pdf/eprosima-fast-rtps/User-Manual.pdf
.. _eProsima Fast CDR: ../resources/Fast-CDR-v1_0_15.pdf
.. _eProsima Fast Buffers: https://www.eprosima.com/docs/fast-buffers/0.3.0/pdf/User-Manual.pdf
.. _eProsima Non-Intrusive DDS Recorder: https://www.eprosima.com/docs/non-intrusive-dds-recorder/1.0.0/pdf/User-Manual.pdf
.. _eProsima Dynamic Fast Buffers: https://www.eprosima.com/docs/dynamic-fast-buffers/0.2.0/pdf/User-Manual.pdf
Expand Down