Uses of Class
uk.ac.manchester.spinnaker.transceiver.ParallelSafe
Package | Description |
---|---|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of ParallelSafe in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver with annotations of type ParallelSafe Modifier and Type Method Description default void
TransceiverInterface. clearIobuf(@Valid HasCoreLocation core)
Clear the contents of the IOBUF buffer for a given core.void
TransceiverInterface. clearIPTag(@uk.ac.manchester.spinnaker.machine.tags.TagID int tag, InetAddress boardAddress)
Clear the setting of an IP tag.default void
TransceiverInterface. clearIPTag(@Valid Tag tag)
Clear the setting of an IP tag.void
Transceiver. clearMulticastRoutes(HasChipLocation chip)
void
TransceiverInterface. clearMulticastRoutes(@Valid HasChipLocation chip)
Remove all the multicast routes on a chip.void
Transceiver. clearReinjectionQueues(CoreSubsets monitorCores)
void
Transceiver. clearReinjectionQueues(HasCoreLocation monitorCore)
void
TransceiverInterface. clearReinjectionQueues(@Valid CoreSubsets monitorCores)
Clear the packet reinjection queues in some monitor processes.void
TransceiverInterface. clearReinjectionQueues(@Valid HasCoreLocation monitorCore)
Clear the packet reinjection queues in a monitor process.void
Transceiver. clearRouterDiagnosticCounters(HasChipLocation chip, boolean enable, Iterable<Integer> counterIDs)
default void
TransceiverInterface. clearRouterDiagnosticCounters(@Valid HasChipLocation chip)
Clear router diagnostic information on a chip.default void
TransceiverInterface. clearRouterDiagnosticCounters(@Valid HasChipLocation chip, boolean enable)
Clear router diagnostic information on a chip.void
TransceiverInterface. clearRouterDiagnosticCounters(@Valid HasChipLocation chip, boolean enable, Iterable<@NotNull Integer> counterIDs)
Clear router diagnostic information on a chip.default void
TransceiverInterface. clearRouterDiagnosticCounters(@Valid HasChipLocation chip, Iterable<@NotNull Integer> counterIDs)
Clear router diagnostic information on a chip.SCPConnection
TransceiverInterface. createScpConnection(ChipLocation chip, InetAddress addr)
Create a connection to a particular instance of SCAMP.void
Transceiver. enableWatchDogTimerOnChip(HasChipLocation chip, boolean watchdog)
void
TransceiverInterface. enableWatchDogTimerOnChip(@Valid HasChipLocation chip, boolean watchdog)
Enable or disable the watch dog timer on a specific chip.void
Transceiver. execute(HasChipLocation chip, Collection<Integer> processors, File executable, AppID appID, boolean wait)
void
Transceiver. execute(HasChipLocation chip, Collection<Integer> processors, InputStream executable, int numBytes, AppID appID, boolean wait)
void
Transceiver. execute(HasChipLocation chip, Collection<Integer> processors, ByteBuffer executable, AppID appID, boolean wait)
default void
TransceiverInterface. execute(@Valid HasChipLocation chip, Collection<@ValidP Integer> processors, @NotNull File executable, @NotNull AppID appID)
Start an executable running on a single chip.void
TransceiverInterface. execute(@Valid HasChipLocation chip, Collection<@ValidP Integer> processors, @NotNull File executable, @NotNull AppID appID, boolean wait)
Start an executable running on a single chip.default void
TransceiverInterface. execute(@Valid HasChipLocation chip, Collection<@ValidP Integer> processors, @NotNull InputStream executable, @javax.validation.constraints.Positive int numBytes, @NotNull AppID appID)
Start an executable running on a single chip.void
TransceiverInterface. execute(@Valid HasChipLocation chip, Collection<@ValidP Integer> processors, @NotNull InputStream executable, @javax.validation.constraints.Positive int numBytes, @NotNull AppID appID, boolean wait)
Start an executable running on a single chip.default void
TransceiverInterface. execute(@Valid HasChipLocation chip, Collection<@ValidP Integer> processors, @NotNull ByteBuffer executable, @NotNull AppID appID)
Start an executable running on a single chip.default void
TransceiverInterface. execute(@Valid HasCoreLocation core, @NotNull File executable, @NotNull AppID appID)
Start an executable running on a single core.default void
TransceiverInterface. execute(@Valid HasCoreLocation core, @NotNull File executable, @NotNull AppID appID, boolean wait)
Start an executable running on a single core.default void
TransceiverInterface. execute(@Valid HasCoreLocation core, @NotNull InputStream executable, @javax.validation.constraints.Positive int numBytes, @NotNull AppID appID)
Start an executable running on a single core.default void
TransceiverInterface. execute(@Valid HasCoreLocation core, @NotNull InputStream executable, @javax.validation.constraints.Positive int numBytes, @NotNull AppID appID, boolean wait)
Start an executable running on a single core.default void
TransceiverInterface. execute(@Valid HasCoreLocation core, @NotNull ByteBuffer executable, @NotNull AppID appID)
Start an executable running on a single core.default void
TransceiverInterface. execute(@Valid HasCoreLocation core, @NotNull ByteBuffer executable, @NotNull AppID appID, boolean wait)
Start an executable running on a single core.void
TransceiverInterface. execute(HasChipLocation chip, Collection<Integer> processors, ByteBuffer executable, AppID appID, boolean wait)
Start an executable running on a single chip.void
Transceiver. fillMemory(HasChipLocation chip, MemoryLocation baseAddress, int repeatValue, int size, FillDataType dataType)
default void
TransceiverInterface. fillMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, int repeatValue, @javax.validation.constraints.Positive int size)
Fill some memory with repeated data.void
TransceiverInterface. fillMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, int repeatValue, @javax.validation.constraints.Positive int size, @NotNull FillDataType dataType)
Fill some memory with repeated data.void
Transceiver. freeSDRAM(HasChipLocation chip, MemoryLocation baseAddress)
int
Transceiver. freeSDRAM(HasChipLocation chip, AppID appID)
void
TransceiverInterface. freeSDRAM(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress)
Free allocated SDRAM.int
TransceiverInterface. freeSDRAM(@Valid HasChipLocation chip, @NotNull AppID appID)
Free all SDRAM allocated to a given application ID.default CPUInfo
TransceiverInterface. getCPUInformation(@Valid HasCoreLocation core)
Get information about a specific processor on the board.List<HeapElement>
Transceiver. getHeap(HasChipLocation chip, SystemVariableDefinition heap)
default List<HeapElement>
TransceiverInterface. getHeap(@Valid HasChipLocation chip)
Get the contents of the SDRAM heap on a given chip.List<HeapElement>
TransceiverInterface. getHeap(@Valid HasChipLocation chip, @NotNull SystemVariableDefinition heap)
Get the contents of the given heap on a given chip.default IOBuffer
TransceiverInterface. getIobuf(@Valid HasCoreLocation core)
Get the contents of IOBUF for a given core.List<MulticastRoutingEntry>
Transceiver. getMulticastRoutes(HasChipLocation chip, AppID appID)
default List<MulticastRoutingEntry>
TransceiverInterface. getMulticastRoutes(@Valid HasChipLocation chip)
Get the current multicast routes set up on a chip.List<MulticastRoutingEntry>
TransceiverInterface. getMulticastRoutes(@Valid HasChipLocation chip, AppID appID)
Get the current multicast routes set up on a chip.Map<CoreLocation,ReinjectionStatus>
Transceiver. getReinjectionStatus(CoreSubsets monitorCores)
ReinjectionStatus
Transceiver. getReinjectionStatus(HasCoreLocation monitorCore)
Map<CoreLocation,ReinjectionStatus>
TransceiverInterface. getReinjectionStatus(@Valid CoreSubsets monitorCores)
Get the packet reinjection status of some monitor processes.ReinjectionStatus
TransceiverInterface. getReinjectionStatus(@Valid HasCoreLocation monitorCore)
Get the packet reinjection status of a monitor process.boolean
Transceiver. getResetStatus(BMPCoords bmp, BMPBoard board)
DiagnosticFilter
Transceiver. getRouterDiagnosticFilter(HasChipLocation chip, int position)
DiagnosticFilter
TransceiverInterface. getRouterDiagnosticFilter(@Valid HasChipLocation chip, @javax.validation.constraints.PositiveOrZero int position)
Gets a router diagnostic filter from a router.RouterDiagnostics
Transceiver. getRouterDiagnostics(HasChipLocation chip)
RouterDiagnostics
TransceiverInterface. getRouterDiagnostics(@Valid HasChipLocation chip)
Get router diagnostic information from a chip.ConnectionSelector<SCPConnection>
TransceiverInterface. getScampConnectionSelector()
default VersionInfo
TransceiverInterface. getScampVersion()
Get the version of SCAMP which is running on the board.default VersionInfo
TransceiverInterface. getScampVersion(@NotNull ConnectionSelector<SCPConnection> connectionSelector)
Get the version of SCAMP which is running on the board.default VersionInfo
TransceiverInterface. getScampVersion(@Valid HasChipLocation chip)
Get the version of SCAMP which is running on the board.VersionInfo
TransceiverInterface. getScampVersion(@Valid HasChipLocation chip, @NotNull ConnectionSelector<SCPConnection> connectionSelector)
Get the version of SCAMP which is running on the board.List<Tag>
TransceiverInterface. getTags(SCPConnection connection)
Get the current set of tags that have been set on the board.Map<Tag,Integer>
TransceiverInterface. getTagUsage(@NotNull SCPConnection connection)
Get the number of times each tag has had a message sent via it for a connection.default MemoryLocation
TransceiverInterface. getUser0RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p)
Get the address of user0 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser0RegisterAddress(@Valid HasCoreLocation core)
Get the address of user0 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser0RegisterAddress(@Valid Processor processor)
Get the address of user0 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser1RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p)
Get the address of user1 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser1RegisterAddress(@Valid HasCoreLocation core)
Get the address of user1 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser1RegisterAddress(@Valid Processor processor)
Get the address of user1 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser2RegisterAddress(@uk.ac.manchester.spinnaker.machine.ValidP int p)
Get the address of user2 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser2RegisterAddress(@Valid HasCoreLocation core)
Get the address of user2 for a given processor on the board.default MemoryLocation
TransceiverInterface. getUser2RegisterAddress(@Valid Processor processor)
Get the address of user2 for a given processor on the board.default boolean
TransceiverInterface. isConnected()
Determines if the board can be contacted.boolean
TransceiverInterface. isConnected(Connection connection)
Determines if the board can be contacted.void
Transceiver. loadFixedRoute(HasChipLocation chip, RoutingEntry fixedRoute, AppID appID)
default void
TransceiverInterface. loadFixedRoute(@Valid HasChipLocation chip, @Valid RoutingEntry fixedRoute)
Loads a fixed route routing table entry onto a chip's router.void
TransceiverInterface. loadFixedRoute(@Valid HasChipLocation chip, @Valid RoutingEntry fixedRoute, @NotNull AppID appID)
Loads a fixed route routing table entry onto a chip's router.void
Transceiver. loadMulticastRoutes(HasChipLocation chip, Collection<MulticastRoutingEntry> routes, AppID appID)
default void
TransceiverInterface. loadMulticastRoutes(@Valid HasChipLocation chip, Collection<@NotNull MulticastRoutingEntry> routes)
Load a set of multicast routes on to a chip associated with the default application ID.void
TransceiverInterface. loadMulticastRoutes(@Valid HasChipLocation chip, Collection<@NotNull MulticastRoutingEntry> routes, @NotNull AppID appID)
Load a set of multicast routes on to a chip.SCPConnection
Transceiver. locateSpinnakerConnection(InetAddress boardAddress)
SCPConnection
TransceiverInterface. locateSpinnakerConnection(@NotNull InetAddress boardAddress)
Find a connection that matches the given board IP address.MemoryLocation
Transceiver. mallocSDRAM(HasChipLocation chip, int size, AppID appID, int tag)
default MemoryLocation
TransceiverInterface. mallocSDRAM(@Valid HasChipLocation chip, @javax.validation.constraints.Positive int size)
Allocates a chunk of SDRAM on a chip on the machine.default MemoryLocation
TransceiverInterface. mallocSDRAM(@Valid HasChipLocation chip, @javax.validation.constraints.Positive int size, @NotNull AppID appID)
Allocates a chunk of SDRAM on a chip on the machine.MemoryLocation
TransceiverInterface. mallocSDRAM(@Valid HasChipLocation chip, @javax.validation.constraints.Positive int size, @NotNull AppID appID, int tag)
Allocates a chunk of SDRAM on a chip on the machine.default ADCInfo
BMPTransceiverInterface. readADCData(@Valid BMPBoard board)
Read the ADC data.ADCInfo
BMPTransceiverInterface. readADCData(@Valid BMPCoords bmp, @Valid BMPBoard board)
Read the ADC data.default VersionInfo
BMPTransceiverInterface. readBMPVersion(@Valid BMPBoard board)
Read the BMP version.RoutingEntry
Transceiver. readFixedRoute(HasChipLocation chip, AppID appID)
default RoutingEntry
TransceiverInterface. readFixedRoute(@Valid HasChipLocation chip)
Reads a fixed route routing table entry from a chip's router.RoutingEntry
TransceiverInterface. readFixedRoute(@Valid HasChipLocation chip, @NotNull AppID appID)
Reads a fixed route routing table entry from a chip's router.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGARecevingLinkCounters counter, @Valid BMPBoard board)
Read a link counter on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGARecevingLinkCounters counter, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGASendingLinkCounters counter, @Valid BMPBoard board)
Read a link counter on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGALinkCounter(FPGA fpga, int linkNumber, FPGASendingLinkCounters counter, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, @NotNull MemoryLocation register, @Valid BMPBoard board)
Read a register on a FPGA of a board.int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, @NotNull MemoryLocation register, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, FPGAMainRegisters register, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.default int
BMPTransceiverInterface. readFPGARegister(FPGA fpga, FPGAMainRegisters register, @Valid BMPCoords bmp, @Valid BMPBoard board)
Read a register on a FPGA of a board, assuming the standard FPGA configuration.ByteBuffer
Transceiver. readMemory(HasCoreLocation core, MemoryLocation baseAddress, int length)
default ByteBuffer
TransceiverInterface. readMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, @javax.validation.constraints.Positive int length)
Read some areas of SDRAM from the board.ByteBuffer
TransceiverInterface. readMemory(@Valid HasCoreLocation core, @NotNull MemoryLocation baseAddress, @javax.validation.constraints.Positive int length)
Read some areas of SDRAM (or System RAM) from the board.default ByteBuffer
TransceiverInterface. readMemory(@Valid HasCoreLocation core, @NotNull HeapElement element)
Read the contents of an allocated block on the heap from the board.void
Transceiver. readRegion(BufferManagerStorage.Region region, BufferManagerStorage storage)
void
TransceiverInterface. readRegion(BufferManagerStorage.Region region, @NotNull BufferManagerStorage storage)
Read an area associated with a recording region from SDRAM from a core of a chip on the board.void
Transceiver. resetFPGA(BMPCoords bmp, BMPBoard board, BMPTransceiverInterface.FPGAResetType resetType)
void
Transceiver. resetReinjectionCounters(HasCoreLocation monitorCore)
void
TransceiverInterface. resetReinjectionCounters(@Valid HasCoreLocation monitorCore)
Reset the packet reinjection counters of a monitor process.void
TransceiverInterface. sendSCPMessage(@NotNull SCPRequest<?> message, @NotNull SCPConnection connection)
Sends an SCP message, without expecting a response.default void
TransceiverInterface. sendSDPMessage(@NotNull SDPMessage message)
Sends an SDP message using one of the connections.void
TransceiverInterface. sendSDPMessage(@NotNull SDPMessage message, SDPConnection connection)
Sends an SDP message using one of the connections.default void
BMPTransceiverInterface. setLED(Collection<Integer> leds, LEDAction action, @Valid BMPBoard board)
Set the LED state of a board in the machine.void
BMPTransceiverInterface. setLED(Collection<Integer> leds, LEDAction action, @Valid BMPCoords bmp, Collection<@Valid BMPBoard> boards)
Set the LED state of a board in the machine.void
Transceiver. setLEDs(HasCoreLocation core, Map<Integer,LEDAction> ledStates)
default void
TransceiverInterface. setLEDs(@Valid HasChipLocation chip, Map<Integer,LEDAction> ledStates)
Set LED states.void
TransceiverInterface. setLEDs(@Valid HasCoreLocation core, Map<Integer,LEDAction> ledStates)
Set LED states.default void
TransceiverInterface. setReinjection(@Valid CoreSubsets monitorCores, boolean reinject)
Set whether packets (of all types) are to be reinjected.default void
TransceiverInterface. setReinjection(@Valid CoreSubsets monitorCores, @NotNull ReinjectionStatus status)
Restore whether packets are to be reinjected to a previously saved state.default void
TransceiverInterface. setReinjection(@Valid HasCoreLocation monitorCore, boolean reinject)
Set whether packets (of all types) are to be reinjected.default void
TransceiverInterface. setReinjection(@Valid HasCoreLocation monitorCore, @NotNull ReinjectionStatus status)
Restore whether packets are to be reinjected to a previously saved state.void
Transceiver. setReinjectionEmergencyTimeout(HasCoreLocation monitorCore, int timeoutMantissa, int timeoutExponent)
void
TransceiverInterface. setReinjectionEmergencyTimeout(@Valid HasCoreLocation monitorCore, int timeoutMantissa, int timeoutExponent)
Set the emergency packet reinjection timeout.default void
TransceiverInterface. setReinjectionEmergencyTimeout(@Valid HasCoreLocation monitorCore, @NotNull RouterTimeout timeout)
Set the emergency packet reinjection timeout.void
Transceiver. setReinjectionTimeout(HasCoreLocation monitorCore, int timeoutMantissa, int timeoutExponent)
void
TransceiverInterface. setReinjectionTimeout(@Valid HasCoreLocation monitorCore, int timeoutMantissa, int timeoutExponent)
Set the packet reinjection timeout.default void
TransceiverInterface. setReinjectionTimeout(@Valid HasCoreLocation monitorCore, @NotNull RouterTimeout timeout)
Set the packet reinjection timeout.void
Transceiver. setReinjectionTypes(HasCoreLocation monitorCore, boolean multicast, boolean pointToPoint, boolean fixedRoute, boolean nearestNeighbour)
void
TransceiverInterface. setReinjectionTypes(@Valid HasCoreLocation monitorCore, boolean multicast, boolean pointToPoint, boolean fixedRoute, boolean nearestNeighbour)
Set what types of packets are to be reinjected.void
TransceiverInterface. setReverseIPTag(@Valid ReverseIPTag tag)
Set up a reverse IP tag.void
Transceiver. setRouterDiagnosticFilter(HasChipLocation chip, int position, DiagnosticFilter diagnosticFilter)
void
TransceiverInterface. setRouterDiagnosticFilter(@Valid HasChipLocation chip, int position, @NotNull DiagnosticFilter diagnosticFilter)
Sets a router diagnostic filter in a router.void
Transceiver. setWatchDogTimeoutOnChip(HasChipLocation chip, int watchdog)
void
TransceiverInterface. setWatchDogTimeoutOnChip(@Valid HasChipLocation chip, int watchdog)
Set the value of the watch dog timer on a specific chip.default void
TransceiverInterface. updateProvenanceAndExit(@Valid HasCoreLocation core)
Tell a running application core to write its provenance data to a location where it can be read back, and then to go into theFINISHED
state.default void
TransceiverInterface. updateRuntime(@PositiveOrZero Integer runTimesteps, @javax.validation.constraints.PositiveOrZero int currentTime, @javax.validation.constraints.PositiveOrZero int syncTimesteps, @Valid HasCoreLocation core)
Set the running time information for a given core.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, int value, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, int registerBank, FPGALinkRegisters register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, @NotNull MemoryLocation register, int value, @Valid BMPBoard board)
Write a register on a FPGA of a board.void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, @NotNull MemoryLocation register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board)
Write a register on a FPGA of a board.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, FPGAMainRegisters register, int value, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.default void
BMPTransceiverInterface. writeFPGARegister(FPGA fpga, FPGAMainRegisters register, int value, @Valid BMPCoords bmp, @Valid BMPBoard board)
Write a register on a FPGA of a board, assuming the standard FPGA configuration.void
Transceiver. writeMemory(HasCoreLocation core, MemoryLocation baseAddress, File dataFile)
void
Transceiver. writeMemory(HasCoreLocation core, MemoryLocation baseAddress, InputStream dataStream, int numBytes)
void
Transceiver. writeMemory(HasCoreLocation core, MemoryLocation baseAddress, ByteBuffer data)
default void
TransceiverInterface. writeMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, @javax.validation.constraints.NotEmpty byte[] data)
Write to the SDRAM on the board.default void
TransceiverInterface. writeMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, int dataWord)
Write to the SDRAM on the board.default void
TransceiverInterface. writeMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, @NotNull File dataFile)
Write to the SDRAM on the board.default void
TransceiverInterface. writeMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, @NotNull InputStream dataStream, @javax.validation.constraints.Positive int numBytes)
Write to the SDRAM on the board.default void
TransceiverInterface. writeMemory(@Valid HasChipLocation chip, @NotNull MemoryLocation baseAddress, @NotNull ByteBuffer data)
Write to the SDRAM on the board.default void
TransceiverInterface. writeMemory(@Valid HasCoreLocation core, @NotNull MemoryLocation baseAddress, @javax.validation.constraints.NotEmpty byte[] data)
Write to the SDRAM on the board.default void
TransceiverInterface. writeMemory(@Valid HasCoreLocation core, @NotNull MemoryLocation baseAddress, int dataWord)
Write to the SDRAM (or System RAM) on the board.void
TransceiverInterface. writeMemory(@Valid HasCoreLocation core, @NotNull MemoryLocation baseAddress, @NotNull File dataFile)
Write to the SDRAM on the board.void
TransceiverInterface. writeMemory(@Valid HasCoreLocation core, @NotNull MemoryLocation baseAddress, @NotNull InputStream dataStream, @javax.validation.constraints.Positive int numBytes)
Write to the SDRAM on the board.void
TransceiverInterface. writeMemory(@Valid HasCoreLocation core, @NotNull MemoryLocation baseAddress, @NotNull ByteBuffer data)
Write to the SDRAM (or System RAM) on the board.