Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
Classes | Public Member Functions | Public Attributes | Properties

MCAEmotiv.GUI.Animation.ExperimentProvider Class Reference

A view provider for the main experiment. More...

Inheritance diagram for MCAEmotiv.GUI.Animation.ExperimentProvider:
System.Collections.Generic.AbstractEnumerable< T > MCAEmotiv.GUI.Animation.IViewProvider

List of all members.

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< ViewGetEnumerator ()
 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.

Detailed Description

A view provider for the main experiment.


Constructor & Destructor Documentation

MCAEmotiv.GUI.Animation.ExperimentProvider.ExperimentProvider ( ExperimentSettings  settings,
StimulusClass  stimulusClass1,
StimulusClass  stimulusClass2,
IArrayView< ClassificationScheme classificationSchemes,
IEEGDataSource  dataSource 
)

Construct an experiment with the given parameters.


Member Function Documentation

override IEnumerator<View> MCAEmotiv.GUI.Animation.ExperimentProvider.GetEnumerator ( ) [virtual]

Yields the experiment as a sequence of views.

Implements System.Collections.Generic.AbstractEnumerable< T >.


Member Data Documentation

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.


Property Documentation

string MCAEmotiv.GUI.Animation.ExperimentProvider.Title [get]

The title of the experiment.

Implements MCAEmotiv.GUI.Animation.IViewProvider.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events