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
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, scpRequestHeaderFields inherited from class uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
sdpHeader -
Constructor Summary
ConstructorsConstructorDescriptionFloodFillEnd(byte nearestNeighbourID) FloodFillEnd(byte nearestNeighbourID, AppID appID, Iterable<@ValidP Integer> processors, boolean wait) -
Method Summary
Modifier and TypeMethodDescriptiongetSCPResponse(ByteBuffer buffer) Parse the response to this message.Methods inherited from class uk.ac.manchester.spinnaker.messages.scp.SCPRequest
addToBufferMethods 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:SCPRequestParse the response to this message.- Specified by:
getSCPResponsein classSCPRequest<EmptyResponse>- Parameters:
buffer- The buffer to parse.- Returns:
- The message response.
- Throws:
UnexpectedResponseCodeException
-