[−][src]Enum clyde_3g_eps_api::MotherboardTelemetry::Type
Telemetry variants
Variants
VoltageFeedingBcr1
VBCR1 - Voltage feeding BRC1 (V)
CurrentBcr1Sa1a
IBCR1A - Current BCR1, Connector SA1A (A)
CurrentBcr1Sa1b
IBCR1B - Current BCR1, Connection SA1B (A)
ArrayTempSa1a
TBCR1A - Array Temp, Connector SA1A (*C)
ArrayTempSa1b
TBCR1B - Array Temp, Connector SA1B (*C)
SunDetectorSa1a
SDBCR1A - Sun Detector, Connector SA1A (W/m^2)
SunDetectorSa1b
SDBCR1B - Sun Detector, Connector SA1B (W/m^2)
VoltageFeedingBcr2
VBCR2 - Voltage Feeding BCR2 (V)
CurrentBcr2Sa2a
IBCR2A - Current BCR2, Connection SA2A (A)
CurrentBcr2Sa2b
IBCR2B - Current BCR2, Connector SA2B (A)
ArrayTempSa2a
TBCR2A - Array Temp, Connector SA2A (*C)
ArrayTempSa2b
TBCR2B - Array Temp, Connector SA2B (*C)
SunDetectorSa2a
SDBCR2A - Sun Detector, Connector SA2A (W/m^2)
SunDetectorSa2b
SDBCR2B - Sun Detector, Connector SA2B (W/m^2)
VoltageFeedingBcr3
VBCR3 - Voltage Feeding BCR3 (V)
CurrentBcr3Sa3a
IBCR3A - Current BCR3, Connection SA3A (A)
CurrentBcr3Sa3b
IBCR3B - Current BCR3, Connector SA3B (A)
ArrayTempSa3a
TBCR3A - Array Temp, Connector SA3A (*C)
ArrayTempSa3b
TBCR3B - Array Temp, Connector SA3B (*C)
SunDetectorSa3a
SDBCR3A - Sun Detector, Connector SA3A (W/m^2)
SunDetectorSa3b
SDBCR3B - Sun Detector, Connector SA3B (W/m^2)
BcrOutputCurrent
IIDIODE_OUT - BCR Output Current (mA)
BcrOutputVoltage
VIDIODE_OUT - BCR Output Voltage (V)
CurrentDraw3V3
I3V3_DRW - 3V3 Current Draw of EPS (A)
CurrentDraw5V
I5V_DRW - 5V Current Draw of EPS (A)
OutputCurrent12V
IPCM12V - Output Current of 12V bus (mA)
OutputVoltage12V
VPCM12V - Output Voltage of 12V bus (V)
OutputCurrentBattery
IPCMBATV - Output Current of Battery Bus (mA)
OutputVoltageBattery
VPCMBATV - Output Voltage of Battery Bus (V)
OutputCurrent5V
IPCM5V - Output Current of 5V bus (mA)
OutputVoltage5V
VPCM5V - Output Voltage of 5V bus (V)
OutputCurrent33V
IPCM3V3 - Output Current of 3.3V Bus (mA)
OutputVoltage33V
VPCM3V3 - Output Voltage of 3.3V Bus (V)
OutputVoltageSwitch1
VSW1 - Output Voltage Switch 1 (V)
OutputCurrentSwitch1
ISW1 - Output Current Switch 1 (A)
OutputVoltageSwitch2
VSW2 - Output Voltage Switch 2 (V)
OutputCurrentSwitch2
ISW2 - Output Current Switch 2 (A)
OutputVoltageSwitch3
VSW3 - Output Voltage Switch 3 (V)
OutputCurrentSwitch3
ISW3 - Output Current Switch 3 (A)
OutputVoltageSwitch4
VSW4 - Output Voltage Switch 4 (V)
OutputCurrentSwitch4
ISW4 - Output Current Switch 4 (A)
OutputVoltageSwitch5
VSW5 - Output Voltage Switch 5 (V)
OutputCurrentSwitch5
ISW5 - Output Current Switch 5 (A)
OutputVoltageSwitch6
VSW6 - Output Voltage Switch 6 (V)
OutputCurrentSwitch6
ISW6 - Output Current Switch 6 (A)
OutputVoltageSwitch7
VSW7 - Output Voltage Switch 7 (V)
OutputCurrentSwitch7
ISW7 - Output Current Switch 7 (A)
OutputVoltageSwitch8
VSW8 - Output Voltage Switch 8 (V)
OutputCurrentSwitch8
ISW8 - Output Current Switch 8 (A)
OutputVoltageSwitch9
VSW9 - Output Voltage Switch 9 (V)
OutputCurrentSwitch9
ISW9 - Output Current Switch 9 (A)
OutputVoltageSwitch10
VSW10 - Output Voltage Switch 10 (V)
OutputCurrentSwitch10
ISW10 - Output Current Switch 10 (A)
BoardTemperature
TBRD - 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,