|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalSinkIf
This interface is implemented by external class that receives data samples from BioEra. The class must also implement empty (no parameter) public constructor. If this class requires access to dynamic actions performed by BioEra (like start, stop etc), then it should also implement externalInit interface.
Method Summary | |
---|---|
int |
getInputChannelCount()
Returns number of input channels |
java.lang.String |
getInputChannelName(int channel)
Define channel name. |
int |
processInputData(int channel,
double[] buffer,
int available)
This method is called from BioEra when input data is available in Float external element. |
int |
processInputData(int channel,
float[] buffer,
int available)
This method is called from BioEra when input data is available in Float external element. |
int |
processInputData(int channel,
int[] buffer,
int available)
This method is called from BioEra when input data is available in Scalar external element. |
Method Detail |
---|
int processInputData(int channel, int[] buffer, int available)
int processInputData(int channel, float[] buffer, int available)
int processInputData(int channel, double[] buffer, int available)
int getInputChannelCount()
java.lang.String getInputChannelName(int channel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |