Class ResetReinjectionCounters
java.lang.Object
uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
uk.ac.manchester.spinnaker.messages.scp.SCPRequest<T>
uk.ac.manchester.spinnaker.messages.scp.ReinjectorRequest<EmptyResponse>
uk.ac.manchester.spinnaker.messages.scp.ResetReinjectionCounters
- All Implemented Interfaces:
SerializableMessage
public class ResetReinjectionCounters extends ReinjectorRequest<EmptyResponse>
A request to reset the statistics counters of the dropped packet
reinjection. There is no response payload.
Handled by reinjection_reset_counters()
in
extra_monitor_support.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 ResetReinjectionCounters(HasCoreLocation core)
-
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
-
ResetReinjectionCounters
- Parameters:
core
- The coordinates of the monitor core.
-
-
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
-