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

A class which represents a single stage in the pipeline Can be serialized into a JSON file. More...

Public Attributes

string stageKey
 A unique key. More...
 
string stageClass
 The full name of an IPipeable class which this SerializedStage represents. More...
 
object[] arguments
 Arguments (should only be primative types) which are supplied to the IPipeable upon instatiation. More...
 

Detailed Description

A class which represents a single stage in the pipeline Can be serialized into a JSON file.

Member Data Documentation

object [] SharpBCI.SerializedStage.arguments

Arguments (should only be primative types) which are supplied to the IPipeable upon instatiation.

string SharpBCI.SerializedStage.stageClass

The full name of an IPipeable class which this SerializedStage represents.

string SharpBCI.SerializedStage.stageKey

A unique key.


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