Skip to content

Commit 0d59fb0

Browse files
committed
dded action generation
1 parent bf48e39 commit 0d59fb0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

rosidl_generator_rs/resource/action.rs.em

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ TEMPLATE(
2626
}@
2727
} // mod rmw
2828

29+
@{
30+
TEMPLATE(
31+
'msg_idiomatic.rs.em',
32+
package_name=package_name, interface_path=interface_path,
33+
msg_specs=action_msg_specs,
34+
get_rs_name=get_rs_name, get_rmw_rs_type=get_rmw_rs_type,
35+
get_idiomatic_rs_type=get_idiomatic_rs_type,
36+
constant_value_to_rs=constant_value_to_rs)
37+
}@
38+
} // mod rmw
39+
2940
@{
3041
TEMPLATE(
3142
'msg_idiomatic.rs.em',

0 commit comments

Comments
 (0)