Struct simulation::Measurement [] [src]

pub struct Measurement {
    pub uav_state: UavState,
    pub rssi: f32,
}

A measurement taken by a UAV at a particular point in time

Fields

The state of the UAV when the measurement was taken

The measurement obtained

Trait Implementations

impl Copy for Measurement
[src]

impl Clone for Measurement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more