Skip to content

Commit

Permalink
add missing C action symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 5, 2019
1 parent ecdf4b9 commit 39743a5
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,27 @@ from rosidl_parser.definition import Action
}@
@[for action in content.get_elements_of_type(Action)]@

@{
TEMPLATE(
'msg__rosidl_typesupport_fastrtps_c.h.em',
package_name=package_name, interface_path=interface_path, message=action.goal_request,
include_directives=include_directives)
}@

@{
TEMPLATE(
'msg__rosidl_typesupport_fastrtps_c.h.em',
package_name=package_name, interface_path=interface_path, message=action.result_response,
include_directives=include_directives)
}@

@{
TEMPLATE(
'msg__rosidl_typesupport_fastrtps_c.h.em',
package_name=package_name, interface_path=interface_path, message=action.feedback,
include_directives=include_directives)
}@

@{
TEMPLATE(
'srv__rosidl_typesupport_fastrtps_c.h.em',
Expand Down

0 comments on commit 39743a5

Please sign in to comment.