Uses of Class
jmri.TimebaseRateException
-
Packages that use TimebaseRateException Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.simpleclock Contains a simple FastClock implementation based on the computers clock. -
-
Uses of TimebaseRateException in jmri
Methods in jmri that throw TimebaseRateException Modifier and Type Method Description void
Timebase. setRate(double factor)
Set fast clock rate.void
Timebase. userSetRate(double factor)
Set fast clock rate and force a synchronization with the DCC hardware. -
Uses of TimebaseRateException in jmri.jmrit.simpleclock
Methods in jmri.jmrit.simpleclock that throw TimebaseRateException Modifier and Type Method Description void
SimpleTimebase. setRate(double factor)
Set fast clock rate.void
SimpleTimebase. userSetRate(double factor)
Set fast clock rate and force a synchronization with the DCC hardware.
-