public class CyroTelemetry extends CameraTelemetry
| Constructor and Description |
|---|
CyroTelemetry(float[] coldTemperature,
float compressor,
float[] compressorSpeed,
float[] cryoTemperature,
float[] dischargePressure,
float[] dischargeTemp,
short[] flowInterlock,
float[] heaterCurrent,
float[] heaterVoltage,
float[] intakeFlow,
float[] intakePressure,
float[] intakeTemp,
float[] postExpansionPressure,
float[] postExpansionTemp,
float[] preExpansionPressure,
float[] preExpansionTemp,
float[] returnTemp) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getColdTemperature() |
float |
getCompressor() |
float[] |
getCompressorSpeed() |
float[] |
getCryoTemperature() |
float[] |
getDischargePressure() |
float[] |
getDischargeTemp() |
short[] |
getFlowInterlock() |
float[] |
getHeaterCurrent() |
float[] |
getHeaterVoltage() |
float[] |
getIntakeFlow() |
float[] |
getIntakePressure() |
float[] |
getIntakeTemp() |
float[] |
getPostExpansionPressure() |
float[] |
getPostExpansionTemp() |
float[] |
getPreExpansionPressure() |
float[] |
getPreExpansionTemp() |
float[] |
getReturnTemp() |
String |
toString() |
public CyroTelemetry(float[] coldTemperature,
float compressor,
float[] compressorSpeed,
float[] cryoTemperature,
float[] dischargePressure,
float[] dischargeTemp,
short[] flowInterlock,
float[] heaterCurrent,
float[] heaterVoltage,
float[] intakeFlow,
float[] intakePressure,
float[] intakeTemp,
float[] postExpansionPressure,
float[] postExpansionTemp,
float[] preExpansionPressure,
float[] preExpansionTemp,
float[] returnTemp)
public float[] getColdTemperature()
public float getCompressor()
public float[] getCompressorSpeed()
public float[] getCryoTemperature()
public float[] getDischargePressure()
public float[] getDischargeTemp()
public short[] getFlowInterlock()
public float[] getHeaterCurrent()
public float[] getHeaterVoltage()
public float[] getIntakeFlow()
public float[] getIntakePressure()
public float[] getIntakeTemp()
public float[] getPostExpansionPressure()
public float[] getPostExpansionTemp()
public float[] getPreExpansionPressure()
public float[] getPreExpansionTemp()
public float[] getReturnTemp()
Copyright © 2019. All rights reserved.