Skip to content

Commit

Permalink
goal response, result request
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 24, 2018
1 parent be891f1 commit c43d7fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rosidl_generator_c/resource/idl__struct.h.em
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,20 @@ TEMPLATE(
message=action.goal_request, include_directives=include_directives)
}@

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

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

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

0 comments on commit c43d7fa

Please sign in to comment.