|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<OpenBCICommand>
com.github.mrstampy.esp.openbci.OpenBCICommand
public enum OpenBCICommand
The Enum OpenBCICommand.
| Enum Constant Summary | |
|---|---|
ACTIVATE_FILTERS
The activate filters. |
|
BIAS_AUTO
The bias auto. |
|
BIAS_FIXED
The bias fixed. |
|
DEACTIVATE_FILTERS
The deactivate filters. |
|
START_BINARY
The start binary. |
|
START_BINARY_4CHAN
The STAR t_ binar y_4 chan. |
|
START_BINARY_WAUX
The start binary waux. |
|
STOP
The stop. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommand()
Gets the command. |
static OpenBCICommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OpenBCICommand[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OpenBCICommand STOP
public static final OpenBCICommand START_BINARY
public static final OpenBCICommand START_BINARY_WAUX
public static final OpenBCICommand START_BINARY_4CHAN
public static final OpenBCICommand ACTIVATE_FILTERS
public static final OpenBCICommand DEACTIVATE_FILTERS
public static final OpenBCICommand BIAS_AUTO
public static final OpenBCICommand BIAS_FIXED
| Method Detail |
|---|
public static OpenBCICommand[] values()
for (OpenBCICommand c : OpenBCICommand.values()) System.out.println(c);
public static OpenBCICommand valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getCommand()
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||