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 voidTimebase. setRate(double factor)Set fast clock rate.voidTimebase. 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 voidSimpleTimebase. setRate(double factor)Set fast clock rate.voidSimpleTimebase. userSetRate(double factor)Set fast clock rate and force a synchronization with the DCC hardware.
-