Uses of Class
uk.ac.manchester.spinnaker.transceiver.ProcessException.TransientProcessException
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of ProcessException.TransientProcessException in uk.ac.manchester.spinnaker.transceiver
Subclasses of ProcessException.TransientProcessException in uk.ac.manchester.spinnaker.transceiver Modifier and Type Class Description static class
ProcessException.NoBufferAvailable
A process exception cause by the receipt of aSCPResult.RC_BUF
message, indicating that SCAMP had exhausted its supply of buffers.static class
ProcessException.P2PBusy
A process exception cause by the receipt of aSCPResult.RC_P2P_BUSY
message, indicating that the receiver in the inter-SCAMP messaging was busy.static class
ProcessException.P2PNoReply
A process exception cause by the receipt of aSCPResult.RC_P2P_NOREPLY
message, indicating that the inter-SCAMP messaging failed because the channel open failed.static class
ProcessException.P2PReject
A process exception cause by the receipt of aSCPResult.RC_P2P_REJECT
message, indicating that the receiver in the inter-SCAMP messaging rejected the message.static class
ProcessException.P2PTimedOut
A process exception cause by the receipt of aSCPResult.RC_P2P_TIMEOUT
message, indicating that the receiver in the inter-SCAMP messaging did not respond.static class
ProcessException.PacketTransmissionFailed
A process exception cause by the receipt of aSCPResult.RC_PKT_TX
message, indicating that the packet transmission failed.static class
ProcessException.TimedOut
A process exception cause by the receipt of aSCPResult.RC_TIMEOUT
message, indicating that communications timed out.