Trait nyx_space::od::MeasurementDevice[][src]

pub trait MeasurementDevice<MsrIn, Msr> where
    Self: Sized,
    Msr: Measurement,
    DefaultAllocator: Allocator<f64, Msr::StateSize> + Allocator<f64, Msr::MeasurementSize> + Allocator<f64, Msr::MeasurementSize, Msr::StateSize>, 
{ fn measure(&self, input: &MsrIn) -> Option<Msr>; }
Expand description

A trait to generalize measurement devices such as a ground station

Required methods

Returns the measurement if the device and generate one, else returns None

Implementors

Perform a measurement from the ground station to the receiver (rx).

Perform a measurement from the ground station to the receiver (rx).