Commit 2c49682
authored
Repeater Implementation (#249)
* Refs #15188: Implement Initial peers in core
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #15188: Add blackbox tests to initial peers
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #15188: Add initial peers to yaml
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #15188: Update Yaml schema
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #15191: Add it to tool tests
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #15191: Add example resources
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #15191: Correct and tie up loose ends
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Move payload Pool to subfolder
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Implement Repeater Participant
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Add documentation
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Add release notes
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Allow only one Participant if repeater
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Update yaml schema configuration
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Implement generic limitless Pool
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Add code comments and refactor LimitlessPool
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Apply suggestions (except name changes)
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Apply docs documentation
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Change classes names
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Rebase over initial peers
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: fix repeater configuration test
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: Refactor Participant Kind names
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: fix rebase
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: apply code suggestions
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: change Participant classes names
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: apply documentation changes
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: apply docs suggestions
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: remove number_of_participants test
Signed-off-by: jparisu <javierparis@eprosima.com>
* Refs #14951: uncrustify
Signed-off-by: jparisu <javierparis@eprosima.com>1 parent df44e10 commit 2c49682
135 files changed
Lines changed: 4024 additions & 532 deletions
File tree
- ddsrouter_core
- include/ddsrouter_core
- configuration
- participant
- types
- address
- participant
- security/tls
- src/cpp
- communication
- configuration
- participant
- core
- efficiency
- cache_change
- payload
- participant
- implementations
- auxiliar
- impl
- rtps
- impl
- reader
- implementations/rtps
- types
- address
- dds
- security/tls
- writer
- implementations/rtps
- filter
- test
- TestUtils
- blackbox
- ddsrouter_core
- dds
- InitialPeers
- WAN
- local
- trivial
- implementations
- unittest
- _configuration
- configuration
- core/participant_factory
- efficiency
- types/participant
- ddsrouter_utils/include/ddsrouter_utils/pool
- impl
- ddsrouter_yaml
- include/ddsrouter_yaml
- src/cpp
- test
- TestUtils
- unittest
- entities/ddsrouter
- participants
- yaml_tags
- docs
- resources
- examples
- getting_started
- use_cases/ros_cloud
- rst
- appendixes
- examples
- figures
- notes
- use_cases
- user_manual
- participants
- resources/configurations/examples
- tools
- ddsrouter_tool/test/application
- configurations
- ddsrouter_yaml_validator
- ddsrouter_yaml_validator
- tests
- invalid_configuration_files
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Lines changed: 83 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 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
ddsrouter_core/include/ddsrouter_core/configuration/participant/SimpleParticipantConfiguration.hpp
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
Lines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
97 | | - | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
155 | 172 | | |
156 | 173 | | |
157 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
223 | 227 | | |
224 | 228 | | |
225 | 229 | | |
| |||
0 commit comments