[][src]Enum clyde_3g_eps_api::DaughterboardTelemetry::Type

pub enum Type {
    VoltageFeedingBcr4,
    CurrentBcr4Sa4a,
    CurrentBcr4Sa4b,
    ArrayTempSa4a,
    ArrayTempSa4b,
    SunDetectorSa4a,
    SunDetectorSa4b,
    VoltageFeedingBcr5,
    CurrentBcr5Sa5a,
    CurrentBcr5Sa5b,
    ArrayTempSa5a,
    ArrayTempSa5b,
    SunDetectorSa5a,
    SunDetectorSa5b,
    VoltageFeedingBcr6,
    CurrentBcr6Sa6a,
    CurrentBcr6Sa6b,
    ArrayTempSa6a,
    ArrayTempSa6b,
    SunDetectorSa6a,
    SunDetectorSa6b,
    VoltageFeedingBcr7,
    CurrentBcr7Sa7a,
    CurrentBcr7Sa7b,
    ArrayTempSa7a,
    ArrayTempSa7b,
    SunDetectorSa7a,
    SunDetectorSa7b,
    VoltageFeedingBcr8,
    CurrentBcr8Sa8a,
    CurrentBcr8Sa8b,
    ArrayTempSa8a,
    ArrayTempSa8b,
    SunDetectorSa8a,
    SunDetectorSa8b,
    VoltageFeedingBcr9,
    CurrentBcr9Sa9a,
    CurrentBcr9Sa9b,
    ArrayTempSa9a,
    ArrayTempSa9b,
    SunDetectorSa9a,
    SunDetectorSa9b,
    BoardTemperature,
}

Telemetry variants

Variants

VBCR4 - Voltage feeding BRC4 (V)

IBCR4A - Current BCR4, Connector SA4A (A)

IBCR4B - Current BCR4, Connection SA4B (A)

TBCR4A - Array Temp, Connector SA4A (*C)

TBCR4B - Array Temp, Connector SA4B (*C)

SDBCR4A - Sun Detector, Connector SA4A (W/m^2)

SDBCR4B - Sun Detector, Connector SA4B (W/m^2)

VBCR5 - Voltage Feeding BCR5 (V)

IBCR5A - Current BCR5, Connection SA5A (A)

IBCR5B - Current BCR5, Connector SA5B (A)

TBCR5A - Array Temp, Connector SA5A (*C)

TBCR5B - Array Temp, Connector SA5B (*C)

SDBCR5A - Sun Detector, Connector SA5A (W/m^2)

SDBCR5B - Sun Detector, Connector SA5B (W/m^2)

VBCR6 - Voltage Feeding BCR6 (V)

IBCR6A - Current BCR6, Connection SA6A (A)

IBCR6B - Current BCR6, Connector SA6B (A)

TBCR6A - Array Temp, Connector SA6A (*C)

TBCR6B - Array Temp, Connector SA6B (*C)

SDBCR6A - Sun Detector, Connector SA6A (W/m^2)

SDBCR6B - Sun Detector, Connector SA6B (W/m^2)

VBCR7 - Voltage Feeding BCR7 (V)

IBCR7A - Current BCR7, Connection SA7A (A)

IBCR7B - Current BCR7, Connector SA7B (A)

TBCR7A - Array Temp, Connector SA7A (*C)

TBCR7B - Array Temp, Connector SA7B (*C)

SDBCR7A - Sun Detector, Connector SA7A (W/m^2)

SDBCR7B - Sun Detector, Connector SA7B (W/m^2)

VBCR8 - Voltage Feeding BCR8 (V)

IBCR8A - Current BCR8, Connection SA8A (A)

IBCR8B - Current BCR8, Connector SA8B (A)

TBCR8A - Array Temp, Connector SA8A (*C)

TBCR8B - Array Temp, Connector SA8B (*C)

SDBCR8A - Sun Detector, Connector SA8A (W/m^2)

SDBCR8B - Sun Detector, Connector SA8B (W/m^2)

VBCR9 - Voltage Feeding BCR9 (V)

IBCR9A - Current BC96, Connection SA9A (A)

IBCR9B - Current BCR9, Connector SA9B (A)

TBCR9A - Array Temp, Connector SA9A (*C)

TBCR9B - Array Temp, Connector SA9B (*C)

SDBCR9A - Sun Detector, Connector SA9A (W/m^2)

SDBCR9B - Sun Detector, Connector SA9B (W/m^2)

TLM_TBRD_DB - 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]