Uses of Class
jmri.jmrix.bachrus.speedmatcher.SpeedMatcher
Packages that use SpeedMatcher
Package
Description
Provides connections and GUI support for attached speedometers.
-
Uses of SpeedMatcher in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as SpeedMatcher -
Uses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.basic
Subclasses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.basicModifier and TypeClassDescriptionclassThis is a simple speed matcher which will speed match a locomotive to a given start and top speed using ESU's complex speed table.classThis 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.classAbstract 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).classThis 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 SpeedMatcherModifier and TypeMethodDescriptionstatic 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.speedStepScaleModifier and TypeClassDescriptionclassThis 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.classAbstract 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).classThis 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 SpeedMatcherModifier and TypeMethodDescriptionstatic SpeedMatcherSpeedStepScaleSpeedMatcherFactory.getSpeedMatcher(SpeedStepScaleSpeedMatcherConfig.SpeedTable speedTable, SpeedStepScaleSpeedMatcherConfig config) Gets the correct Speed Step Scale Speed Matcher for the given speedTable