Trait nyx_space::md::ui::TimeTagged[][src]

pub trait TimeTagged {
    fn epoch(&self) -> Epoch;
fn set_epoch(&mut self, epoch: Epoch); fn shift_by(&mut self, duration: Duration) { ... } }

A trait allowing for something to have an epoch

Required methods

fn epoch(&self) -> Epoch[src]

Retrieve the Epoch

fn set_epoch(&mut self, epoch: Epoch)[src]

Set the Epoch

Loading content...

Provided methods

fn shift_by(&mut self, duration: Duration)[src]

Shift this epoch by a duration (can be negative)

Loading content...

Implementors

impl TimeTagged for Orbit[src]

impl TimeTagged for SpacecraftState[src]

impl TimeTagged for DopplerMsr[src]

impl TimeTagged for RangeMsr[src]

impl TimeTagged for StdMeasurement[src]

Loading content...