|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.multiconnectionsocket.event.AbstractMultiConnectionEvent<OpenBCIEventType>
com.github.mrstampy.esp.openbci.subscription.OpenBCIEvent
public class OpenBCIEvent
The Class OpenBCIEvent.
| Constructor Summary | |
|---|---|
OpenBCIEvent(double[] sample,
int channelNumber)
Instantiates a new open bci event. |
|
| Method Summary | |
|---|---|
int |
getChannelNumber()
Gets the channel number. |
double[] |
getSample()
Gets the sample. |
| Methods inherited from class com.github.mrstampy.esp.multiconnectionsocket.event.AbstractMultiConnectionEvent |
|---|
getCreateTimestamp, getEventType, getNanoTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenBCIEvent(double[] sample,
int channelNumber)
sample - the samplechannelNumber - the channel number| Method Detail |
|---|
public double[] getSample()
public int getChannelNumber()
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||