High Speed Stream

Requires: Base Development System

Use the High Speed Stream channel to transfer data from a single writer to a single reader in a fast and highly efficient manner. The High Speed Stream channels can handle complex data transfer scenarios while managing the whole execution process of parallel loops. The High Speed Stream channel lacks the debug capabilities of the other Streams.

EndpointDescription
ReadReads an element from a High Speed Stream channel.
ReplicateSplits a High Speed Stream channel into two High Speed Stream channels so that each of the readers of the channels receives a separate copy of the data written into the original channel.
WriteWrites an element to a High Speed Stream channel. If the channel is full, this endpoint waits until space is available or a timeout occurs. You can use this endpoint to signal a normal stop when the last element is written to the queue or to signal an immediate stop when abort occurs.