[][src]Enum clyde_3g_eps_api::MotherboardTelemetry::Type

pub enum Type {
    VoltageFeedingBcr1,
    CurrentBcr1Sa1a,
    CurrentBcr1Sa1b,
    ArrayTempSa1a,
    ArrayTempSa1b,
    SunDetectorSa1a,
    SunDetectorSa1b,
    VoltageFeedingBcr2,
    CurrentBcr2Sa2a,
    CurrentBcr2Sa2b,
    ArrayTempSa2a,
    ArrayTempSa2b,
    SunDetectorSa2a,
    SunDetectorSa2b,
    VoltageFeedingBcr3,
    CurrentBcr3Sa3a,
    CurrentBcr3Sa3b,
    ArrayTempSa3a,
    ArrayTempSa3b,
    SunDetectorSa3a,
    SunDetectorSa3b,
    BcrOutputCurrent,
    BcrOutputVoltage,
    CurrentDraw3V3,
    CurrentDraw5V,
    OutputCurrent12V,
    OutputVoltage12V,
    OutputCurrentBattery,
    OutputVoltageBattery,
    OutputCurrent5V,
    OutputVoltage5V,
    OutputCurrent33V,
    OutputVoltage33V,
    OutputVoltageSwitch1,
    OutputCurrentSwitch1,
    OutputVoltageSwitch2,
    OutputCurrentSwitch2,
    OutputVoltageSwitch3,
    OutputCurrentSwitch3,
    OutputVoltageSwitch4,
    OutputCurrentSwitch4,
    OutputVoltageSwitch5,
    OutputCurrentSwitch5,
    OutputVoltageSwitch6,
    OutputCurrentSwitch6,
    OutputVoltageSwitch7,
    OutputCurrentSwitch7,
    OutputVoltageSwitch8,
    OutputCurrentSwitch8,
    OutputVoltageSwitch9,
    OutputCurrentSwitch9,
    OutputVoltageSwitch10,
    OutputCurrentSwitch10,
    BoardTemperature,
}

Telemetry variants

Variants

VBCR1 - Voltage feeding BRC1 (V)

IBCR1A - Current BCR1, Connector SA1A (A)

IBCR1B - Current BCR1, Connection SA1B (A)

TBCR1A - Array Temp, Connector SA1A (*C)

TBCR1B - Array Temp, Connector SA1B (*C)

SDBCR1A - Sun Detector, Connector SA1A (W/m^2)

SDBCR1B - Sun Detector, Connector SA1B (W/m^2)

VBCR2 - Voltage Feeding BCR2 (V)

IBCR2A - Current BCR2, Connection SA2A (A)

IBCR2B - Current BCR2, Connector SA2B (A)

TBCR2A - Array Temp, Connector SA2A (*C)

TBCR2B - Array Temp, Connector SA2B (*C)

SDBCR2A - Sun Detector, Connector SA2A (W/m^2)

SDBCR2B - Sun Detector, Connector SA2B (W/m^2)

VBCR3 - Voltage Feeding BCR3 (V)

IBCR3A - Current BCR3, Connection SA3A (A)

IBCR3B - Current BCR3, Connector SA3B (A)

TBCR3A - Array Temp, Connector SA3A (*C)

TBCR3B - Array Temp, Connector SA3B (*C)

SDBCR3A - Sun Detector, Connector SA3A (W/m^2)

SDBCR3B - Sun Detector, Connector SA3B (W/m^2)

IIDIODE_OUT - BCR Output Current (mA)

VIDIODE_OUT - BCR Output Voltage (V)

I3V3_DRW - 3V3 Current Draw of EPS (A)

I5V_DRW - 5V Current Draw of EPS (A)

IPCM12V - Output Current of 12V bus (mA)

VPCM12V - Output Voltage of 12V bus (V)

IPCMBATV - Output Current of Battery Bus (mA)

VPCMBATV - Output Voltage of Battery Bus (V)

IPCM5V - Output Current of 5V bus (mA)

VPCM5V - Output Voltage of 5V bus (V)

IPCM3V3 - Output Current of 3.3V Bus (mA)

VPCM3V3 - Output Voltage of 3.3V Bus (V)

VSW1 - Output Voltage Switch 1 (V)

ISW1 - Output Current Switch 1 (A)

VSW2 - Output Voltage Switch 2 (V)

ISW2 - Output Current Switch 2 (A)

VSW3 - Output Voltage Switch 3 (V)

ISW3 - Output Current Switch 3 (A)

VSW4 - Output Voltage Switch 4 (V)

ISW4 - Output Current Switch 4 (A)

VSW5 - Output Voltage Switch 5 (V)

ISW5 - Output Current Switch 5 (A)

VSW6 - Output Voltage Switch 6 (V)

ISW6 - Output Current Switch 6 (A)

VSW7 - Output Voltage Switch 7 (V)

ISW7 - Output Current Switch 7 (A)

VSW8 - Output Voltage Switch 8 (V)

ISW8 - Output Current Switch 8 (A)

VSW9 - Output Voltage Switch 9 (V)

ISW9 - Output Current Switch 9 (A)

VSW10 - Output Voltage Switch 10 (V)

ISW10 - Output Current Switch 10 (A)

TBRD - Board Temperature (*C)

Trait Implementations

impl PartialEq<Type> for Type
[src]

This method tests for !=.

impl Clone for Type
[src]

Performs copy-assignment from source. Read more

impl Copy for Type
[src]

impl Eq for Type
[src]

impl Debug for Type
[src]

impl Hash for Type
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type

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]