Class BasicESUTableSpeedMatcher

  • All Implemented Interfaces:
    java.util.EventListener, ProgListener, ThrottleListener

    public class BasicESUTableSpeedMatcher
    extends BasicSpeedMatcher
    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. Speed steps 1, 10, 19, and 28 will be set according to values interpolated linearly between the given start and to speeds. Values for the remaining CVs will interpolated between these 4 CVs. This is done to reduce the time the speed match takes and to increase likelihood of success.