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

Fix doxygen for SampleRejectedStatus #2787

Merged
merged 2 commits into from
Jun 29, 2022
Merged

Fix doxygen for SampleRejectedStatus #2787

merged 2 commits into from
Jun 29, 2022

Conversation

richiware
Copy link
Member

@richiware richiware commented Jun 29, 2022

Signed-off-by: Ricardo González Moreno [email protected]

Description

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added.
  • Any new/modified methods have been properly documented using Doxygen.
  • Fast DDS test suite has been run locally.
  • Changes are ABI compatible.
  • Changes are API compatible.
  • Documentation builds and tests pass locally.
  • New feature has been added to the versions.md file (if applicable).
  • New feature has been documented/Current behavior is correctly described in the documentation.

Reviewer Checklist

  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

Signed-off-by: Ricardo González Moreno <[email protected]>
@richiware richiware added the skip-ci Automatically pass CI label Jun 29, 2022
Signed-off-by: Ricardo González Moreno <[email protected]>
@MiguelCompany
Copy link
Member

@richiprosima Please test this

Copy link
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MiguelCompany MiguelCompany merged commit 4dd89c0 into master Jun 29, 2022
@MiguelCompany MiguelCompany deleted the hotfix/doxygen branch June 29, 2022 10:28
sky-fire pushed a commit to sky-fire/Fast-DDS that referenced this pull request Sep 1, 2022
* Squash of low-bandwidth-plugins development:

Refs eProsima#2731. Initial version of DataTransformTransport

Refs eProsima#2731. DataTransformTransport implementation complete + unit test

Refs eProsima#2731. Refactor of DataTransformTransport with middle class ChainingTransport

Refs eProsima#2752. Refactor to pass participant properties on transport creation

Refs eProsima#2691. Added some utils to StringMatching class

Refs eProsima#2693. Headers reduction transport implementation

Refs eProsima#2759. Blackbox test and bug fixing

Refs eProsima#2759. Fixing compiler warnings

Refs eProsima#2692. Added Payload Compression Transport (ZLIB only)

Refs eProsima#2692. Added BlackBox test for ZLib transport

Refs eProsima#2692. Added BZIP2 compression

Refs eProsima#2692. Added BlackBox test for BZip2 transport

Refs eProsima#2692. Fixing compiler warnings

Refs eProsima#2692. Added automatic compression implementation

Refs eProsima#2692. Added blackbox test for automatic compression

Refs eProsima#2692. Only compiling compression transport when compression libraries are found

Refs eProsima#2727. Added source timestamp transport

Refs eProsima#2727. Added blackbox test for source timestamp transport

Refs eProsima#2693. Removing unsupported entity ids

Refs eProsima#2693. Fix of bug in HeaderReduction_Recover

Refs eProsima#2769. Documenting interfaces and some optimizations

Refs eProsima#2691. Added blackbox test chaining several transports

Better doc on some transports

Refs eProsima#2787. Fixed bug in SourceTimestamp transport

Refs eProsima#2787. Added examples to test interoperability

Refs eProsima#2787. Interop example improved

Refs eProsima#2787. Added dump capabiliy to HeaderReductionTransport

Refs eProsima#2787. Added dump to test participants

Refs eProsima#2787. Fixed bug in SourceTimestampTransport

Refs eProsima#2787. Improving tests and dump

Refs eProsima#2787. Improving example

Refs eProsima#2787. Fixing entiy id packing

Refs eProsima#2787. Message sent improved

Refs eProsima#2787. Added dump of low level data

Refs eProsima#2787. Testing improvements

Refs eProsima#2787. Changing data type

Refs eProsima#2787. Test data

Refs eProsima#2787. Adding parameters to endpoints

Refs eProsima#2787. Conditional compilation of debug dump

Refs eProsima#2691. Changing example name

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Fixing compilation errors after rebase.

Signed-off-by: Ricardo González Moreno <[email protected]>

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* New features

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #10121. Fix error creating output channel.

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #12290. Uncrustify

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Moved example to other repo

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #12290. Fix warning on windows

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #12290. Fix warning on windows

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs #12290. Fix warnings on Mac

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Refs 12290. Fix old uncrustify

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>

* Apply suggestions from code review

Co-authored-by: José Luis Bueno López <[email protected]>

* Refs #12290. Apply suggestions.

Signed-off-by: Ricardo González Moreno <[email protected]>

* Refs #12290. Apply suggestions

Signed-off-by: Ricardo González Moreno <[email protected]>

* Refs #12290. Add blackbox test.

Signed-off-by: Ricardo González Moreno <[email protected]>

* Refs #12290. Fix license

Signed-off-by: Ricardo González Moreno <[email protected]>

* Refs #12290. Fix warning on mac

Signed-off-by: Ricardo González Moreno <[email protected]>

Co-authored-by: Miguel Company <[email protected]>
Co-authored-by: Luis LG. Gasco <[email protected]>
Co-authored-by: José Luis Bueno López <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-ci Automatically pass CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants