org.das2.qstream.PacketDescriptor


addPlane

addPlane( org.das2.qstream.PlaneDescriptor planeDescriptor ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


getPacketId

getPacketId( ) → int

return the packet ID, which is a number from 1-99.

Returns:

int

search for examples view on GitHub view source


getPlanes

getPlanes( ) → List

return the list of planes in an unmodifiable list.

Returns:

java.util.List

search for examples view on GitHub view source


isStream

isStream( ) → boolean

If true, then slices of the dataset fill each packet.

Returns:

boolean

search for examples view on GitHub view source


setPacketId

setPacketId( int packetId ) → void

keep track of the packet ID, which is a number from 1-99.

Parameters

packetId -

Returns:

void (returns nothing)

search for examples view on GitHub view source


setStream

setStream( boolean stream ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setStreamRank

setStreamRank( int streamRank ) → void

number of dimensions being streamed. Zero means all the data is found in the first packet (no streaming). One means a qube is being streamed. Two means a this packet is one qube of a higher rank dataset.

Returns:

void (returns nothing)

search for examples view on GitHub view source


streamRank

streamRank( ) → int

Returns:

int

search for examples view on GitHub view source