public class PixelCounter extends Object implements SequencerSimulation.WaveformListener
| Constructor and Description |
|---|
PixelCounter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPixels() |
void |
transition(int oldState,
int newState,
int nanos)
Called each time a function causes a change in the output waveform.
|
public void transition(int oldState,
int newState,
int nanos)
SequencerSimulation.WaveformListenertransition in interface SequencerSimulation.WaveformListeneroldState - 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.public int getPixels()
Copyright © 2020 LSST. All rights reserved.