Uses of Class
org.eclipse.nebula.widgets.oscilloscope.multichannel.Oscilloscope.IntegerFiFoCircularStack
-
Packages that use Oscilloscope.IntegerFiFoCircularStack Package Description org.eclipse.nebula.widgets.oscilloscope.multichannel -
-
Uses of Oscilloscope.IntegerFiFoCircularStack in org.eclipse.nebula.widgets.oscilloscope.multichannel
Fields in org.eclipse.nebula.widgets.oscilloscope.multichannel declared as Oscilloscope.IntegerFiFoCircularStack Modifier and Type Field Description private Oscilloscope.IntegerFiFoCircularStackOscilloscope.Data. stackConstructors in org.eclipse.nebula.widgets.oscilloscope.multichannel with parameters of type Oscilloscope.IntegerFiFoCircularStack Constructor Description IntegerFiFoCircularStack(int capacity, Oscilloscope.IntegerFiFoCircularStack oldStack)Creates stack with the indicated capacity and copies the old stack into the new stack and the old stack will be empty after this action.
-