Uses of Class
uk.ac.manchester.spinnaker.messages.model.ADCInfo
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of ADCInfo in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type ADCInfo Modifier and Type Method Description Optional<ADCInfo>
MachineStateControl. readTemperatureFromMachine(int boardId, int bmpId)
Given a board, read its temperature data off the machine. -
Uses of ADCInfo in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp that return ADCInfo Modifier and Type Method Description ADCInfo
SpiNNakerControl. readTemp(BMPBoard board)
Read the temperature data from the given board. -
Uses of ADCInfo in uk.ac.manchester.spinnaker.alloc.model
Constructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type ADCInfo Constructor Description BoardTemperatures(ADCInfo adcInfo)
Make a new BoardTemperatures object. -
Uses of ADCInfo in uk.ac.manchester.spinnaker.messages.bmp
Methods in uk.ac.manchester.spinnaker.messages.bmp that return ADCInfo Modifier and Type Method Description protected ADCInfo
ReadADC.Response. parse(ByteBuffer buffer)
-
Uses of ADCInfo in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return ADCInfo Modifier and Type Method Description default ADCInfo
BMPTransceiverInterface. readADCData(@Valid BMPBoard board)
Read the ADC data.ADCInfo
BMPTransceiverInterface. readADCData(@Valid BMPCoords bmp, @Valid BMPBoard board)
Read the ADC data.ADCInfo
Transceiver. readADCData(BMPCoords bmp, BMPBoard board)
ADCInfo
UnimplementedBMPTransceiver. readADCData(BMPCoords bmp, BMPBoard board)