|
SharpBCI
A multi-threaded brain control interface (BCI) library in C#
|
A class which represents a connection graph for the pipeline. More...
Public Attributes | |
| string | stageKey |
| Which stage object should be used. More... | |
| bool | mirrorOutputs |
| Whether or not outputs should be mirrored. More... | |
| string[] | outputs |
| An array of stageKeys's which this stage should be connected to upon instatiation. More... | |
A class which represents a connection graph for the pipeline.
| bool SharpBCI.SerializedConnectionInfo.mirrorOutputs |
Whether or not outputs should be mirrored.
| string [] SharpBCI.SerializedConnectionInfo.outputs |
An array of stageKeys's which this stage should be connected to upon instatiation.
| string SharpBCI.SerializedConnectionInfo.stageKey |
Which stage object should be used.