public class PurgeTelemetry extends CameraTelemetry
| Modifier and Type | Class and Description |
|---|---|
static class |
PurgeTelemetry.Builder |
| Constructor and Description |
|---|
PurgeTelemetry(float[] accelerometer,
float blowerSetting,
float blowerSpeed,
float bodyFlowMeter,
float bodyTemp,
float heaterCurrent,
float heaters,
int microphone,
float trunkFlowMeter,
float trunkTemp,
int valveSetting,
int valves) |
| Modifier and Type | Method and Description |
|---|---|
static PurgeTelemetry.Builder |
builder() |
float[] |
getAccelerometer() |
float |
getBlowerSetting() |
float |
getBlowerSpeed() |
float |
getBodyFlowMeter() |
float |
getBodyTemp() |
float |
getHeaterCurrent() |
float |
getHeaters() |
int |
getMicrophone() |
float |
getTrunkFlowMeter() |
float |
getTrunkTemp() |
int |
getValves() |
int |
getValveSetting() |
String |
toString() |
public PurgeTelemetry(float[] accelerometer,
float blowerSetting,
float blowerSpeed,
float bodyFlowMeter,
float bodyTemp,
float heaterCurrent,
float heaters,
int microphone,
float trunkFlowMeter,
float trunkTemp,
int valveSetting,
int valves)
public float[] getAccelerometer()
public float getBlowerSetting()
public float getBlowerSpeed()
public float getBodyFlowMeter()
public float getBodyTemp()
public float getHeaterCurrent()
public float getHeaters()
public int getMicrophone()
public float getTrunkFlowMeter()
public float getTrunkTemp()
public int getValveSetting()
public int getValves()
public static PurgeTelemetry.Builder builder()
Copyright © 2020. All rights reserved.