C# Class MCAEmotiv.Interop.EmotivDataSource

An IEEGDataSource which connects the the Emotiv headset
Inheritance: AbstractEEGDataSource
Afficher le fichier Open project: madelson/Emotiv-Experimenter

Méthodes protégées

Méthode Description
DisposeHelper ( ) : void

Disposes the headset connection

TryGetData ( IArrayView &data ) : bool

Gets data from the headset

Private Methods

Méthode Description
CreateEntries ( double[]>.Dictionary data ) : IEnumerable

Method Details

DisposeHelper() protected méthode

Disposes the headset connection
protected DisposeHelper ( ) : void
Résultat void

TryGetData() protected méthode

Gets data from the headset
protected TryGetData ( IArrayView &data ) : bool
data IArrayView
Résultat bool