public class PcmsTelemetry extends CameraTelemetry
| Constructor and Description |
|---|
PcmsTelemetry(short biasStatus,
float biasCurrent,
float biasVoltage,
short clockStatus,
short clockCurrent,
float clockVoltage,
short fpgaStatus,
float fpgaCurrent,
float fpgaVoltage,
short lowStatus,
float lowCurrent,
short lowVoltage,
short odStatus,
float odCurrent,
float odVoltage,
float rebID) |
| Modifier and Type | Method and Description |
|---|---|
float |
getBiasCurrent() |
short |
getBiasStatus() |
float |
getBiasVoltage() |
short |
getClockCurrent() |
short |
getClockStatus() |
float |
getClockVoltage() |
float |
getFpgaCurrent() |
short |
getFpgaStatus() |
float |
getFpgaVoltage() |
float |
getLowCurrent() |
short |
getLowStatus() |
short |
getLowVoltage() |
float |
getOdCurrent() |
short |
getOdStatus() |
float |
getOdVoltage() |
float |
getRebID() |
String |
toString() |
public PcmsTelemetry(short biasStatus,
float biasCurrent,
float biasVoltage,
short clockStatus,
short clockCurrent,
float clockVoltage,
short fpgaStatus,
float fpgaCurrent,
float fpgaVoltage,
short lowStatus,
float lowCurrent,
short lowVoltage,
short odStatus,
float odCurrent,
float odVoltage,
float rebID)
public short getBiasStatus()
public float getBiasCurrent()
public float getBiasVoltage()
public short getClockStatus()
public short getClockCurrent()
public float getClockVoltage()
public short getFpgaStatus()
public float getFpgaCurrent()
public float getFpgaVoltage()
public short getLowStatus()
public float getLowCurrent()
public short getLowVoltage()
public short getOdStatus()
public float getOdCurrent()
public float getOdVoltage()
public float getRebID()
Copyright © 2020. All rights reserved.