[−][src]Enum clyde_3g_eps_api::DaughterboardTelemetry::Type
Telemetry variants
Variants
VoltageFeedingBcr4
VBCR4 - Voltage feeding BRC4 (V)
CurrentBcr4Sa4a
IBCR4A - Current BCR4, Connector SA4A (A)
CurrentBcr4Sa4b
IBCR4B - Current BCR4, Connection SA4B (A)
ArrayTempSa4a
TBCR4A - Array Temp, Connector SA4A (*C)
ArrayTempSa4b
TBCR4B - Array Temp, Connector SA4B (*C)
SunDetectorSa4a
SDBCR4A - Sun Detector, Connector SA4A (W/m^2)
SunDetectorSa4b
SDBCR4B - Sun Detector, Connector SA4B (W/m^2)
VoltageFeedingBcr5
VBCR5 - Voltage Feeding BCR5 (V)
CurrentBcr5Sa5a
IBCR5A - Current BCR5, Connection SA5A (A)
CurrentBcr5Sa5b
IBCR5B - Current BCR5, Connector SA5B (A)
ArrayTempSa5a
TBCR5A - Array Temp, Connector SA5A (*C)
ArrayTempSa5b
TBCR5B - Array Temp, Connector SA5B (*C)
SunDetectorSa5a
SDBCR5A - Sun Detector, Connector SA5A (W/m^2)
SunDetectorSa5b
SDBCR5B - Sun Detector, Connector SA5B (W/m^2)
VoltageFeedingBcr6
VBCR6 - Voltage Feeding BCR6 (V)
CurrentBcr6Sa6a
IBCR6A - Current BCR6, Connection SA6A (A)
CurrentBcr6Sa6b
IBCR6B - Current BCR6, Connector SA6B (A)
ArrayTempSa6a
TBCR6A - Array Temp, Connector SA6A (*C)
ArrayTempSa6b
TBCR6B - Array Temp, Connector SA6B (*C)
SunDetectorSa6a
SDBCR6A - Sun Detector, Connector SA6A (W/m^2)
SunDetectorSa6b
SDBCR6B - Sun Detector, Connector SA6B (W/m^2)
VoltageFeedingBcr7
VBCR7 - Voltage Feeding BCR7 (V)
CurrentBcr7Sa7a
IBCR7A - Current BCR7, Connection SA7A (A)
CurrentBcr7Sa7b
IBCR7B - Current BCR7, Connector SA7B (A)
ArrayTempSa7a
TBCR7A - Array Temp, Connector SA7A (*C)
ArrayTempSa7b
TBCR7B - Array Temp, Connector SA7B (*C)
SunDetectorSa7a
SDBCR7A - Sun Detector, Connector SA7A (W/m^2)
SunDetectorSa7b
SDBCR7B - Sun Detector, Connector SA7B (W/m^2)
VoltageFeedingBcr8
VBCR8 - Voltage Feeding BCR8 (V)
CurrentBcr8Sa8a
IBCR8A - Current BCR8, Connection SA8A (A)
CurrentBcr8Sa8b
IBCR8B - Current BCR8, Connector SA8B (A)
ArrayTempSa8a
TBCR8A - Array Temp, Connector SA8A (*C)
ArrayTempSa8b
TBCR8B - Array Temp, Connector SA8B (*C)
SunDetectorSa8a
SDBCR8A - Sun Detector, Connector SA8A (W/m^2)
SunDetectorSa8b
SDBCR8B - Sun Detector, Connector SA8B (W/m^2)
VoltageFeedingBcr9
VBCR9 - Voltage Feeding BCR9 (V)
CurrentBcr9Sa9a
IBCR9A - Current BC96, Connection SA9A (A)
CurrentBcr9Sa9b
IBCR9B - Current BCR9, Connector SA9B (A)
ArrayTempSa9a
TBCR9A - Array Temp, Connector SA9A (*C)
ArrayTempSa9b
TBCR9B - Array Temp, Connector SA9B (*C)
SunDetectorSa9a
SDBCR9A - Sun Detector, Connector SA9A (W/m^2)
SunDetectorSa9b
SDBCR9B - Sun Detector, Connector SA9B (W/m^2)
BoardTemperature
TLM_TBRD_DB - Board Temperature (*C)
Trait Implementations
impl Clone for Type
[src]
fn clone(&self) -> Type
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Type
[src]
impl Eq for Type
[src]
impl PartialEq<Type> for Type
[src]
fn eq(&self, other: &Type) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Debug for Type
[src]
impl Hash for Type
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,