Commit 0096d75
authored
Account for notification sample in
* Refs #24120. Extend `return_sample_when_writer_disappears` blackbox test.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #24120. Refactor `ReadTakeCommand::generate_info`.
Moving code to a public static method so it can be used outside.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #24120. Account for notification sample in `DataReaderHistory::get_first_untaken_info`.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #24121. Please uncrustify.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
* Refs #24121. Fix build error.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
---------
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>DataReaderHistory::get_first_untaken_info (#6276)1 parent 84d83db commit 0096d75
File tree
3 files changed
+63
-26
lines changed- src/cpp/fastdds/subscriber
- DataReaderImpl
- history
- test/blackbox/common
3 files changed
+63
-26
lines changedLines changed: 35 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
283 | 317 | | |
284 | 318 | | |
285 | 319 | | |
| |||
418 | 452 | | |
419 | 453 | | |
420 | 454 | | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
| 455 | + | |
441 | 456 | | |
442 | 457 | | |
443 | 458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
385 | 392 | | |
386 | 393 | | |
387 | 394 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
1548 | 1550 | | |
1549 | 1551 | | |
1550 | 1552 | | |
| 1553 | + | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
1551 | 1559 | | |
1552 | 1560 | | |
1553 | 1561 | | |
| |||
1569 | 1577 | | |
1570 | 1578 | | |
1571 | 1579 | | |
1572 | | - | |
1573 | | - | |
1574 | | - | |
1575 | 1580 | | |
1576 | 1581 | | |
1577 | 1582 | | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
1578 | 1593 | | |
1579 | 1594 | | |
1580 | 1595 | | |
| |||
0 commit comments