File tree
4 files changed
+32
-14
lines changed- libcyphal_demo/src
- submodules
4 files changed
+32
-14
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + |
Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| 32 | + | |
31 | 33 |
| |
| 34 | + | |
32 | 35 |
| |
33 |
| - | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
| |||
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
| 53 | + | |
51 | 54 |
| |
52 | 55 |
| |
53 | 56 |
| |
54 |
| - | |
| 57 | + | |
55 | 58 |
| |
56 | 59 |
| |
57 | 60 |
| |
| |||
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
63 |
| - | |
| 66 | + | |
64 | 67 |
| |
65 | 68 |
| |
66 | 69 |
| |
| |||
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 114 | + | |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| |||
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
|
Lines changed: 22 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 |
| |
19 | 22 |
| |
20 |
| - | |
21 | 23 |
| |
22 | 24 |
| |
23 |
| - | |
24 | 25 |
| |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
39 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 |
| |
41 | 49 |
| |
42 | 50 |
| |
| |||
80 | 88 |
| |
81 | 89 |
| |
82 | 90 |
| |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
83 | 97 |
| |
84 | 98 |
| |
85 | 99 |
| |
86 | 100 |
| |
87 | 101 |
| |
88 | 102 |
| |
89 |
| - | |
90 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
91 | 106 |
| |
92 | 107 |
| |
93 | 108 |
| |
| |||
196 | 211 |
| |
197 | 212 |
| |
198 | 213 |
| |
199 |
| - | |
200 |
| - | |
| 214 | + | |
| 215 | + | |
201 | 216 |
| |
202 | 217 |
| |
203 | 218 |
| |
|
- include/libcyphal/application/node/heartbeat_producer.hpp+1-1
- include/libcyphal/common/cavl/cavl.hpp+3-3
- include/libcyphal/presentation/client.hpp+4-4
- include/libcyphal/presentation/client_impl.hpp+53-21
- include/libcyphal/presentation/presentation.hpp+61-8
- include/libcyphal/presentation/presentation_delegate.hpp+4-1
- include/libcyphal/presentation/publisher_impl.hpp+43-6
- include/libcyphal/transport/can/can_transport_impl.hpp+2-3
- include/libcyphal/transport/transfer_id_generators.hpp-134
- include/libcyphal/transport/transfer_id_map.hpp+228
- test/unittest/application/node/test_heartbeat_producer.cpp+6-6
- test/unittest/presentation/test_client.cpp+81-1
- test/unittest/presentation/test_presentation.cpp+1-1
- test/unittest/presentation/test_publisher.cpp+102-3
- test/unittest/presentation/test_publisher_custom_config.cpp+2-2
- test/unittest/transport/test_transfer_id_map.cpp+69-24
- test/unittest/transport/transfer_id_map_mock.hpp+37
- test/unittest/transport/transfer_id_storage_mock.hpp+40
0 commit comments