Uses of Class
uk.ac.manchester.spinnaker.front_end.download.request.Placement
Package | Description |
---|---|
uk.ac.manchester.spinnaker.front_end |
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
|
uk.ac.manchester.spinnaker.front_end.download |
The buffer manager and support classes.
|
uk.ac.manchester.spinnaker.front_end.download.request |
Classes used to describe the JSON requests to the data transfer code.
|
-
Uses of Placement in uk.ac.manchester.spinnaker.front_end
Methods in uk.ac.manchester.spinnaker.front_end that return types with arguments of type Placement Modifier and Type Method Description List<Placement>
CommandLineInterface.PlacementsParam. get()
-
Uses of Placement in uk.ac.manchester.spinnaker.front_end.download
Methods in uk.ac.manchester.spinnaker.front_end.download with parameters of type Placement Modifier and Type Method Description protected abstract BufferManagerStorage.Region
DataGatherer. getRecordingRegion(Placement placement, int regionID)
Work out exactly where is going to be downloaded.protected BufferManagerStorage.Region
DirectDataGatherer. getRecordingRegion(Placement placement, int regionID)
Deprecated.protected BufferManagerStorage.Region
RecordingRegionDataGatherer. getRecordingRegion(Placement placement, int index)
static List<RecordingRegion>
RecordingRegion. getRecordingRegionDescriptors(TransceiverInterface txrx, Placement placement)
Reads the recording regions from the machine.Method parameters in uk.ac.manchester.spinnaker.front_end.download with type arguments of type Placement Modifier and Type Method Description void
DataReceiver. getDataForPlacements(List<Placement> placements)
Gets the data for a list of placements.void
DataReceiver. getDataForPlacementsParallel(List<Placement> placements, int parallelFactor)
Gets the data for a list of placements in parallel. -
Uses of Placement in uk.ac.manchester.spinnaker.front_end.download.request
Fields in uk.ac.manchester.spinnaker.front_end.download.request with type parameters of type Placement Modifier and Type Field Description static TypeReference<List<Placement>>
Placement. LIST
Type reference for deserializing a list of placements.Methods in uk.ac.manchester.spinnaker.front_end.download.request that return types with arguments of type Placement Modifier and Type Method Description List<Placement>
Monitor. getPlacements()