We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59bb9a commit 51141b4Copy full SHA for 51141b4
rosidl_generator_rs/resource/srv.rs.em
@@ -62,6 +62,7 @@ type_name = srv_spec.namespaced_type.name
62
fn rosidl_typesupport_c__get_service_type_support_handle__@(package_name)__@(subfolder)__@(type_name)() -> libc::uintptr_t;
63
}
64
65
+ // Corresponds to @(package_name)__@(subfolder)__@(type_name)
66
pub struct @(type_name);
67
68
impl rosidl_runtime_rs::Service for @(type_name) {
0 commit comments