Struct mai400_service::RVInput[][src]

pub struct RVInput {
    pub eci_pos: Vec<f64>,
    pub eci_vel: Vec<f64>,
    pub time_epoch: i32,
}

RV input fields for update mutation

Fields

X, Y, Z ECI position values

X, Y, Z ECI velocity values

GPS time at Epoch

Auto Trait Implementations

impl Send for RVInput

impl Sync for RVInput