Identity

Summary

Doc_BoxAlgorithm_Identity.png
  • Plugin name : Identity
  • Version : 1.0
  • Author : Yann Renard
  • Company : INRIA/IRISA
  • Short description : Duplicates input to output
  • Documentation template generation date : Apr 11 2018

Description

This simply duplicates intput on its output

This box simply duplicates inputs to corresponding outputs in a similar way

Inputs

This box can have any number of input of any type. Each input has a corresponding output with the same type. Incoming chunks are simply duplicated to the corresponding output.

1. Input stream

The default input for this box.

  • Type identifier : Signal (0x5ba36127, 0x195feae1)

Outputs

This box can have any number of output of any type. Each output has a corresponding input with the same type. Incoming chunks are simply duplicated to the corresponding output.

1. Output stream

The default output for this box.

  • Type identifier : Signal (0x5ba36127, 0x195feae1)

Examples

This box could be used in order to quickly switch between acquisition or file reading mode. At the very top of the scenario, you would put an identity box with four connectors of type Doc_Streams_ExperimentInformation, Doc_Streams_Signal, Doc_Streams_Stimulation and Doc_Streams_ChannelLocalisation.

Miscellaneous