[−][src]Enum clyde_3g_eps_api::DaughterboardTelemetry::Type
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 Eq for Type
[src]
impl Clone for Type
[src]
impl PartialEq<Type> for Type
[src]
impl Copy for Type
[src]
impl Hash for Type
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Debug for Type
[src]
Auto Trait Implementations
impl Send for Type
impl Unpin for Type
impl Sync for Type
impl UnwindSafe for Type
impl RefUnwindSafe for Type
Blanket Implementations
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> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for 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,