Commit 984405b
authored
Example refactor: Content filter (#4859)
* Refs #20823: Copy ContentFilteredTopicExample files to content_filtering
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Change file names and CMakeList structure
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add CLI parser
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add application hpp and cpp
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Create publisher application
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Create subscriber application
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add test
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #Refs 20823: Rename folder to content_filter
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823 Add customizable lower bound and upper bound arguments to the example
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add changes to version.md
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Initialize interval in publisher
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Apply suggestion
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Apply suggestion: Update Readme.md
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add option none filter
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Set datareader and datawriter qos to meet the condition for writer side filtering
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Apply suggestions: Add filtering on the writer side
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Uncrustify
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Change guard name and custom filter classes name
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823 Apply suggestions
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Update ReadMe
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add new arguments to set a custom filter expression and to allowing the writer side filtering
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: add transient and ralible as arguments
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Split and modify test
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: uncrustify
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Solve windows warning
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Remove argument --reliable --transient-local
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add the right includes
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Remove folders that were added during the rebase
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
* Refs #20823: Add license
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
---------
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>1 parent b441560 commit 984405b
92 files changed
Lines changed: 1636 additions & 9086 deletions
File tree
- examples
- cpp
- content_filter
- dds
- AdvancedConfigurationExample
- BasicConfigurationExample
- Configurability
- ContentFilteredTopicExample
- CustomListenerExample
- CustomPayloadPoolExample
- DeadlineQoSExample
- DisablePositiveACKs
- Filtering
- HistoryKind
- LateJoiners
- LifespanQoSExample
- LivelinessQoS
- OwnershipStrengthQoSExample
- SampleConfig_Controller
- SampleConfig_Events
- SampleConfig_Multimedia
- test/examples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments