Interface DataInputStreamNamedXY<T extends MguiNumber>

All Superinterfaces:
DataInputStream<T>, DataInputStreamXY<T>
All Known Implementing Classes:
DataBridgeNamedXY

public interface DataInputStreamNamedXY<T extends MguiNumber>
extends DataInputStreamXY<T>
  • Method Details

    • getYData

      java.util.List<T> getYData​(java.lang.String channel) throws java.io.IOException
      Returns the Y data for the channel named channel, as a list of type T.
      Parameters:
      channel -
      Returns:
      Throws:
      java.io.IOException
    • getVariableNames

      java.util.List<java.lang.String> getVariableNames()
      Returns a list of the channels in this stream. The list's indices correspond to the channel index.
      Returns: