Skip to content

Commit

Permalink
DynamicType to IDL serializer
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima committed May 14, 2024
1 parent 9acc317 commit c807037
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/fastdds/dds/xtypes/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <fastdds/dds/core/ReturnCode.hpp>
#include <fastdds/dds/xtypes/dynamic_types/DynamicData.hpp>
#include <fastdds/dds/xtypes/dynamic_types/DynamicType.hpp>

namespace eprosima {
namespace fastdds {
Expand Down Expand Up @@ -59,6 +60,10 @@ ReturnCode_t json_serialize(
std::string& output,
DynamicDataJsonFormat format) noexcept;

// TODO
std::string generate_idl_schema(
const traits<DynamicType>::ref_type& dynamic_type);

} // dds
} // fastdds
} // eprosima
Expand Down
Loading

0 comments on commit c807037

Please sign in to comment.