public class IntCounter extends IntClockedSignalSource
| Modifier and Type | Field and Description |
|---|---|
protected IntSignalSource |
max |
protected IntSignalSource |
min |
protected IntSignalSource |
step |
outDEFAULT_AFAP_INTERRUPT_LATENCY, DEFAULT_SLEEP_TIME_MS| Constructor and Description |
|---|
IntCounter(int start,
IntSignalSource min,
IntSignalSource max,
IntSignalSource step) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Processes an event.
|
compileDataFlow, counter, counter, counter, get, getAsInt, logged, logged, suppliedBy, suppliedByclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconstant, logger, logger, zipWithconstantadHoc, afap, afap, andThen, asAsynchronousSwingEvent, compileControlFlow, every, every, frequently, frequently, frequently, sequence, times, timesprotected final IntSignalSource min
protected final IntSignalSource max
protected final IntSignalSource step
public IntCounter(int start,
IntSignalSource min,
IntSignalSource max,
IntSignalSource step)
public void run()
RealtimeAny implementation of this method should complete promptly and normally. In particular it must not block indefinitely.