Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
Classes | Enumerations

Package MCAEmotiv.Interop

Classes

class  Channels
 Utilities and extensions for the Channel enumeration. More...
struct  EEGDataEntry
 Contains one EEG data point, with marker, timestamp, and voltage data. This class is immutable. More...
class  EEGDataEntryExtensions
 Extension methods for EEGDataEntry and collections of entries. More...
class  EmotivDataSource
 An IEEGDataSource which connects the the Emotiv headset. More...
class  EmotivHeadset
 Acts as a wrapper for the lower-level EmoEngine class. More...
interface  IEEGDataListener
 An interface for objects that consume EEG data. More...
class  EEGDataListener
 Consumes EEG data using actions which are invoked using an ISynchronizeInvoke. Null actions are ignored. More...
interface  IEEGDataSource
 An interface for a source of EEG data. More...
class  AbstractEEGDataSource
 An abstract base class for data sources. More...
class  MockEEGDataSource
 Generates random data for use in testing the application when the headset is not connected. More...

Enumerations

enum  Channel {
  AF3 = EdkDll.EE_DataChannel_t.AF3, F7 = EdkDll.EE_DataChannel_t.F7, F3 = EdkDll.EE_DataChannel_t.F3, FC5 = EdkDll.EE_DataChannel_t.FC5,
  T7 = EdkDll.EE_DataChannel_t.T7, P7 = EdkDll.EE_DataChannel_t.P7, O1 = EdkDll.EE_DataChannel_t.O1, O2 = EdkDll.EE_DataChannel_t.O2,
  P8 = EdkDll.EE_DataChannel_t.P8, T8 = EdkDll.EE_DataChannel_t.T8, FC6 = EdkDll.EE_DataChannel_t.FC6, F4 = EdkDll.EE_DataChannel_t.F4,
  F8 = EdkDll.EE_DataChannel_t.F8, AF4 = EdkDll.EE_DataChannel_t.AF4
}
 

An enumeration of the Emotiv's channels.

More...

Enumeration Type Documentation

An enumeration of the Emotiv's channels.

Enumerator:
AF3 

Left frontmost.

F7 

Leftmost frontal.

F3 

Left frontal.

FC5 

Left frontal-central.

T7 

Left temporal.

P7 

Left parietal.

O1 

Left occipital.

O2 

Right occipital.

P8 

Right parietal.

T8 

Right temporal.

FC6 

Right frontal-central.

F4 

Right frontal.

F8 

Rightmost frontal.

AF4 

Right frontmost.

 All Classes Namespaces Files Functions Variables Enumerations Properties Events