Struct mai400_api::IREHSTelemetry[][src]

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 Clone for IREHSTelemetry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IREHSTelemetry
[src]

Formats the value using the given formatter. Read more

impl Default for IREHSTelemetry
[src]

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

impl PartialEq for IREHSTelemetry
[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 IREHSTelemetry

impl Sync for IREHSTelemetry