Class GetReinjectionStatus
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<GetReinjectionStatus.Response>
uk.ac.manchester.spinnaker.messages.scp.GetReinjectionStatus
- All Implemented Interfaces:
SerializableMessage
public class GetReinjectionStatus extends ReinjectorRequest<GetReinjectionStatus.Response>
A request to get the status of the dropped packet reinjection. The
response payload is the reinjection status.
Handled by reinjection_get_status()
in
extra_monitor_support.c
.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
GetReinjectionStatus.Response
An SCP response to a request for the dropped packet reinjection status. -
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 GetReinjectionStatus(HasCoreLocation core)
-
Method Summary
Modifier and Type Method Description GetReinjectionStatus.Response
getSCPResponse(ByteBuffer buffer)
Parse the response to this message.Methods inherited from class uk.ac.manchester.spinnaker.messages.sdp.SpinnakerRequest
getMessageData
-
Constructor Details
-
GetReinjectionStatus
- Parameters:
core
- the monitor core to read from
-
-
Method Details
-
getSCPResponse
public GetReinjectionStatus.Response getSCPResponse(ByteBuffer buffer) throws UnexpectedResponseCodeExceptionDescription copied from class:SCPRequest
Parse the response to this message.- Specified by:
getSCPResponse
in classSCPRequest<GetReinjectionStatus.Response>
- Parameters:
buffer
- The buffer to parse.- Returns:
- The message response.
- Throws:
UnexpectedResponseCodeException
-