byucc.jhdl.apps.Stimulator
Interface LongValueProvider

All Superinterfaces:
ValueProvider
All Known Implementing Classes:
Random

public interface LongValueProvider
extends ValueProvider

Interface that marks a class as able to provide a long value for putting to a wire using the interactive stimulator.

Author:
Anthony L. Slade

Method Summary
 long getNextLongValue()
           
 long getResetLongValue()
           
 
Methods inherited from interface byucc.jhdl.apps.Stimulator.ValueProvider
getForceSchedule, getForceSchedule, isDrivingOutput
 

Method Detail

getNextLongValue

public long getNextLongValue()
Returns:
the next custom value to put on a wire

getResetLongValue

public long getResetLongValue()
Returns:
the next custom reset value to put on a wire


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.