pub type DebugFloatArray = DebugFloatArray;Expand description
Originally defined in common::messages::debug_float_array.
Aliased Type§
pub struct DebugFloatArray {
pub time_usec: u64,
pub name: [u8; 10],
pub array_id: u16,
pub data: [f32; 58],
}Fields§
§time_usec: u64MAVLink field time_usec.
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
name: [u8; 10]MAVLink field name.
Name, for human-friendly display in a Ground Control Station
array_id: u16MAVLink field array_id.
Unique ID used to discriminate between arrays
data: [f32; 58]MAVLink field data.
data