Struct mai400_api::KeplerElem[][src]

pub struct KeplerElem {
    pub semi_major_axis: f32,
    pub eccentricity: f32,
    pub inclination: f32,
    pub raan: f32,
    pub arg_parigee: f32,
    pub true_anomoly: f32,
}

Structure for keplarian elements returned in the standard telemetry message

Fields

Semi major axis (km)

Eccentricity

Inclination (deg)

Right ascension of ascending node (deg)

Argument of perigee (deg)

True anomaly (deg)

Trait Implementations

impl Clone for KeplerElem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KeplerElem
[src]

Formats the value using the given formatter. Read more

impl Default for KeplerElem
[src]

Returns the "default value" for a type. Read more

impl PartialEq for KeplerElem
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for KeplerElem

impl Sync for KeplerElem