Uses of Interface
uk.ac.manchester.spinnaker.messages.SerializableMessage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.bmp |
Messages that talk to the BMP.
|
uk.ac.manchester.spinnaker.messages.boot |
Messages used to boot a SpiNNaker board.
|
uk.ac.manchester.spinnaker.messages.eieio |
The messages of the EIEIO protocol.
|
uk.ac.manchester.spinnaker.messages.notification |
The messages of the notification protocol.
|
uk.ac.manchester.spinnaker.messages.scp |
The messages of SpiNNaker Control Protocol (SCP).
|
uk.ac.manchester.spinnaker.messages.sdp |
Messages sent and received by SDP (the SpiNNaker Datagram Protocol).
|
-
Uses of SerializableMessage in uk.ac.manchester.spinnaker.messages.bmp
Classes in uk.ac.manchester.spinnaker.messages.bmp that implement SerializableMessage Modifier and Type Class Description class
BMPReadMemory
A request to read a region of memory from a BMP.class
BMPRequest<T extends BMPRequest.BMPResponse>
The base class of a request following the BMP protocol.class
BMPSetLED
A request to alter the LEDs on a board managed by a BMP.class
BMPWriteMemory
A request to write to memory on a BMP.class
EraseFlash
A request to erase flash memory on a BMP.class
GetBMPVersion
A request to read the version of software running on a board's BMP.class
GetFPGAResetStatus
Get the reset status of the FPGAs managed by a BMP.class
InitFPGA
A request to start an initialisation of the FPGAs.class
ReadADC
A request for the board status data from the BMP including voltages, temperatures and fan speeds.class
ReadCANStatus
A request for the CAN bus status data from the BMP.class
ReadFPGARegister
A request for the data from a FPGA's register.class
ReadIPAddress
A request for the IP address data from a BMP.class
ReadSerialFlash
A request to read a region of serial flash from a BMP.class
ReadSerialFlashCRC
A request to get the CRC of serial flash memory from a BMP.class
ReadSerialVector
A request for the serial data vector from the BMP.class
ResetFPGA
A request to perform a reset of the FPGAs managed by a BMP.class
SetPower
A request for the BMP to power on or power off some boards.class
UpdateFlash
A request to update flash memory on a BMP.class
WriteFlashBuffer
A request to write memory to flash on a BMP.class
WriteFPGAData
A request to upload a chunk of FPGA initialisation data.class
WriteFPGARegister
A request to write data to an FPGA register managed by a BMP.class
WriteSerialFlash
A request to write to serial flash on a BMP. -
Uses of SerializableMessage in uk.ac.manchester.spinnaker.messages.boot
Classes in uk.ac.manchester.spinnaker.messages.boot that implement SerializableMessage Modifier and Type Class Description class
BootMessage
A message used for booting the board.class
SystemVariableBootValues
Default values of the system variables that get passed to SpiNNaker during boot. -
Uses of SerializableMessage in uk.ac.manchester.spinnaker.messages.eieio
Subinterfaces of SerializableMessage in uk.ac.manchester.spinnaker.messages.eieio Modifier and Type Interface Description interface
EIEIOHeader
Marker interface for headers in EIEIO.interface
EIEIOMessage<Header extends EIEIOHeader>
An EIEIO message's basic operations.Classes in uk.ac.manchester.spinnaker.messages.eieio that implement SerializableMessage Modifier and Type Class Description class
EIEIOCommandMessage
An EIEIO message containing a command.static class
EIEIOCommandMessage.Header
EIEIO header for command packets.class
EIEIODataMessage
An EIEIO message containing data.static class
EIEIODataMessage.Header
EIEIO header for data packets.class
EventStopRequest
Packet used for the buffering input technique which causes the parser of the input packet to terminate its execution.class
HostDataRead
Packet sent by the host computer to the SpiNNaker system in the context of the buffering output technique to signal that the host has completed reading data from the output buffer, and that such space can be considered free to use again.class
HostDataReadAck
Packet sent by the host computer to the SpiNNaker system in the context of the buffering output technique to signal that the host has received a request to read data.class
HostSendSequencedData
Packet sent from the host to the SpiNNaker system in the context of buffering input mechanism to identify packet which needs to be stored in memory for future use.class
PaddingRequest
Packet used to pad space in the buffering area, if needed.class
SpinnakerRequestBuffers
Message used in the context of the buffering input mechanism which is sent by the SpiNNaker system to the host computer to ask for more data to inject during the simulation.class
SpinnakerRequestReadData
Message used in the context of the buffering output mechanism which is sent from the SpiNNaker system to the host computer to signal that some data is available to be read.class
StartRequests
Packet used in the context of buffering input for the host computer to signal to the SpiNNaker system that, if needed, it is possible to send more "SpinnakerRequestBuffers" packet.class
StopRequests
Packet used in the context of buffering input for the host computer to signal to the SpiNNaker system that to stop sending "SpinnakerRequestBuffers" packet. -
Uses of SerializableMessage in uk.ac.manchester.spinnaker.messages.notification
Subinterfaces of SerializableMessage in uk.ac.manchester.spinnaker.messages.notification Modifier and Type Interface Description interface
NotificationMessage
A notification message.Classes in uk.ac.manchester.spinnaker.messages.notification that implement SerializableMessage Modifier and Type Class Description class
AbstractNotificationMessage
A base class for concrete notification messages.class
DatabaseConfirmation
Message which contains the path to the job description database created by the toolchain which is to be used by any software which interfaces with SpiNNaker.class
PauseStop
Message which indicates that the toolchain has paused or stopped.class
StartResume
Message which indicates that the toolchain has started or resumed. -
Uses of SerializableMessage in uk.ac.manchester.spinnaker.messages.scp
Subinterfaces of SerializableMessage in uk.ac.manchester.spinnaker.messages.scp Modifier and Type Interface Description interface
ConnectionAwareMessage
An interface that is applied to a message when it wants to be told what connection it is being sent down prior to it being sent.Classes in uk.ac.manchester.spinnaker.messages.scp that implement SerializableMessage Modifier and Type Class Description class
ApplicationRun
A request to run an application.class
ApplicationStop
A request to stop an application.class
ClearIOBUF
A request to clear the IOBUF on a core.class
ClearReinjectionQueue
A request to set the dropped packet reinjected packet types.class
CountState
A request to get a count of the cores in a particular state.class
FECRequest<T extends SCPResponse>
A command message to a core using FrontEndCommon lib's simulation management subsystem.class
FillRequest
A request to fill a region of memory on a chip with repeated words of data.class
FixedRouteInitialise
A request to set a fixed route entry.class
FixedRouteRead
A request to read a fixed route entry.class
FloodFillData
A request to flood fill some data.class
FloodFillEnd
A request to finish a flood fill of data across all cores and launch the application.class
FloodFillStart
A request to start a flood fill of data.class
GetChipInfo
A request to read the chip information from a core.class
GetReinjectionStatus
A request to get the status of the dropped packet reinjection.class
GetVersion
A request to read the version of software running on a core.class
IPTagClear
A request to clear an IP Tag.class
IPTagGet
A request to get an IP tag.class
IPTagGetInfo
A request information about IP tags.class
IPTagSet
A request to set a (forward) IP Tag.class
IPTagSetTTO
A request to set the transient timeout for future SCP requests.class
LoadApplicationRoutes
A request to load the previously-saved application multicast router table.class
LoadSystemRoutes
A request to load the previously-configured system multicast router table.class
ReadLink
A request to read a region of memory via a link on a chip.class
ReadMemory
A request to read a region of memory.class
ReinjectorRequest<T extends CheckOKResponse>
A command message to an extra monitor control core to manipulate the packet reinjection subsystem.class
ResetReinjectionCounters
A request to reset the statistics counters of the dropped packet reinjection.class
ReverseIPTagSet
A request to set a Reverse IP Tag.class
RouterAlloc
A request to allocate space for routing entries.class
RouterClear
A request to clear the router on a chip.class
RouterInit
A request to initialise the router on a chip.class
RouterTableRequest
A command message to an extra monitor control core to manipulate the router table.class
SaveApplicationRoutes
A request to save the currently-installed application multicast router table.class
SCPRequest<T extends SCPResponse>
Represents an Abstract SCP Request.class
SCPRequestHeader
Represents the header of an SCP Request.class
SDRAMAlloc
A request to allocate space in the SDRAM space.class
SDRAMDeAlloc
A request to free space in the SDRAM.class
SendSignal
A request to send a signal to cores.class
SetLED
A request to change the state of an LED.class
SetReinjectionPacketTypes
A request to set the dropped packet reinjected packet types.class
SetRouterEmergencyTimeout
A request to set the router emergency timeout for dropped packet reinjection.class
SetRouterTimeout
A request to the extra monitor core to set the router timeout for dropped packet reinjection.class
UpdateProvenanceAndExit
A request to update the runtime info on a core.class
UpdateRuntime
A request to update the runtime info on a core.class
WriteLink
A request to write memory on a neighbouring chip.class
WriteMemory
A request to write memory on a chip. -
Uses of SerializableMessage in uk.ac.manchester.spinnaker.messages.sdp
Classes in uk.ac.manchester.spinnaker.messages.sdp that implement SerializableMessage Modifier and Type Class Description class
SDPHeader
Represents the header of an SDP message.class
SDPMessage
Wraps up an SDP message with a header and optional data.class
SpinnakerRequest
Base class for sendable SDP-based messages.