Package | Description |
---|---|
nl.lxtreme.ols.api.acquisition | |
nl.lxtreme.ols.api.data | |
nl.lxtreme.ols.api.data.project | |
nl.lxtreme.ols.api.tools |
Modifier and Type | Method and Description |
---|---|
AcquisitionResult[] |
AcquisitionDataProvider.getAcquiredData()
Returns the current available acquisition results.
|
Modifier and Type | Method and Description |
---|---|
void |
AcquisitionDataListener.acquisitionComplete(AcquisitionResult aData)
Called upon completion of the capture process.
|
Modifier and Type | Class and Description |
---|---|
class |
CapturedData
CapturedData encapsulates the data obtained by the analyzer during a single
run.
|
class |
DataContainer
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AcquisitionResult |
DataSet.getCapturedData()
Returns the captured data of this project.
|
Modifier and Type | Method and Description |
---|---|
void |
DataContainer.setCapturedData(AcquisitionResult aData)
Deprecated.
Sets the captured data.
|
Constructor and Description |
---|
BaseDataSet(int aStartOfDecodeIdx,
int aEndOfDecodeIdx,
AcquisitionResult aData)
Creates a new BaseDataSet.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.setCapturedData(AcquisitionResult aData)
Sets the captured data of this project.
|
Modifier and Type | Method and Description |
---|---|
AcquisitionResult |
ToolContext.getData()
Returns the acquisition result for use in the tool.
|
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.