Uses of Class
jmri.TimebaseRateException
Packages that use TimebaseRateException
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Contains a simple FastClock implementation based on
the computers clock.
-
Uses of TimebaseRateException in jmri
Methods in jmri that throw TimebaseRateExceptionModifier and TypeMethodDescriptionvoidTimebase.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 TimebaseRateExceptionModifier and TypeMethodDescriptionvoidSimpleTimebase.setRate(double factor) Set fast clock rate.voidSimpleTimebase.userSetRate(double factor) Set fast clock rate and force a synchronization with the DCC hardware.