#[repr(C)]
#[derive(Debug, ros2_types::Ros2Msg, ros2_types::TypeDescription)]
#[ros2(package = "rcl_interfaces", interface_type = "srv")]
#[cfg_attr(
not(feature = "rcl"),
derive(ros2_types::serde::Serialize, ros2_types::serde::Deserialize)
)]
#[cfg_attr(not(feature = "rcl"), serde(crate = "ros2_types::serde"))]
pub struct ListParameters_Request {
pub prefixes: crate::msg::RosStringSeq<0, 0>,
pub depth: u64,
}
impl ListParameters_Request {
pub const DEPTH_RECURSIVE: u64 = 0;
}
#[repr(C)]
#[derive(Debug, ros2_types::Ros2Msg, ros2_types::TypeDescription)]
#[ros2(package = "rcl_interfaces", interface_type = "srv")]
#[cfg_attr(
not(feature = "rcl"),
derive(ros2_types::serde::Serialize, ros2_types::serde::Deserialize)
)]
#[cfg_attr(not(feature = "rcl"), serde(crate = "ros2_types::serde"))]
pub struct ListParameters_Response {
pub result: super::super::super::rcl_interfaces::msg::list_parameters_result::ListParametersResult,
}