public class PurgeTelemetry extends CameraTelemetry
| 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 |
|---|---|
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()
Copyright © 2019. All rights reserved.