[][src]Struct mai400_api::IREHSTelemetry

pub struct IREHSTelemetry {
    pub thermopiles_a: [u16; 4],
    pub thermopiles_b: [u16; 4],
    pub temp_a: [u16; 4],
    pub temp_b: [u16; 4],
    pub dip_angle_a: i32,
    pub dip_angle_b: i32,
    pub solution_degraded: [ThermopileFlags; 8],
}

IR Earth Horizon Sensor telemetry data

Fields

IREHS A Thermopile Sensors 12-bit ADC (0.8059 mV per lsb) [earth limb, earth reference, space reference, wide FOV]

IREHS B Thermopile Sensors 12-bit ADC (0.8059 mV per lsb) [earth limb, earth reference, space reference, wide FOV]

Thermistor Temp 12-bit ADC for A (0.8059 mV per lsb) [earth limb, earth reference, space reference, wide FOV]

Thermistor Temp 12-bit ADC for B (0.8059 mV per lsb) [earth limb, earth reference, space reference, wide FOV]

Calculated dip angle of Earth limb for A in degrees

Calculated dip angle of Earth limb for B in degrees

Degradation codes for thermopiles [{A}, {B}]

Methods

impl IREHSTelemetry
[src]

Constructor. Converts a raw data array received from the MAI-400 into a usable structure

Trait Implementations

impl Default for IREHSTelemetry
[src]

impl PartialEq<IREHSTelemetry> for IREHSTelemetry
[src]

impl Clone for IREHSTelemetry
[src]

Performs copy-assignment from source. Read more

impl Debug for IREHSTelemetry
[src]

Auto Trait Implementations

impl Send for IREHSTelemetry

impl Sync for IREHSTelemetry

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]