Skip to content

Commit c807037

Browse files
DynamicType to IDL serializer
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent 9acc317 commit c807037

2 files changed

Lines changed: 451 additions & 0 deletions

File tree

include/fastdds/dds/xtypes/utils.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include <fastdds/dds/core/ReturnCode.hpp>
2626
#include <fastdds/dds/xtypes/dynamic_types/DynamicData.hpp>
27+
#include <fastdds/dds/xtypes/dynamic_types/DynamicType.hpp>
2728

2829
namespace eprosima {
2930
namespace fastdds {
@@ -59,6 +60,10 @@ ReturnCode_t json_serialize(
5960
std::string& output,
6061
DynamicDataJsonFormat format) noexcept;
6162

63+
// TODO
64+
std::string generate_idl_schema(
65+
const traits<DynamicType>::ref_type& dynamic_type);
66+
6267
} // dds
6368
} // fastdds
6469
} // eprosima

0 commit comments

Comments
 (0)