public class WrebPowerTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
WrebPowerTelemetry.Builder |
| Constructor and Description |
|---|
WrebPowerTelemetry(float digital_V,
float digital_I,
float analog_V,
float analog_I,
float clkHigh_V,
float clkHigh_I,
float clkLow_V,
float clkLow_I,
float od_V,
float od_I,
float dphi_V,
float dphi_I,
float hvbias_V,
float hvbias_I,
float fan_V,
float fan_I,
float otm_V,
float otm_I,
float aux_V,
float aux_I) |
| Modifier and Type | Method and Description |
|---|---|
static WrebPowerTelemetry.Builder |
builder() |
float |
getAnalog_I() |
float |
getAnalog_V() |
float |
getAux_I() |
float |
getAux_V() |
float |
getClkHigh_I() |
float |
getClkHigh_V() |
float |
getClkLow_I() |
float |
getClkLow_V() |
float |
getDigital_I() |
float |
getDigital_V() |
float |
getDphi_I() |
float |
getDphi_V() |
float |
getFan_I() |
float |
getFan_V() |
float |
getHvbias_I() |
float |
getHvbias_V() |
float |
getOd_I() |
float |
getOd_V() |
float |
getOtm_I() |
float |
getOtm_V() |
String |
toString() |
public WrebPowerTelemetry(float digital_V,
float digital_I,
float analog_V,
float analog_I,
float clkHigh_V,
float clkHigh_I,
float clkLow_V,
float clkLow_I,
float od_V,
float od_I,
float dphi_V,
float dphi_I,
float hvbias_V,
float hvbias_I,
float fan_V,
float fan_I,
float otm_V,
float otm_I,
float aux_V,
float aux_I)
public float getDigital_V()
public float getDigital_I()
public float getAnalog_V()
public float getAnalog_I()
public float getClkHigh_V()
public float getClkHigh_I()
public float getClkLow_V()
public float getClkLow_I()
public float getOd_V()
public float getOd_I()
public float getDphi_V()
public float getDphi_I()
public float getHvbias_V()
public float getHvbias_I()
public float getFan_V()
public float getFan_I()
public float getOtm_V()
public float getOtm_I()
public float getAux_V()
public float getAux_I()
public static WrebPowerTelemetry.Builder builder()
Copyright © 2021. All rights reserved.