public interface DataSet
Modifier and Type | Method and Description |
---|---|
AcquisitionResult |
getCapturedData()
Returns the captured data of this project.
|
Channel |
getChannel(int aIndex)
Returns a single channel.
|
Channel[] |
getChannels()
Returns the channels of this project.
|
Cursor |
getCursor(int aIndex)
Returns a single cursor
|
Cursor[] |
getCursors()
Returns the available cursors of this project.
|
boolean |
isCursorsEnabled()
Returns whether or not cursors are enabled.
|
void |
setCursorsEnabled(boolean aEnabled)
Sets whether or not cursors are enabled.
|
AcquisitionResult getCapturedData()
null
.Channel getChannel(int aIndex)
aIndex
- the channel index, >= 0 && <
AcquisitionResult.getChannels()
.null
.Channel[] getChannels()
null
.Cursor getCursor(int aIndex)
aIndex
- the index of the cursor to retrieve, >= 0.Cursor[] getCursors()
null
.boolean isCursorsEnabled()
true
if cursors are enabled, false
otherwise.void setCursorsEnabled(boolean aEnabled)
aEnabled
- true
if cursors are enabled, false
otherwise.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.