[][src]Trait nyx_space::od::ui::EkfTrigger

pub trait EkfTrigger {
    fn enable_ekf<S, E>(&mut self, est: &E) -> bool
    where
        S: DimName,
        E: Estimate<S>,
        DefaultAllocator: Allocator<f64, S> + Allocator<f64, S, S>
; }

A trait detailing when to switch to from a CKF to an EKF

Required methods

fn enable_ekf<S, E>(&mut self, est: &E) -> bool where
    S: DimName,
    E: Estimate<S>,
    DefaultAllocator: Allocator<f64, S> + Allocator<f64, S, S>, 

Loading content...

Implementors

impl EkfTrigger for CkfTrigger[src]

impl EkfTrigger for NumMsrEkfTrigger[src]

Loading content...