Commit 533f3ea
DDS data publication implementation (#5)
* DDS data publication implementation
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Skip null JSON elements
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Resolve conflicts
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
* Overload create_dds_enabler with configuration
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
* Fix tests
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
* Use CDRv1 when serializing data to be published
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Rebase fixes and updates
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* TMP: use custom artifact in CI
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Store DomainParticipantFactory reference in DDSEnabler objects
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Change unique_ptr to shared_ptr in create_dds_enabler
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Tackle pending TODOs
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Uncrustify all
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Fix Windows compilation
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Disable tests for unsupported optional types
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refactor participant tests
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Rename request callbacks to query
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Add publish Docker tests
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Compile example in CI
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Polish public API and export missing Dlls
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Remove nlohmann JSON include in headers
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Uncrustify
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Add missing doxygen of public API
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Apply suggestions
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Add .gitignore
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Apply pending suggestion
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Remove use of designated initializers (Windows...)
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Super NIT
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Pull ROS 2 image before running tests
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
---------
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
Co-authored-by: Eugenio Collado <eugeniocollado@eprosima.com>1 parent 18efa2d commit 533f3ea
88 files changed
Lines changed: 8508 additions & 1049 deletions
File tree
- .github/workflows
- ddsenabler_participants
- include/ddsenabler_participants
- types/dynamic_types_collection
- src/cpp
- types/dynamic_types_collection
- test
- types
- ddsenabler_test
- compose
- scripts
- test_cases
- publish
- discovered_type
- samples
- requested_type
- persistence
- topics
- types
- samples
- reception
- topics_json
- topics_yaml
- topics_json
- topics_yaml
- ddsenabler_yaml
- include/ddsenabler_yaml
- src/cpp
- test
- resources
- ddsenabler
- examples
- include/ddsenabler
- src/cpp
- test
- ddsEnablerTests
- ddsEnablerTypedTests
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments