Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #8264: First changes for the full documentation re-structuring. * Refs #8299: Generate FastRTPS Doxygen documentation Signed-off-by: EduPonz <[email protected]> * Refs #8264: Added fastdds directories and files * Refs #8264: Redesigned documentation structure * Refs #8264. Move logging out of core module * Refs #8346: Formatted the paragrah style (#111) Co-authored-by: RaulSanchez <[email protected]> * Python dependencies (#110) * Refs #8341: Config for readthedocs docker and python reqs Signed-off-by: EduPonz <[email protected]> * Refs #8341: installation and use instructions Signed-off-by: EduPonz <[email protected]> * Refs #8341: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Refs #8341: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8341: Drop IMMEDIATE on configure file Signed-off-by: EduPonz <[email protected]> * Refs #8341: Correct path for doxygen HTML output Signed-off-by: EduPonz <[email protected]> * Refs #8346: Updated lists format (#113) Co-authored-by: RaulSanchez <[email protected]> * API reference DDS DCPS PIM [8336] (#109) * Refs #8299: Add dictionary for API reference Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref-ParameterTypes.hpp Signed-off-by: EduPonz <[email protected]> * Refs #8299: rest of core policies Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref core status Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref domain and pub modules Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref subscriber module Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref topic module Signed-off-by: EduPonz <[email protected]> * Refs #8299: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8229: Remove duplicate include * Refs #8229: Make external buildcop depend on fastrtps Signed-off-by: EduPonz <[email protected]> * Refs #8229: Only add fastdds headers for doxygen Signed-off-by: EduPonz <[email protected]> * Refs #8229: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Bump version to 2.0.0 (#119) Signed-off-by: EduPonz <[email protected]> * Change project name to Fast DDS (#120) Signed-off-by: EduPonz <[email protected]> * Update library overview [8399] (#118) * Refs #8358: Added figure of the library high level overview. * Added Fast DDS architecture subsection. * Refs #8358: Added programming and execution model subsection. * Refs #8358: Added functionalities subsection. * Refs #8358: Divided subsections into separate files. * Refs #8358: Applied suggested changes. * Refs #8358: Applied last requested changes. Co-authored-by: RaulSanchez <[email protected]> * Update Getting Started section [8348] (#112) * Refs #8326: Added what is DDS section * Refs #8326: Tutorial simple pubsub DDS aplication * Refs #8326: Misspelling corrections * Refs #8326: Changed the directoy structure of the simple pubsub app. * Refs #8351: Added test for the tutorial DDSHelloWorld example. * Refs #8326: Updated rtps and dds images. * Refs #8326: Changed cmake min version to v3.12 to support FindPython3 * Refs #8326: Updated helloworld python tests subprocess operation. * Refs #8326: Reordered public/private class members. * Refs #8326: Applied suggested changes * Refs #8326: Added class rst directive to class names. * Refs #8326: Changed tables and bash code format. * Refs #8326: Moved fastrtpsgen tutorial to fasrtpsgen section. * Refs #8326: Applied suggested changes. * Refs #8326: Formatted navigation bar. * Refs #8326: Applied grammar corrections. * Refs #8326: CSS restored to default settings. * Refs #8326: Updated Fast RTPS to Fast DDS brand Co-authored-by: RaulSanchez <[email protected]> * DDS domain module documentation (#114) * Refs 8330. DDS Domain, DomainParticipant and DomainParticipantFactory Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. DDS Domain: profiles and PARTICIPANT_QOS_DEFAULT Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. DDS DomainParticipantListener Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Add examples Signed-off-by: Iker Luengo <[email protected]> * Refs #8330. Resolve compilation errors Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Move DDS examples to separate file Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Implement proposed changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Examples with profiles Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Modification of examples Signed-off-by: Iker Luengo <[email protected]> * Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Move api-ref files (#125) Signed-off-by: EduPonz <[email protected]> * Feature/dds publisher (#121) * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Documentation for Publisher Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Documentation for DataWriter Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Example code Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. apply agreed conventions Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Add example for DataWriterListener Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs #8446: Intro to DDS layer Signed-off-by: EduPonz <[email protected]> * Refs #8446: Apply suggestions Signed-off-by: EduPonz <[email protected]> * DDS topic module documentation (#115) * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Topic classes and class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Topic classes examples Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Topic data types Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Examples and error correction Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Modified class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Add words from Fast DDS doxygen (#129) Signed-off-by: EduPonz <[email protected]> * User, Topic, and GroupDataQosPolicy [8379] (#117) * Refs #8299: Add User, Topic, and GroupDataQosPolicy Signed-off-by: EduPonz <[email protected]> * Refs @8299: Remove duplicates in dictionary Signed-off-by: EduPonz <[email protected]> * Refs #8299: Rebase on 2.0.x Signed-off-by: EduPonz <[email protected]> * Feature/intro (#122) * Intro written. * Some more changes. * First changes suggested by Edu addressed. * Additional comments addressed and resized image. * Reorganized list, added caption, moved ROS2 sentence. * Make test passed. * Final minor changes. * Update readthedocs python version (#132) * Refs #8299: Generate FastRTPS Doxygen documentation Signed-off-by: EduPonz <[email protected]> * Python dependencies (#110) * Refs #8341: Config for readthedocs docker and python reqs Signed-off-by: EduPonz <[email protected]> * Refs #8341: installation and use instructions Signed-off-by: EduPonz <[email protected]> * Refs #8341: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Refs #8341: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8341: Drop IMMEDIATE on configure file Signed-off-by: EduPonz <[email protected]> * Refs #8341: Correct path for doxygen HTML output Signed-off-by: EduPonz <[email protected]> * API reference DDS DCPS PIM [8336] (#109) * Refs #8299: Add dictionary for API reference Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref-ParameterTypes.hpp Signed-off-by: EduPonz <[email protected]> * Refs #8299: rest of core policies Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref core status Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref domain and pub modules Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref subscriber module Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref topic module Signed-off-by: EduPonz <[email protected]> * Refs #8299: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8229: Remove duplicate include * Refs #8229: Make external buildcop depend on fastrtps Signed-off-by: EduPonz <[email protected]> * Refs #8229: Only add fastdds headers for doxygen Signed-off-by: EduPonz <[email protected]> * Refs #8229: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Update Getting Started section [8348] (#112) * Refs #8326: Added what is DDS section * Refs #8326: Tutorial simple pubsub DDS aplication * Refs #8326: Misspelling corrections * Refs #8326: Changed the directoy structure of the simple pubsub app. * Refs #8351: Added test for the tutorial DDSHelloWorld example. * Refs #8326: Updated rtps and dds images. * Refs #8326: Changed cmake min version to v3.12 to support FindPython3 * Refs #8326: Updated helloworld python tests subprocess operation. * Refs #8326: Reordered public/private class members. * Refs #8326: Applied suggested changes * Refs #8326: Added class rst directive to class names. * Refs #8326: Changed tables and bash code format. * Refs #8326: Moved fastrtpsgen tutorial to fasrtpsgen section. * Refs #8326: Applied suggested changes. * Refs #8326: Formatted navigation bar. * Refs #8326: Applied grammar corrections. * Refs #8326: CSS restored to default settings. * Refs #8326: Updated Fast RTPS to Fast DDS brand Co-authored-by: RaulSanchez <[email protected]> * Set python3 version to 3.7 Signed-off-by: EduPonz <[email protected]> * Remove api-ref old files Signed-off-by: EduPonz <[email protected]> * Add pre to dict Signed-off-by: EduPonz <[email protected]> Co-authored-by: Raul Sanchez-Mateos Lizano <[email protected]> Co-authored-by: RaulSanchez <[email protected]> * Build PDF an ePub targets Signed-off-by: EduPonz <[email protected]> * Feature/dds subscriber [8426] (#130) * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. Subscriber and SubscriberListener Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. SubscriberListener example Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. Subscriber examples Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. DataReader and DataReaderListener Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. DataReaderListener example Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. DataReader example Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. Document how to read data Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. Module class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. SampleInfo Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. Reading data example Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. Api ref links Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. implement suggested changes and redo api ref links Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. implement suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. implement suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8426. implement suggested changes Signed-off-by: Iker Luengo <[email protected]> * Changed hyperlinks colors (#127) * Refs #8346: Changed hyperlinks colors. * Refs #8346: Applied suggested changes. Co-authored-by: RaulSanchez <[email protected]> * Refs #8453: Fix almost all XML errors (#135) Signed-off-by: EduPonz <[email protected]> * API reference DDS DCPS PIM [8336] (#109) * Refs #8299: Add dictionary for API reference Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref-ParameterTypes.hpp Signed-off-by: EduPonz <[email protected]> * Refs #8299: rest of core policies Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref core status Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref domain and pub modules Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref subscriber module Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref topic module Signed-off-by: EduPonz <[email protected]> * Refs #8299: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8229: Remove duplicate include * Refs #8229: Make external buildcop depend on fastrtps Signed-off-by: EduPonz <[email protected]> * Refs #8229: Only add fastdds headers for doxygen Signed-off-by: EduPonz <[email protected]> * Refs #8229: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Refs #8339. Add DDS Entity documentation * Refs #8339. Add DDS QoS documentation * Refs #8431 Apply partial review requested changes * Refs #8431 Apply rest of requested changes * Rebase * Refs #8431 Apply suggested changes * Added api reference hyperlinks in the Getting Started section [8454] (#131) * API reference DDS DCPS PIM [8336] (#109) * Refs #8299: Add dictionary for API reference Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref-ParameterTypes.hpp Signed-off-by: EduPonz <[email protected]> * Refs #8299: rest of core policies Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref core status Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref domain and pub modules Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref subscriber module Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref topic module Signed-off-by: EduPonz <[email protected]> * Refs #8299: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8229: Remove duplicate include * Refs #8229: Make external buildcop depend on fastrtps Signed-off-by: EduPonz <[email protected]> * Refs #8229: Only add fastdds headers for doxygen Signed-off-by: EduPonz <[email protected]> * Refs #8229: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Update Getting Started section [8348] (#112) * Refs #8326: Added what is DDS section * Refs #8326: Tutorial simple pubsub DDS aplication * Refs #8326: Misspelling corrections * Refs #8326: Changed the directoy structure of the simple pubsub app. * Refs #8351: Added test for the tutorial DDSHelloWorld example. * Refs #8326: Updated rtps and dds images. * Refs #8326: Changed cmake min version to v3.12 to support FindPython3 * Refs #8326: Updated helloworld python tests subprocess operation. * Refs #8326: Reordered public/private class members. * Refs #8326: Applied suggested changes * Refs #8326: Added class rst directive to class names. * Refs #8326: Changed tables and bash code format. * Refs #8326: Moved fastrtpsgen tutorial to fasrtpsgen section. * Refs #8326: Applied suggested changes. * Refs #8326: Formatted navigation bar. * Refs #8326: Applied grammar corrections. * Refs #8326: CSS restored to default settings. * Refs #8326: Updated Fast RTPS to Fast DDS brand Co-authored-by: RaulSanchez <[email protected]> * Refs #8326: Added api reference hyperlinks and code snippet dedent. * Refs #8326: Fixed dds domain image bottom padding. * Refs #8326: Formatted svg images. * Refs #8326: Fixed Fast DDS-Gen name. * Refs #8326: Fixes images visualization. * Refs #8299: Removed duplicated api reference. Co-authored-by: Eduardo Ponz Segrelles <[email protected]> Co-authored-by: RaulSanchez <[email protected]> * Review Dynamic Types section (#116) * Refs 8370. Review and make it nice Signed-off-by: Iker Luengo <[email protected]> * Refs 8370. requested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8370. divide into files Signed-off-by: Iker Luengo <[email protected]> * Refs 8370. Clarify concepts and add diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8370. Implement suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8370. Implement suggested changes Signed-off-by: Iker Luengo <[email protected]> * Apply suggested changes Co-authored-by: Eduardo Ponz Segrelles <[email protected]> Co-authored-by: Eduardo Ponz Segrelles <[email protected]> * Add API-REF in READ THE DOCS (#138) Signed-off-by: EduPonz <[email protected]> * Download Fast DDS if running on Read the Docs (#140) * Refs #8473: Create output dir if it does not exist Signed-off-by: EduPonz <[email protected]> * Refs #8473: Properly Download Fast DDS if running in READTHEDOCS Signed-off-by: EduPonz <[email protected]> * Refs #8473: Delete repo if existed Signed-off-by: EduPonz <[email protected]> * Refs #8473: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Refs #8470: Remove pub-sub layer (#136) Signed-off-by: EduPonz <[email protected]> * Refs 8493. SHM transport is no longer on by default (#142) Signed-off-by: Iker Luengo <[email protected]> * Update Security documentation [8462] (#134) * Refs #8264: First changes for the full documentation re-structuring. * Refs #8299: Generate FastRTPS Doxygen documentation Signed-off-by: EduPonz <[email protected]> * Refs #8264: Added fastdds directories and files * Refs #8264: Redesigned documentation structure * Refs #8264. Move logging out of core module * Refs #8346: Formatted the paragrah style (#111) Co-authored-by: RaulSanchez <[email protected]> * Python dependencies (#110) * Refs #8341: Config for readthedocs docker and python reqs Signed-off-by: EduPonz <[email protected]> * Refs #8341: installation and use instructions Signed-off-by: EduPonz <[email protected]> * Refs #8341: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Refs #8341: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8341: Drop IMMEDIATE on configure file Signed-off-by: EduPonz <[email protected]> * Refs #8341: Correct path for doxygen HTML output Signed-off-by: EduPonz <[email protected]> * Refs #8346: Updated lists format (#113) Co-authored-by: RaulSanchez <[email protected]> * API reference DDS DCPS PIM [8336] (#109) * Refs #8299: Add dictionary for API reference Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref-ParameterTypes.hpp Signed-off-by: EduPonz <[email protected]> * Refs #8299: rest of core policies Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref core status Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref domain and pub modules Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref subscriber module Signed-off-by: EduPonz <[email protected]> * Refs #8299: API ref topic module Signed-off-by: EduPonz <[email protected]> * Refs #8299: Doxygen errors Signed-off-by: EduPonz <[email protected]> * Refs #8229: Remove duplicate include * Refs #8229: Make external buildcop depend on fastrtps Signed-off-by: EduPonz <[email protected]> * Refs #8229: Only add fastdds headers for doxygen Signed-off-by: EduPonz <[email protected]> * Refs #8229: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Bump version to 2.0.0 (#119) Signed-off-by: EduPonz <[email protected]> * Change project name to Fast DDS (#120) Signed-off-by: EduPonz <[email protected]> * Update library overview [8399] (#118) * Refs #8358: Added figure of the library high level overview. * Added Fast DDS architecture subsection. * Refs #8358: Added programming and execution model subsection. * Refs #8358: Added functionalities subsection. * Refs #8358: Divided subsections into separate files. * Refs #8358: Applied suggested changes. * Refs #8358: Applied last requested changes. Co-authored-by: RaulSanchez <[email protected]> * Update Getting Started section [8348] (#112) * Refs #8326: Added what is DDS section * Refs #8326: Tutorial simple pubsub DDS aplication * Refs #8326: Misspelling corrections * Refs #8326: Changed the directoy structure of the simple pubsub app. * Refs #8351: Added test for the tutorial DDSHelloWorld example. * Refs #8326: Updated rtps and dds images. * Refs #8326: Changed cmake min version to v3.12 to support FindPython3 * Refs #8326: Updated helloworld python tests subprocess operation. * Refs #8326: Reordered public/private class members. * Refs #8326: Applied suggested changes * Refs #8326: Added class rst directive to class names. * Refs #8326: Changed tables and bash code format. * Refs #8326: Moved fastrtpsgen tutorial to fasrtpsgen section. * Refs #8326: Applied suggested changes. * Refs #8326: Formatted navigation bar. * Refs #8326: Applied grammar corrections. * Refs #8326: CSS restored to default settings. * Refs #8326: Updated Fast RTPS to Fast DDS brand Co-authored-by: RaulSanchez <[email protected]> * DDS domain module documentation (#114) * Refs 8330. DDS Domain, DomainParticipant and DomainParticipantFactory Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. DDS Domain: profiles and PARTICIPANT_QOS_DEFAULT Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. DDS DomainParticipantListener Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Add examples Signed-off-by: Iker Luengo <[email protected]> * Refs #8330. Resolve compilation errors Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Move DDS examples to separate file Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Implement proposed changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Examples with profiles Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Modification of examples Signed-off-by: Iker Luengo <[email protected]> * Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8330. Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Move api-ref files (#125) Signed-off-by: EduPonz <[email protected]> * Feature/dds publisher (#121) * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Documentation for Publisher Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Documentation for DataWriter Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Example code Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. apply agreed conventions Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Add example for DataWriterListener Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8423. Apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs #8446: Intro to DDS layer Signed-off-by: EduPonz <[email protected]> * Refs #8446: Apply suggestions Signed-off-by: EduPonz <[email protected]> * DDS topic module documentation (#115) * Refs 8330. Add class diagram on domain module Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Topic classes and class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Topic classes examples Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Topic data types Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Examples and error correction Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. Modified class diagram Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Refs 8363. apply suggested changes Signed-off-by: Iker Luengo <[email protected]> * Add words from Fast DDS doxygen (#129) Signed-off-by: EduPonz <[email protected]> * User, Topic, and GroupDataQosPolicy [8379] (#117) * Refs #8299: Add User, Topic, and GroupDataQosPolicy Signed-off-by: EduPonz <[email protected]> * Refs @8299: Remove duplicates in dictionary Signed-off-by: EduPonz <[email protected]> * Refs #8299: Rebase on 2.0.x Signed-off-by: EduPonz <[email protected]> * Refs #8411: Changed the outline and reorganized the contents. * Refs #8411: Updated introduction. * Refs #8411: Updated authentication plugin documentation. * Refs #8411: Updated access control plugin documentation. * Refs #8411: Added governance and permissions xsd and examples. * Refs #8411: Updated cryptographic plugin documentation. * Refs #8411: Added logging plugin documentation. * Refs #8411: Removed duplicated plugin intros and apply requested changes. * Refs #8411: Moved intro note. Co-authored-by: RaulSanchez <[email protected]> Co-authored-by: EduPonz <[email protected]> Co-authored-by: Laura Martin <[email protected]> Co-authored-by: IkerLuengo <[email protected]> * DDS-status [8339] (#137) * Refs 8339. Improve Entity section Signed-off-by: Iker Luengo <[email protected]> * Refs 8339. Listener support notes Signed-off-by: Iker Luengo <[email protected]> * Refs 8339. Documentation of Status Signed-off-by: Iker Luengo <[email protected]> * Refs 8339. Loop on data callbacks Signed-off-by: Iker Luengo <[email protected]> * Refs 8339. Mini-ToCs on policies Signed-off-by: Iker Luengo <[email protected]> * Refs 8339. Apply requested changes Signed-off-by: Iker Luengo <[email protected]> * Move Writer-reader layer into RTPS [8521] (#143) * Refs #8498: Move writer-reader layer to RTPS layer Signed-off-by: EduPonz <[email protected]> * Refs #8498: Adapt to DDS Signed-off-by: EduPonz <[email protected]> * Refs #8498: Apply suggestions Signed-off-by: EduPonz <[email protected]> * Fixed security code folder moved. * Update Discovery Protocols documentation [8474] (#139) * Refs #8469: Restructured discovery section and updated general settings. * Refs #8469: Updated simple discovery settings documentation. * Refs #8649: Updated client-server discovery settings documentation. * Refs #8469: Corrected spelling errors. * Refs #8469: Applied suggested changes. * Refs #8469: Added DomainParticipantListener discovery callbacks. * Refs #8469: Added API reference hyperlinks. * Refs #8469: Added multiple options for setting the server GuidPrefix. * Fixed security module paths. * Refs #8469: Applied changes. Co-authored-by: RaulSanchez <[email protected]> Co-authored-by: RaulSanchez <[email protected]> Co-authored-by: Laura Martin <[email protected]> Co-authored-by: rsanchez15 <[email protected]> Co-authored-by: IkerLuengo <[email protected]> Co-authored-by: FranFin <[email protected]> Co-authored-by: Miguel Company <[email protected]>
- Loading branch information