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 Summary
FieldsModifier and TypeFieldDescriptionfinal Double
fan0 rotation rate.final Double
fan1 rotation rate.final Double
fan2 rotation rate.final int
Shutdown flags.static final int
The number of bytes the board status structure is encoded as in the BMP.final double
Temperature bottom, in °C.final Double
Temperature external0, in °C.final Double
Temperature external1, in °C.final double
Temperature top, in °C.final double
Actual voltage of the 1.2Va supply rail.final double
Actual voltage of the 1.2Vb supply rail.final double
Actual voltage of the 1.2Vc supply rail.final double
Actual voltage of the 1.8V supply rail.final double
Actual voltage of the 3.3V supply rail.final double
Actual voltage of the main power supply (nominally 12V?).final int
Warning flags. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIZE
public static final int SIZEThe number of bytes the board status structure is encoded as in the BMP.- See Also:
-
fan0
fan0 rotation rate. -
fan1
fan1 rotation rate. -
fan2
fan2 rotation rate. -
tempBottom
Temperature bottom, in °C. -
tempExt0
Temperature external0, in °C. Only meaningful when data was obtained from a BMP that manages a frame. -
tempExt1
Temperature external1, in °C. Only meaningful when data was obtained from a BMP that manages a frame. -
tempTop
Temperature top, in °C. -
voltage12a
Actual voltage of the 1.2Va supply rail. -
voltage12b
Actual voltage of the 1.2Vb supply rail. -
voltage12c
Actual voltage of the 1.2Vc supply rail. -
voltage18
Actual voltage of the 1.8V supply rail. -
voltage33
Actual voltage of the 3.3V supply rail. -
voltageSupply
Actual voltage of the main power supply (nominally 12V?). -
warningFlags
Warning flags. Seecheck_status()
inbmp_main.c
. -
shutdownFlags
Shutdown 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
-