Struct open_protocol::types::FlightData [] [src]

pub struct FlightData {
    pub timestamp: Timestamp,
    pub syncstamp: SyncStamp,
    pub quaternion: QuaternionData,
    pub acceleration: CommonData,
    pub linear_velocity: VelocityData,
    pub angular_velocity: CommonData,
    pub position: PositionData,
    pub relative_position: RelativePosition,
    pub gps: GPSData,
    pub rtk: RTKData,
    pub magnet: MagnetData,
    pub rc: RcData,
    pub gimbal: GimbalData,
    pub status: FlightStatus,
    pub extra_status: FlightExtraStatus,
    pub battery_info: BatteryInfo,
    pub battery: u8,
    pub control_info: ControlInfo,
}

Fields

Methods

impl FlightData
[src]

Trait Implementations

impl Debug for FlightData
[src]

Formats the value using the given formatter.

impl Copy for FlightData
[src]

impl Clone for FlightData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FlightData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for FlightData
[src]

Returns the "default value" for a type. Read more

impl Display for FlightData
[src]

Formats the value using the given formatter. Read more