Package | Description |
---|---|
de.toem.impulse.samples |
Modifier and Type | Method and Description |
---|---|
boolean |
ISamplesIterator.isCurrent(ISamplePointer samples)
Returns true if samples is at current position.
|
boolean |
ISamplesIterator.next(ISamplePointer samples)
Goto next sample of 'samples'.
|
boolean |
ISamplesIterator.nextEdge(ISamplePointer samples,
int edge)
Goto next edge.
|
boolean |
ISamplesIterator.nextEdge(ISamplePointer samples,
int edge,
ILogicDetector detector) |
boolean |
ISamplesIterator.prev(ISamplePointer samples)
Goto previous sample of 'samples'.
|
boolean |
ISamplesIterator.prevEdge(ISamplePointer samples,
int edge)
Goto previous edge.
|
boolean |
ISamplesIterator.prevEdge(ISamplePointer samples,
int edge,
ILogicDetector detector) |