SharpBCI
A multi-threaded brain control interface (BCI) library in C#
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SharpBCI.SerializedConnectionInfo Class Reference

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...
 

Detailed Description

A class which represents a connection graph for the pipeline.

Member Data Documentation

bool SharpBCI.SerializedConnectionInfo.mirrorOutputs

Whether or not outputs should be mirrored.

See Also
IPipeable.Connect for details about what this means
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.


The documentation for this class was generated from the following file: