Uses of Class
uk.ac.manchester.spinnaker.messages.eieio.EIEIOPrefix
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.eieio |
The messages of the EIEIO protocol.
|
-
Uses of EIEIOPrefix in uk.ac.manchester.spinnaker.messages.eieio
Fields in uk.ac.manchester.spinnaker.messages.eieio declared as EIEIOPrefix Modifier and Type Field Description EIEIOPrefix
EIEIODataMessage.Header. prefixType
How to apply the prefix.Methods in uk.ac.manchester.spinnaker.messages.eieio that return EIEIOPrefix Modifier and Type Method Description static EIEIOPrefix
EIEIOPrefix. getByValue(int value)
Get the prefix encoding given its encoded form.static EIEIOPrefix
EIEIOPrefix. valueOf(String name)
Returns the enum constant of this type with the specified name.static EIEIOPrefix[]
EIEIOPrefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.eieio with parameters of type EIEIOPrefix Constructor Description EIEIODataMessage(EIEIOType eieioType, byte count, ByteBuffer data, Short keyPrefix, Integer payloadPrefix, Integer timestamp, EIEIOPrefix prefixType)
Create a data message.Header(EIEIOType eieioType, byte tag, Short prefix, EIEIOPrefix prefixType, Integer payloadBase, boolean isTime, byte count)