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 SpeedMatcher
SpeedoConsoleFrame. speedMatcher
-
Uses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.basic
Subclasses of SpeedMatcher in jmri.jmrix.bachrus.speedmatcher.basic Modifier and Type Class Description class
BasicESUTableSpeedMatcher
This is a simple speed matcher which will speed match a locomotive to a given start and top speed using ESU's complex speed table.class
BasicSimpleCVSpeedMatcher
This 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.class
BasicSpeedMatcher
Abstract 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).class
BasicSpeedTableSpeedMatcher
This 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 SpeedMatcher
BasicSpeedMatcherFactory. 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 class
SpeedStepScaleESUTableSpeedMatcher
This 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.class
SpeedStepScaleSpeedMatcher
Abstract 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).class
SpeedStepScaleSpeedTableSpeedMatcher
This 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 SpeedMatcher
SpeedStepScaleSpeedMatcherFactory. getSpeedMatcher(SpeedStepScaleSpeedMatcherConfig.SpeedTable speedTable, SpeedStepScaleSpeedMatcherConfig config)
Gets the correct Speed Step Scale Speed Matcher for the given speedTable
-