Uses of Class
uk.ac.manchester.spinnaker.transceiver.ProcessException.CallerProcessException
Packages that use ProcessException.CallerProcessException
Package
Description
How to actually talk to a SpiNNaker machine.
-
Uses of ProcessException.CallerProcessException in uk.ac.manchester.spinnaker.transceiver
Modifier and TypeClassDescriptionstatic final class
A process exception cause by the receipt of aSCPResult.RC_SUM
message, indicating that the checksum was wrong.static final class
A process exception cause by the receipt of aSCPResult.RC_CMD
message, indicating that the command was not supported by the destination.static final class
A process exception cause by the receipt of aSCPResult.RC_CPU
message, indicating that the destination core number was out of range.static final class
A process exception cause by the receipt of aSCPResult.RC_LEN
message, indicating that the packet length was wrong.static final class
A process exception cause by the receipt of aSCPResult.RC_PORT
message, indicating that the SCP port was out of range.static final class
A process exception cause by the receipt of aSCPResult.RC_ARG
message, indicating that the arguments to the command are wrong.