Commit 5ca0c8a
Core: Added new eCAL Service Implementation (#1072)
- Client and server exchange their protocol version via registration layer.
- Server will not start before any client registration is received.
- Server starts with clients protocol version (currently 0 or 1).
- A server can handle multiple clients with different protocol version.
- A client can be connected to multiple server with different protocol versions.
- Protocol Version 1 includes a protocol handshake as first step, so the protocol can be made compatible with future versions
- IPv6 is now supported
- The eCAL API is untouched
- Many tests have been added that test the new Service Library
- The tests testing eCAL itself regarding services have been adapted and activated. They now work.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com>1 parent 8bf36ec commit 5ca0c8a
File tree
78 files changed
+9987
-1673
lines changed- app/mon
- mon_gui/src/widgets
- ecalmon_tree_widget
- models
- mon_tui/src/model
- ecal
- core_pb/src/ecal/core/pb
- core
- cfg
- include/ecal
- types
- src
- mon
- service
- service
- ecal_service
- include/ecal/service
- src
- sample
- src
- test
- src
- samples/cpp/services/math_client/src
- testing/ecal/clientserver_test
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+9987
-1673
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| |||
469 | 470 | | |
470 | 471 | | |
471 | 472 | | |
472 | | - | |
| 473 | + | |
| 474 | + | |
473 | 475 | | |
474 | 476 | | |
475 | 477 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | | - | |
135 | | - | |
| 133 | + | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
156 | | - | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| |||
261 | 264 | | |
262 | 265 | | |
263 | 266 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | 267 | | |
275 | 268 | | |
276 | 269 | | |
| |||
422 | 415 | | |
423 | 416 | | |
424 | 417 | | |
425 | | - | |
426 | 418 | | |
427 | 419 | | |
428 | 420 | | |
| |||
498 | 490 | | |
499 | 491 | | |
500 | 492 | | |
| 493 | + | |
501 | 494 | | |
502 | 495 | | |
503 | 496 | | |
| |||
545 | 538 | | |
546 | 539 | | |
547 | 540 | | |
548 | | - | |
549 | 541 | | |
550 | 542 | | |
551 | 543 | | |
| |||
0 commit comments