Uses of Class
uk.ac.manchester.spinnaker.messages.model.TransferUnit
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
-
Uses of TransferUnit in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return TransferUnit Modifier and Type Method Description static TransferUnit
TransferUnit. efficientTransferUnit(MemoryLocation address, int size)
What is an efficient transfer unit to use, given a starting address and a size of data to move.static TransferUnit
TransferUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferUnit[]
TransferUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.