Enum nyx_space::io::formatter::NavSolutionHeader[][src]

pub enum NavSolutionHeader {
Show variants Epoch(EpochFormat), EstimatedState(Vec<StateHeader>), NominalState(Vec<StateHeader>), Delta_x, Delta_y, Delta_z, Delta_vx, Delta_vy, Delta_vz, Cx_x { frame: Option<String>, }, Cy_x { frame: Option<String>, }, Cy_y { frame: Option<String>, }, Cz_x { frame: Option<String>, }, Cz_y { frame: Option<String>, }, Cz_z { frame: Option<String>, }, Cx_dot_x { frame: Option<String>, }, Cx_dot_y { frame: Option<String>, }, Cx_dot_z { frame: Option<String>, }, Cx_dot_x_dot { frame: Option<String>, }, Cy_dot_x { frame: Option<String>, }, Cy_dot_y { frame: Option<String>, }, Cy_dot_z { frame: Option<String>, }, Cy_dot_x_dot { frame: Option<String>, }, Cy_dot_y_dot { frame: Option<String>, }, Cz_dot_x { frame: Option<String>, }, Cz_dot_y { frame: Option<String>, }, Cz_dot_z { frame: Option<String>, }, Cz_dot_x_dot { frame: Option<String>, }, Cz_dot_y_dot { frame: Option<String>, }, Cz_dot_z_dot { frame: Option<String>, },
}
Expand description

Allowed headers, with an optional frame. TODO: Support units

Variants

The epoch in the specified format

EstimatedState(Vec<StateHeader>)

Headers for the estimated state

NominalState(Vec<StateHeader>)

Headers for the nominal state

Delta_x

Orbit deviation X (km)

Delta_y

Orbit deviation Y (km)

Delta_z

Orbit deviation Z (km)

Delta_vx

Orbit deviation VX (km/s)

Delta_vy

Orbit deviation VY (km/s)

Delta_vz

Orbit deviation VZ (km/s)

Cx_x

Covariance matrix [1,1]

Show fields

Fields of Cx_x

frame: Option<String>
Cy_x

Covariance matrix [2,1]

Show fields

Fields of Cy_x

frame: Option<String>
Cy_y

Covariance matrix [2,2]

Show fields

Fields of Cy_y

frame: Option<String>
Cz_x

Covariance matrix [3,1]

Show fields

Fields of Cz_x

frame: Option<String>
Cz_y

Covariance matrix [3,2]

Show fields

Fields of Cz_y

frame: Option<String>
Cz_z

Covariance matrix [3,3]

Show fields

Fields of Cz_z

frame: Option<String>
Cx_dot_x

Covariance matrix [4,1]

Show fields

Fields of Cx_dot_x

frame: Option<String>
Cx_dot_y

Covariance matrix [4,2]

Show fields

Fields of Cx_dot_y

frame: Option<String>
Cx_dot_z

Covariance matrix [4,3]

Show fields

Fields of Cx_dot_z

frame: Option<String>
Cx_dot_x_dot

Covariance matrix [4,4]

Show fields

Fields of Cx_dot_x_dot

frame: Option<String>
Cy_dot_x

Covariance matrix [5,1]

Show fields

Fields of Cy_dot_x

frame: Option<String>
Cy_dot_y

Covariance matrix [5,2]

Show fields

Fields of Cy_dot_y

frame: Option<String>
Cy_dot_z

Covariance matrix [5,3]

Show fields

Fields of Cy_dot_z

frame: Option<String>
Cy_dot_x_dot

Covariance matrix [5,4]

Show fields

Fields of Cy_dot_x_dot

frame: Option<String>
Cy_dot_y_dot

Covariance matrix [5,5]

Show fields

Fields of Cy_dot_y_dot

frame: Option<String>
Cz_dot_x

Covariance matrix [6,1]

Show fields

Fields of Cz_dot_x

frame: Option<String>
Cz_dot_y

Covariance matrix [6,2]

Show fields

Fields of Cz_dot_y

frame: Option<String>
Cz_dot_z

Covariance matrix [6,3]

Show fields

Fields of Cz_dot_z

frame: Option<String>
Cz_dot_x_dot

Covariance matrix [6,4]

Show fields

Fields of Cz_dot_x_dot

frame: Option<String>
Cz_dot_y_dot

Covariance matrix [6,5]

Show fields

Fields of Cz_dot_y_dot

frame: Option<String>
Cz_dot_z_dot

Covariance matrix [6,6]

Show fields

Fields of Cz_dot_z_dot

frame: Option<String>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.