Uses of Class
uk.ac.manchester.spinnaker.messages.model.ADCInfo
Packages that use ADCInfo
Package
Description
Administrative interfaces for spalloc server.
The BMP control subsystem.
Miscellaneous model classes for spalloc.
Messages that talk to the BMP.
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 ADCInfoModifier and TypeMethodDescriptionMachineStateControl.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 -
Uses of ADCInfo in uk.ac.manchester.spinnaker.alloc.model
Constructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type ADCInfoModifierConstructorDescriptionBoardTemperatures
(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 -
Uses of ADCInfo in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return ADCInfoModifier and TypeMethodDescriptiondefault ADCInfo
BMPTransceiverInterface.readADCData
(@Valid BMPBoard board) Read the ADC data.BMPTransceiverInterface.readADCData
(@Valid BMPCoords bmp, @Valid BMPBoard board) Read the ADC data.Transceiver.readADCData
(BMPCoords bmp, BMPBoard board) UnimplementedBMPTransceiver.readADCData
(BMPCoords bmp, BMPBoard board)