Search in sources :

Example 1 with DebugThrottleManager

use of jmri.jmrix.debugthrottle.DebugThrottleManager in project JMRI by JMRI.

the class DccLocoAddressSelectorTest method setThrottleManager.

// from here down is testing infrastructure
protected void setThrottleManager() {
    ThrottleManager m = new DebugThrottleManager();
    InstanceManager.setThrottleManager(m);
    return;
}
Also used : ThrottleManager(jmri.ThrottleManager) DebugThrottleManager(jmri.jmrix.debugthrottle.DebugThrottleManager) DebugThrottleManager(jmri.jmrix.debugthrottle.DebugThrottleManager)

Aggregations

ThrottleManager (jmri.ThrottleManager)1 DebugThrottleManager (jmri.jmrix.debugthrottle.DebugThrottleManager)1