Class UpdateProvenanceAndExit
java.lang.Object
uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
uk.ac.manchester.spinnaker.messages.scp.SCPRequest<T>
uk.ac.manchester.spinnaker.messages.scp.FECRequest<NoResponse>
uk.ac.manchester.spinnaker.messages.scp.UpdateProvenanceAndExit
- All Implemented Interfaces:
SerializableMessage
public class UpdateProvenanceAndExit extends FECRequest<NoResponse>
A request to update the runtime info on a core. Note that this
request does not expect a response; the response to this request is
detected by the core entering a non-running state.
This calls simulation_control_scp_callback()
in simulation.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 UpdateProvenanceAndExit(HasCoreLocation core)
-
Method Summary
Modifier and Type Method Description NoResponse
getSCPResponse(ByteBuffer buffer)
Parse the response to this message.Methods inherited from class uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
getMessageData
-
Constructor Details
-
UpdateProvenanceAndExit
- Parameters:
core
- The SpiNNaker core to update the provenance info of.
-
-
Method Details
-
getSCPResponse
Description copied from class:SCPRequest
Parse the response to this message.- Specified by:
getSCPResponse
in classSCPRequest<NoResponse>
- Parameters:
buffer
- The buffer to parse.- Returns:
- The message response.
- Throws:
UnexpectedResponseCodeException
-