pub enum Type {
Show 54 variants VoltageFeedingBcr1, CurrentBcr1Sa1a, CurrentBcr1Sa1b, ArrayTempSa1a, ArrayTempSa1b, SunDetectorSa1a, SunDetectorSa1b, VoltageFeedingBcr2, CurrentBcr2Sa2a, CurrentBcr2Sa2b, ArrayTempSa2a, ArrayTempSa2b, SunDetectorSa2a, SunDetectorSa2b, VoltageFeedingBcr3, CurrentBcr3Sa3a, CurrentBcr3Sa3b, ArrayTempSa3a, ArrayTempSa3b, SunDetectorSa3a, SunDetectorSa3b, BcrOutputCurrent, BcrOutputVoltage, CurrentDraw3V3, CurrentDraw5V, OutputCurrent12V, OutputVoltage12V, OutputCurrentBattery, OutputVoltageBattery, OutputCurrent5V, OutputVoltage5V, OutputCurrent33V, OutputVoltage33V, OutputVoltageSwitch1, OutputCurrentSwitch1, OutputVoltageSwitch2, OutputCurrentSwitch2, OutputVoltageSwitch3, OutputCurrentSwitch3, OutputVoltageSwitch4, OutputCurrentSwitch4, OutputVoltageSwitch5, OutputCurrentSwitch5, OutputVoltageSwitch6, OutputCurrentSwitch6, OutputVoltageSwitch7, OutputCurrentSwitch7, OutputVoltageSwitch8, OutputCurrentSwitch8, OutputVoltageSwitch9, OutputCurrentSwitch9, OutputVoltageSwitch10, OutputCurrentSwitch10, BoardTemperature,
}
Expand description

Motherboard telemetry values

See Table 11-7 in the EPS’ User Manual for more information

Variants

VoltageFeedingBcr1

$type

CurrentBcr1Sa1a

$type

CurrentBcr1Sa1b

$type

ArrayTempSa1a

$type

ArrayTempSa1b

$type

SunDetectorSa1a

$type

SunDetectorSa1b

$type

VoltageFeedingBcr2

$type

CurrentBcr2Sa2a

$type

CurrentBcr2Sa2b

$type

ArrayTempSa2a

$type

ArrayTempSa2b

$type

SunDetectorSa2a

$type

SunDetectorSa2b

$type

VoltageFeedingBcr3

$type

CurrentBcr3Sa3a

$type

CurrentBcr3Sa3b

$type

ArrayTempSa3a

$type

ArrayTempSa3b

$type

SunDetectorSa3a

$type

SunDetectorSa3b

$type

BcrOutputCurrent

$type

BcrOutputVoltage

$type

CurrentDraw3V3

$type

CurrentDraw5V

$type

OutputCurrent12V

$type

OutputVoltage12V

$type

OutputCurrentBattery

$type

OutputVoltageBattery

$type

OutputCurrent5V

$type

OutputVoltage5V

$type

OutputCurrent33V

$type

OutputVoltage33V

$type

OutputVoltageSwitch1

$type

OutputCurrentSwitch1

$type

OutputVoltageSwitch2

$type

OutputCurrentSwitch2

$type

OutputVoltageSwitch3

$type

OutputCurrentSwitch3

$type

OutputVoltageSwitch4

$type

OutputCurrentSwitch4

$type

OutputVoltageSwitch5

$type

OutputCurrentSwitch5

$type

OutputVoltageSwitch6

$type

OutputCurrentSwitch6

$type

OutputVoltageSwitch7

$type

OutputCurrentSwitch7

$type

OutputVoltageSwitch8

$type

OutputCurrentSwitch8

$type

OutputVoltageSwitch9

$type

OutputCurrentSwitch9

$type

OutputVoltageSwitch10

$type

OutputCurrentSwitch10

$type

BoardTemperature

$type

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Performs the conversion.

The expected context type for this GraphQL type Read more

Type that may carry additional schema information Read more

The name of the GraphQL type to expose. Read more

The meta type representing this GraphQL type.

Resolve the provided selection set against the current object. Read more

Resolve the value of a single field on this type. Read more

Resolve this interface or union into a concrete type Read more

Return the concrete type name for this instance/union. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.