Class FloodFillEnd
java.lang.Object
uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
uk.ac.manchester.spinnaker.messages.scp.SCPRequest<EmptyResponse>
uk.ac.manchester.spinnaker.messages.scp.FloodFillEnd
- All Implemented Interfaces:
SerializableMessage
public final class FloodFillEnd extends SCPRequest<EmptyResponse>
A request to finish a flood fill of data across all cores and launch the
application. There is no response payload.
Handled ultimately by nn_cmd_ffe()
in scamp-nn.c
.
-
Field Summary
Fields inherited from class uk.ac.manchester.spinnaker.messages.scp.SCPRequest
argument1, argument2, argument3, BOOT_CHIP, BOOT_MONITOR_CORE, data, NO_DATA, scpRequestHeader
-
Constructor Summary
Constructors Constructor Description FloodFillEnd(byte nearestNeighbourID)
FloodFillEnd(byte nearestNeighbourID, AppID appID, Iterable<@ValidP Integer> processors, boolean wait)
-
Method Summary
Modifier and Type Method Description EmptyResponse
getSCPResponse(ByteBuffer buffer)
Parse the response to this message.Methods inherited from class uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
getMessageData
-
Constructor Details
-
FloodFillEnd
public FloodFillEnd(byte nearestNeighbourID)- Parameters:
nearestNeighbourID
- The ID of the packet, between 0 and 127
-
FloodFillEnd
public FloodFillEnd(byte nearestNeighbourID, AppID appID, Iterable<@ValidP Integer> processors, boolean wait)- Parameters:
nearestNeighbourID
- The ID of the packet, between 0 and 127appID
- The application ID to start using the dataprocessors
- A list of processors on which to start the application, each between 1 and 17. If not specified, no application is started.wait
- True if the binary should go into a "wait" state before executing
-
-
Method Details
-
getSCPResponse
Description copied from class:SCPRequest
Parse the response to this message.- Specified by:
getSCPResponse
in classSCPRequest<EmptyResponse>
- Parameters:
buffer
- The buffer to parse.- Returns:
- The message response.
- Throws:
UnexpectedResponseCodeException
-