public interface ToolContext
For example, it provides the information about which range of samples should be analysed.
Modifier and Type | Method and Description |
---|---|
int |
getChannels()
Returns the number of channels in the sample data.
|
Cursor |
getCursor(int aSelectedIndex) |
AcquisitionResult |
getData()
Returns the acquisition result for use in the tool.
|
int |
getEnabledChannels()
Returns a bitmask of enabled channels in the sample data.
|
int |
getEndSampleIndex()
Returns the ending sample index on which the decoding should end.
|
int |
getLength()
Returns the length of the decoding area.
|
int |
getStartSampleIndex()
Returns the starting sample index on which the decoding should start.
|
int getChannels()
Cursor getCursor(int aSelectedIndex)
aSelectedIndex
- AcquisitionResult getData()
null
.int getEnabledChannels()
int getEndSampleIndex()
int getLength()
int getStartSampleIndex()
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.