You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_GenericStreamReader.rst 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .. _Doc_BoxAlgorithm_GenericStreamReader:
  2. Generic stream reader
  3. =====================
  4. .. container:: attribution
  5. :Author:
  6. Yann Renard
  7. :Company:
  8. INRIA
  9. .. image:: images/Doc_BoxAlgorithm_GenericStreamReader.png
  10. Generic Stream Writer box can be used to store data in the format read by this box
  11. This box is able to read any file saved with the :ref:`Doc_BoxAlgorithm_GenericStreamWriter` box.
  12. It is interesting to notice that such file can contain a variable number of streams. Therefore,
  13. the user is able to add and modify any output he wants on the box. The box does not supposes
  14. anything on the streams contained in the file during authoring in the designer. The streams of
  15. the file are mapped to created output at runtime in an "intelligent way" depending on there types.
  16. Outputs
  17. -------
  18. .. csv-table::
  19. :header: "Output Name", "Stream Type"
  20. "Output Signal", "Signal"
  21. "Output Stimulations", "Stimulations"
  22. This box can have as many output you want depending on the content of the file.
  23. Output Signal
  24. ~~~~~~~~~~~~~
  25. This is the default output.
  26. .. _Doc_BoxAlgorithm_GenericStreamReader_Settings:
  27. Settings
  28. --------
  29. .. csv-table::
  30. :header: "Setting Name", "Type", "Default Value"
  31. "Filename", "Filename", ""
  32. Filename
  33. ~~~~~~~~
  34. This setting points to the file to read. This file may contain a variable number of multiplexed
  35. streams. Those streams will be mapped to corresponding outputs at runtime. The mapping is done in
  36. an "intelligent way" because it reorders the streams contained in the file to match the types of
  37. the outputs. If a stream from the file does not find a matching output, a warning is launched.
  38. If an output does not find a matching stream from the file, a warning is also launched.