Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example refactor: Content filter (#4859)
* Refs #20823: Copy ContentFilteredTopicExample files to content_filtering Signed-off-by: elianalf <[email protected]> * Refs #20823: Change file names and CMakeList structure Signed-off-by: elianalf <[email protected]> * Refs #20823: Add CLI parser Signed-off-by: elianalf <[email protected]> * Refs #20823: Add application hpp and cpp Signed-off-by: elianalf <[email protected]> * Refs #20823: Create publisher application Signed-off-by: elianalf <[email protected]> * Refs #20823: Create subscriber application Signed-off-by: elianalf <[email protected]> * Refs #20823: Add test Signed-off-by: elianalf <[email protected]> * Refs #Refs 20823: Rename folder to content_filter Signed-off-by: elianalf <[email protected]> * Refs #20823 Add customizable lower bound and upper bound arguments to the example Signed-off-by: elianalf <[email protected]> * Refs #20823: Add changes to version.md Signed-off-by: elianalf <[email protected]> * Refs #20823: Initialize interval in publisher Signed-off-by: elianalf <[email protected]> * Refs #20823: Apply suggestion Signed-off-by: elianalf <[email protected]> * Refs #20823: Apply suggestion: Update Readme.md Signed-off-by: elianalf <[email protected]> * Refs #20823: Add option none filter Signed-off-by: elianalf <[email protected]> * Refs #20823: Set datareader and datawriter qos to meet the condition for writer side filtering Signed-off-by: elianalf <[email protected]> * Refs #20823: Apply suggestions: Add filtering on the writer side Signed-off-by: elianalf <[email protected]> * Refs #20823: Uncrustify Signed-off-by: elianalf <[email protected]> * Refs #20823: Change guard name and custom filter classes name Signed-off-by: elianalf <[email protected]> * Refs #20823 Apply suggestions Signed-off-by: elianalf <[email protected]> * Refs #20823: Update ReadMe Signed-off-by: elianalf <[email protected]> * Refs #20823: Add new arguments to set a custom filter expression and to allowing the writer side filtering Signed-off-by: elianalf <[email protected]> * Refs #20823: add transient and ralible as arguments Signed-off-by: elianalf <[email protected]> * Refs #20823: Split and modify test Signed-off-by: elianalf <[email protected]> * Refs #20823: uncrustify Signed-off-by: elianalf <[email protected]> * Refs #20823: Solve windows warning Signed-off-by: elianalf <[email protected]> * Refs #20823: Remove argument --reliable --transient-local Signed-off-by: elianalf <[email protected]> * Refs #20823: Add the right includes Signed-off-by: elianalf <[email protected]> * Refs #20823: Remove folders that were added during the rebase Signed-off-by: elianalf <[email protected]> * Refs #20823: Add license Signed-off-by: elianalf <[email protected]> --------- Signed-off-by: elianalf <[email protected]>
- Loading branch information