public static interface SequencerSimulation.WaveformListener
| Modifier and Type | Method and Description |
|---|---|
void |
transition(int oldState,
int newState,
int nanos)
Called each time a function causes a change in the output waveform.
|
void transition(int oldState,
int newState,
int nanos)
oldState - The state of the outputs before the transitionnewState - The status of the outputs after the transitionnanos - The number of nanoSeconds the outputs will remain in
this state.Copyright © 2020 LSST. All rights reserved.