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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description Double
fan0
fan0 rotation rate.Double
fan1
fan1 rotation rate.Double
fan2
fan2 rotation rate.int
shutdownFlags
Shutdown flags.static int
SIZE
The number of bytes the board status structure is encoded as in the BMP.double
tempBottom
Temperature bottom, in °C.Double
tempExt0
Temperature external0, in °C.Double
tempExt1
Temperature external1, in °C.double
tempTop
Temperature top, in °C.double
voltage12a
Actual voltage of the 1.2Va supply rail.double
voltage12b
Actual voltage of the 1.2Vb supply rail.double
voltage12c
Actual voltage of the 1.2Vc supply rail.double
voltage18
Actual voltage of the 1.8V supply rail.double
voltage33
Actual voltage of the 3.3V supply rail.double
voltageSupply
Actual voltage of the main power supply (nominally 12V?).int
warningFlags
Warning flags. -
Constructor Summary
Constructors Constructor Description ADCInfo(ByteBuffer buffer)
-
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:
- Constant Field Values
-
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
-