Class ADCInfo
java.lang.Object
uk.ac.manchester.spinnaker.messages.model.ADCInfo
- All Implemented Interfaces:
- Serializable
@SARKStruct(value="board_stat_t",
            api=BMP)
public final class ADCInfo
extends Object
implements Serializable
Container for the board status data thats been retrieved from a BMP.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal Doublefan0 rotation rate.final Doublefan1 rotation rate.final Doublefan2 rotation rate.final intShutdown flags.static final intThe number of bytes the board status structure is encoded as in the BMP.final doubleTemperature bottom, in °C.final DoubleTemperature external0, in °C.final DoubleTemperature external1, in °C.final doubleTemperature top, in °C.final doubleActual voltage of the 1.2Va supply rail.final doubleActual voltage of the 1.2Vb supply rail.final doubleActual voltage of the 1.2Vc supply rail.final doubleActual voltage of the 1.8V supply rail.final doubleActual voltage of the 3.3V supply rail.final doubleActual voltage of the main power supply (nominally 12V?).final intWarning flags.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
SIZEpublic static final int SIZEThe number of bytes the board status structure is encoded as in the BMP.- See Also:
 
- 
fan0fan0 rotation rate.
- 
fan1fan1 rotation rate.
- 
fan2fan2 rotation rate.
- 
tempBottomTemperature bottom, in °C.
- 
tempExt0Temperature external0, in °C. Only meaningful when data was obtained from a BMP that manages a frame.
- 
tempExt1Temperature external1, in °C. Only meaningful when data was obtained from a BMP that manages a frame.
- 
tempTopTemperature top, in °C.
- 
voltage12aActual voltage of the 1.2Va supply rail.
- 
voltage12bActual voltage of the 1.2Vb supply rail.
- 
voltage12cActual voltage of the 1.2Vc supply rail.
- 
voltage18Actual voltage of the 1.8V supply rail.
- 
voltage33Actual voltage of the 3.3V supply rail.
- 
voltageSupplyActual voltage of the main power supply (nominally 12V?).
- 
warningFlagsWarning flags. Seecheck_status()inbmp_main.c.
- 
shutdownFlagsShutdown flags. Seecheck_status()inbmp_main.c. If non-zero, the board is very unhappy with its status, and will be flashing an LED rapidly.
 
- 
- 
Constructor Details- 
ADCInfo- Parameters:
- buffer- bytes from an SCP packet containing ADC information
 
 
-