File tree
7 files changed
+87
-41
lines changed- include
- mros2
- src
7 files changed
+87
-41
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
+26-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 |
| |
5 | 9 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 |
|
+10-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 |
| - | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 |
| - | |
| 25 | + | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
44 |
| - | |
| 47 | + |
Submodule embeddedRTPS updated 62 files
- .gitignore+2-1
- .gitmodules+3
- Readme.md+10-6
- include/rtps/ThreadPool.h+4-19
- include/rtps/common/Locator.h+73-19
- include/rtps/common/types.h+24-10
- include/rtps/communication/UdpConnection.h+6-3
- include/rtps/communication/UdpDriver.h+1
- include/rtps/config_aurix.h+8
- include/rtps/config_desktop.h+13-3
- include/rtps/config_r5.h+73
- include/rtps/config_stm.h+6-1
- include/rtps/discovery/ParticipantProxyData.h+67-15
- include/rtps/discovery/SEDPAgent.h+21-1
- include/rtps/discovery/SPDPAgent.h+16-8
- include/rtps/discovery/TopicData.h+47-6
- include/rtps/entities/Domain.h+8-2
- include/rtps/entities/Participant.h+14
- include/rtps/entities/Reader.h+18-5
- include/rtps/entities/ReaderProxy.h+12-3
- include/rtps/entities/StatefulReader.h+2-2
- include/rtps/entities/StatefulReader.tpp+52-33
- include/rtps/entities/StatefulWriter.h+12-14
- include/rtps/entities/StatefulWriter.tpp+199-93
- include/rtps/entities/StatelessReader.h+3-2
- include/rtps/entities/StatelessWriter.h+8-5
- include/rtps/entities/StatelessWriter.tpp+144-63
- include/rtps/entities/Writer.h+7-1
- include/rtps/entities/WriterProxy.h+4-4
- include/rtps/ethernetif_init.h-16
- include/rtps/messages/MessageFactory.h+36-31
- include/rtps/messages/MessageReceiver.h+2-1
- include/rtps/messages/MessageTypes.h+25-2
- include/rtps/rtps.h+1-1
- include/rtps/storages/MemoryPool.h+8-7
- include/rtps/storages/SimpleHistoryCache.h+97-15
- include/rtps/storages/ThreadSafeCircularBuffer.tpp+15-7
- include/rtps/utils/Log.h+13-35
- include/rtps/utils/hash.h+11-39
- include/rtps/utils/printutils.h+4-4
- include/rtps/utils/udpUtils.h+18-5
- src/ThreadPool.cpp+42-33
- src/communication/UdpDriver.cpp+35-17
- src/discovery/ParticipantProxyData.cpp+41-10
- src/discovery/SEDPAgent.cpp+95-20
- src/discovery/SPDPAgent.cpp+49-87
- src/discovery/TopicData.cpp+34-57
- src/entities/Domain.cpp+113-57
- src/entities/Participant.cpp+135-9
- src/entities/StatelessReader.cpp+48-9
- src/messages/MessageReceiver.cpp+56-38
- src/messages/MessageTypes.cpp+2-7
- src/rtps.cpp+7-6
- src/storages/HistoryCache.cpp-102
- src/storages/PBufWrapper.cpp+13-4
- src/storages/SimpleHistoryCache.cpp-128
- thirdparty/Micro-CDR/include/ucdr/microcdr.h+1-1
- thirdparty/Micro-CDR/include/ucdr/types/string.h
- thirdparty/Micro-CDR/src/c/types/string.c+1-1
- thirdparty/lwip/lwipcfg_r5.h+2-2
- thirdparty/lwip/lwipcfg_unix.h+76
- thirdparty/lwip/lwipopts.h+1-1
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 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
+7-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 | 89 |
| |
91 | 90 |
| |
92 | 91 |
| |
93 | 92 |
| |
94 |
| - | |
95 |
| - | |
| 93 | + | |
96 | 94 |
| |
97 | 95 |
| |
98 | 96 |
| |
| |||
209 | 207 |
| |
210 | 208 |
| |
211 | 209 |
| |
212 |
| - | |
| 210 | + | |
213 | 211 |
| |
214 | 212 |
| |
215 | 213 |
| |
216 | 214 |
| |
217 | 215 |
| |
218 | 216 |
| |
219 | 217 |
| |
220 |
| - | |
| 218 | + | |
| 219 | + | |
221 | 220 |
| |
222 | 221 |
| |
223 | 222 |
| |
|
0 commit comments