|
Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
|
A view provider for the main experiment. More...
Classes | |
| class | InstructionView |
| class | PredictView |
| class | Runtime |
| class | Trial |
| struct | VolatileBool |
Public Member Functions | |
| ExperimentProvider (ExperimentSettings settings, StimulusClass stimulusClass1, StimulusClass stimulusClass2, IArrayView< ClassificationScheme > classificationSchemes, IEEGDataSource dataSource) | |
| Construct an experiment with the given parameters. | |
| override IEnumerator< View > | GetEnumerator () |
| Yields the experiment as a sequence of views. | |
Public Attributes | |
| const string | LOG_BASE_NAME = "exp_log" |
| LOG_BASE_NAME is the base file name for log files RAW_DATA_BASE_NAME is the base file name for raw data files DATA_BASE_NAME is the base file name for trial data files. | |
Properties | |
| string | Title [get] |
| The title of the experiment. | |
A view provider for the main experiment.
| MCAEmotiv.GUI.Animation.ExperimentProvider.ExperimentProvider | ( | ExperimentSettings | settings, |
| StimulusClass | stimulusClass1, | ||
| StimulusClass | stimulusClass2, | ||
| IArrayView< ClassificationScheme > | classificationSchemes, | ||
| IEEGDataSource | dataSource | ||
| ) |
Construct an experiment with the given parameters.
| override IEnumerator<View> MCAEmotiv.GUI.Animation.ExperimentProvider.GetEnumerator | ( | ) | [virtual] |
Yields the experiment as a sequence of views.
Implements System.Collections.Generic.AbstractEnumerable< T >.
| const string MCAEmotiv.GUI.Animation.ExperimentProvider.LOG_BASE_NAME = "exp_log" |
LOG_BASE_NAME is the base file name for log files RAW_DATA_BASE_NAME is the base file name for raw data files DATA_BASE_NAME is the base file name for trial data files.
string MCAEmotiv.GUI.Animation.ExperimentProvider.Title [get] |
The title of the experiment.
Implements MCAEmotiv.GUI.Animation.IViewProvider.
1.7.3