Jump to content

Programming Reference:ChoiceCombination: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 September 2023

  • curprev 15:2015:20, 7 September 2023 Mellinger talk contribs 1,355 bytes −3 Function
  • curprev 15:1915:19, 7 September 2023 Mellinger talk contribs 1,358 bytes +1,358 Created page with "==Function== The <tt>ChoiceCombination</tt> class contains filters that are applied alternatively, depending on a user choice. To use a <tt>ChoiceCombination</tt>, you need to derive a child class and define a constructor in which you add the desired filters, together with the corresponding user choice. In addition, you need to specify a parameter name that will be displayed in the BCI2000 GUI, and allows to select one of the choices. #include "ChoiceCombination.h" #i..."