#[repr(C)]
#[derive(Debug, ros2_types::Ros2Msg, ros2_types::TypeDescription)]
#[ros2(package = "diagnostic_msgs", interface_type = "msg")]
#[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 DiagnosticArray {
pub header: super::super::super::std_msgs::msg::header::Header,
pub status: super::super::super::diagnostic_msgs::msg::diagnostic_status::DiagnosticStatusSeq<
0,
>,
}