Uses of Class
jmri.jmrix.bachrus.speedmatcher.SpeedMatcher
-
Packages that use SpeedMatcher Package Description jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bachrus.speedmatcher.basic jmri.jmrix.bachrus.speedmatcher.speedStepScale -
-
Uses of SpeedMatcher in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as SpeedMatcher Modifier and Type Field Description protected SpeedMatcherSpeedoConsoleFrame. speedMatcher -
Uses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.basic
Subclasses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.basic Modifier and Type Class Description classBasicESUTableSpeedMatcherThis is a simple speed matcher which will speed match a locomotive to a given start and top speed using ESU's complex speed table.classBasicSimpleCVSpeedMatcherThis is a simple speed matcher which will speed match a locomotive to a given start and top speed using the VStart, VMid, and VHigh CVs.classBasicSpeedMatcherAbstract class defining the basic operations of a Basic speed matcher (sets a minimum speed at speed step 1, a maximum at speed step 28, and some number of points in between).classBasicSpeedTableSpeedMatcherThis is a simple speed matcher which will speed match a locomotive to a given start and top speed using the complex speed table.Methods in jmri.jmrix.bachrus.speedmatcher.basic that return SpeedMatcher Modifier and Type Method Description static SpeedMatcherBasicSpeedMatcherFactory. getSpeedMatcher(BasicSpeedMatcherConfig.SpeedTable speedTable, BasicSpeedMatcherConfig config)Gets the correct Basic Speed Matcher for the given speedTable -
Uses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Subclasses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.speedStepScale Modifier and Type Class Description classSpeedStepScaleESUTableSpeedMatcherThis is a speed step scale speed matcher which will speed match a locomotive such that its speed in mph/kph will be equal to its speed step in 128 speed step mode.classSpeedStepScaleSpeedMatcherAbstract class defining the basic operations of a Speed Step Scale speed matcher (sets up the complex speed table such that the speed step equals the locomotive speed when using "128" speed step mode).classSpeedStepScaleSpeedTableSpeedMatcherThis is a speed step scale speed matcher which will speed match a locomotive such that its speed in mph/kph will be equal to its speed step in 128 speed step mode.Methods in jmri.jmrix.bachrus.speedmatcher.speedStepScale that return SpeedMatcher Modifier and Type Method Description static SpeedMatcherSpeedStepScaleSpeedMatcherFactory. getSpeedMatcher(SpeedStepScaleSpeedMatcherConfig.SpeedTable speedTable, SpeedStepScaleSpeedMatcherConfig config)Gets the correct Speed Step Scale Speed Matcher for the given speedTable
-