public class SasTelemetry extends CameraTelemetry
| Constructor and Description |
|---|
SasTelemetry(short boardID,
float[] boardCurrent,
float[] boardTemp,
float[] boardVoltage,
int[] cabacMUX,
short ccdID,
int ccdtemp,
int[] fpgaCheckSum,
short rebID) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getBoardCurrent() |
short |
getBoardID() |
float[] |
getBoardTemp() |
float[] |
getBoardVoltage() |
int[] |
getCabacMUX() |
short |
getCcdID() |
int |
getCcdtemp() |
int[] |
getFpgaCheckSum() |
short |
getRebID() |
String |
toString() |
public SasTelemetry(short boardID,
float[] boardCurrent,
float[] boardTemp,
float[] boardVoltage,
int[] cabacMUX,
short ccdID,
int ccdtemp,
int[] fpgaCheckSum,
short rebID)
public short getBoardID()
public float[] getBoardCurrent()
public float[] getBoardTemp()
public float[] getBoardVoltage()
public int[] getCabacMUX()
public short getCcdID()
public int getCcdtemp()
public int[] getFpgaCheckSum()
public short getRebID()
Copyright © 2019. All rights reserved.