|
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.EspChannel
public class EspChannel
The Class EspChannel represents a channel of raw data available for processing.
Lab,
Serialized Form| Constructor Summary | |
|---|---|
EspChannel()
Instantiates a new esp channel. |
|
EspChannel(int channelNumber)
Instantiates a new esp channel. |
|
EspChannel(int channelNumber,
java.lang.String description)
Instantiates a new esp channel. |
|
EspChannel(int channelNumber,
java.lang.String description,
java.lang.String identifier)
Instantiates a new esp channel. |
|
| Method Summary | |
|---|---|
int |
getChannelNumber()
Gets the channel number. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getIdentifier()
Gets the identifier. |
void |
setChannelNumber(int channelNumber)
Sets the channel number. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EspChannel()
public EspChannel(int channelNumber)
channelNumber - the channel number
public EspChannel(int channelNumber,
java.lang.String description)
channelNumber - the channel numberdescription - the description
public EspChannel(int channelNumber,
java.lang.String description,
java.lang.String identifier)
channelNumber - the channel numberdescription - the descriptionidentifier - the identifier| Method Detail |
|---|
public int getChannelNumber()
public void setChannelNumber(int channelNumber)
channelNumber - the new channel numberpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - the new identifierpublic java.lang.String toString()
toString in class java.lang.Object
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||