Skip to content

Commit

Permalink
Generate schemas as OMG IDLs (#66)
Browse files Browse the repository at this point in the history
* Generate schemas as OMG IDLs

Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>

* Write dependencies before parent

Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>

* Update tests

Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>

* Rebase fix

Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>

* Add more test cases

Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>

---------

Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima authored Oct 11, 2023
1 parent 47856ff commit 46432fc
Show file tree
Hide file tree
Showing 36 changed files with 4,454 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace core {
namespace types {

DDSPIPE_CORE_DllAPI
std::string generate_ros2_schema(
std::string generate_idl_schema(
const fastrtps::types::DynamicType_ptr& dynamic_type);

} /* namespace types */
Expand Down
Loading

0 comments on commit 46432fc

Please sign in to comment.