Uses of Enum Class
uk.ac.manchester.spinnaker.messages.eieio.EIEIOPrefix
Packages that use EIEIOPrefix
-
Uses of EIEIOPrefix in uk.ac.manchester.spinnaker.messages.eieio
Fields in uk.ac.manchester.spinnaker.messages.eieio declared as EIEIOPrefixModifier and TypeFieldDescriptionfinal EIEIOPrefix
EIEIODataMessage.Header.prefixType
How to apply the prefix.Methods in uk.ac.manchester.spinnaker.messages.eieio that return EIEIOPrefixModifier and TypeMethodDescriptionstatic EIEIOPrefix
EIEIOPrefix.getByValue
(int value) Get the prefix encoding given its encoded form.static EIEIOPrefix
Returns the enum constant of this class with the specified name.static EIEIOPrefix[]
EIEIOPrefix.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.eieio with parameters of type EIEIOPrefixModifierConstructorDescriptionEIEIODataMessage
(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)