[−][src]Enum clyde_3g_eps_api::MotherboardTelemetry::Type
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 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,