Commit cb4adba
authored
Adding RTPS API extensions to support additional features (#2552)
* Refs 13966. Move reader_data_filter API to RTPSWriter.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Rename and add specific reader filter interfaces.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added WriterListener::on_reader_discovery.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added ReaderListener::on_writer_discovery.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added ContentFilterProperty header file.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added content_filter field to RTPSParticipantAllocationAttributes.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added content filter information to ReaderProxyData.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Removed ReaderProxyData forward declaration on WriterAttributes.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Fixed ReaderProxyData mock.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. EDP reader registration APIs extended.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Fix some include-what-you-use related to EDP header.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added content_filter accessors on ReaderProxyData.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Isolate brief doxydoc lines.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Remove dll export on child classes.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Remove unused header.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Default value for new arguments.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Include order.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Added CacheChange_t::inline_qos.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Single method on RTPSWriter with original name.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. New namespace for ContentFilterProperty.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Fixing mock classes.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Adding allocation limits for reader filters to WriterResourceLimitsQos.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Update doxydoc.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Linters.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Adding on_sample_lost to ReaderListener.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Doxydoc on ContentFilterProperty.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
* Refs 13966. Adding information to versions.md.
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>1 parent 0fcc299 commit cb4adba
File tree
35 files changed
+476
-143
lines changed- include/fastdds
- dds
- builtin/typelookup
- core/policy
- rtps
- attributes
- builtin
- data
- discovery/endpoint
- common
- participant
- reader
- writer
- src/cpp
- fastrtps_deprecated/subscriber
- rtps
- builtin
- data
- discovery
- endpoint
- participant
- liveliness
- participant
- security
- writer
- test/mock/rtps
- RTPSParticipant/fastdds/rtps/participant
- ReaderProxyData/fastdds/rtps/builtin/data
- StatefulWriter/fastdds/rtps/writer
35 files changed
+476
-143
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2831 | 2831 | | |
2832 | 2832 | | |
2833 | 2833 | | |
2834 | | - | |
| 2834 | + | |
| 2835 | + | |
2835 | 2836 | | |
2836 | 2837 | | |
2837 | 2838 | | |
2838 | 2839 | | |
| 2840 | + | |
| 2841 | + | |
2839 | 2842 | | |
2840 | 2843 | | |
2841 | 2844 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
143 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
157 | | - | |
158 | | - | |
159 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
165 | | - | |
| 170 | + | |
| 171 | + | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
| |||
Lines changed: 80 additions & 0 deletions
| 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 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
230 | 255 | | |
231 | 256 | | |
232 | 257 | | |
| |||
458 | 483 | | |
459 | 484 | | |
460 | 485 | | |
| 486 | + | |
| 487 | + | |
461 | 488 | | |
462 | 489 | | |
463 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
161 | | - | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
169 | | - | |
| 171 | + | |
| 172 | + | |
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
| |||
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
183 | | - | |
184 | | - | |
185 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
186 | 190 | | |
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
191 | | - | |
| 195 | + | |
| 196 | + | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
142 | | - | |
143 | | - | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
150 | | - | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
181 | | - | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
0 commit comments