Commit 9a524da
authored
JSON to DynamicData deserializer (#5553)
* Refs #22202. Add support for ROS 2 types
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Support all types
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Add tests
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Update versions.md
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Add missing sources
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Remove Windows warnings
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Encapsulate complex methods
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Uncrustify
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Fix null-dereference error
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Apply suggestions
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
* Refs #22202. Fix Windows deadlock in tests closure
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
---------
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>1 parent 6ec2a97 commit 9a524da
18 files changed
Lines changed: 2851 additions & 652 deletions
File tree
- include/fastdds/dds/xtypes
- src/cpp
- fastdds/xtypes
- serializers/json
- test
- feature/dynamic_types
- unittest/dds/xtypes/serializers/json
- types/comprehensive_type
- implementation
- json
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
63 | 77 | | |
64 | 78 | | |
65 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments