Uses of Enum
jmri.SpeedStepMode
Packages that use SpeedStepMode
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Support for implementing Warrants in JMRI.
Interfaces and implementations for system-specific code.
Defines classes for interfacing to a MERG CBUS network.
Support for the ESU ECoS.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Classes to interact with a Marklin Network Connection.
Provides JMRI layout objects that use MQTT connections.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
-
Uses of SpeedStepMode in jmri
Methods in jmri that return SpeedStepModeModifier and TypeMethodDescriptionstatic SpeedStepModeSpeedStepMode.bestCompatibleMode(EnumSet<SpeedStepMode> command_station_modes, EnumSet<SpeedStepMode> decoder_modes) static SpeedStepModeSpeedStepMode.bestMode(EnumSet<SpeedStepMode> modes) static SpeedStepModeSpeedStepMode.getByDescription(String name) Convert a localized name string to a DCC speed step mode.static SpeedStepModeConvert a human-readable string to a DCC speed step mode.DccThrottle.getSpeedStepMode()Get the current speed step value.static SpeedStepModeReturns the enum constant of this type with the specified name.static SpeedStepMode[]SpeedStepMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionstatic EnumSet<SpeedStepMode>SpeedStepMode.getCompatibleModes(EnumSet<SpeedStepMode> command_station_modes, EnumSet<SpeedStepMode> decoder_modes) static EnumSet<SpeedStepMode>SpeedStepMode.getCompatibleModesForProtocol(LocoAddress.Protocol protocol) ThrottleManager.supportedSpeedModes()Get the supported speed modes.Methods in jmri with parameters of type SpeedStepModeModifier and TypeMethodDescriptionvoidDccThrottle.setSpeedStepMode(SpeedStepMode Mode) Set the speed step value.Method parameters in jmri with type arguments of type SpeedStepModeModifier and TypeMethodDescriptionstatic SpeedStepModeSpeedStepMode.bestCompatibleMode(EnumSet<SpeedStepMode> command_station_modes, EnumSet<SpeedStepMode> decoder_modes) static SpeedStepModeSpeedStepMode.bestMode(EnumSet<SpeedStepMode> modes) static EnumSet<SpeedStepMode>SpeedStepMode.getCompatibleModes(EnumSet<SpeedStepMode> command_station_modes, EnumSet<SpeedStepMode> decoder_modes) -
Uses of SpeedStepMode in jmri.jmrit.logix
Fields in jmri.jmrit.logix declared as SpeedStepModeModifier and TypeFieldDescription(package private) SpeedStepModeThrottleSetting.CommandValue._stepModeMethods in jmri.jmrit.logix that return SpeedStepModeMethods in jmri.jmrit.logix with parameters of type SpeedStepModeModifier and TypeMethodDescriptionprotected voidLearnThrottleFrame.setSpeedStepMode(SpeedStepMode speedStep) voidThrottleSetting.setValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, String tx) Constructors in jmri.jmrit.logix with parameters of type SpeedStepModeModifierConstructorDescriptionCommandValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, String tx) ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, String tx, String beanName) ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, String tx, String beanName, float trkSpd) -
Uses of SpeedStepMode in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle with parameters of type SpeedStepModeModifier and TypeMethodDescriptionvoidControlPanel.setSpeedStepsMode(SpeedStepMode speedStepMode) Set the GUI to match the speed steps of the current address. -
Uses of SpeedStepMode in jmri.jmrit.withrottle
Methods in jmri.jmrit.withrottle with parameters of type SpeedStepModeModifier and TypeMethodDescriptionprotected voidThrottleController.handleSpeedStepMode(SpeedStepMode newMode) -
Uses of SpeedStepMode in jmri.jmrix
Fields in jmri.jmrix declared as SpeedStepModeModifier and TypeFieldDescriptionprotected SpeedStepModeAbstractThrottle.speedStepModeQuestion: should we set a default speed step mode so it's never zero?Methods in jmri.jmrix that return SpeedStepModeMethods in jmri.jmrix that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionAbstractThrottleManager.supportedSpeedModes()What speed modes are supported by this system?Methods in jmri.jmrix with parameters of type SpeedStepModeModifier and TypeMethodDescriptionvoidAbstractThrottle.setSpeedStepMode(SpeedStepMode mode) Set the speed step value. -
Uses of SpeedStepMode in jmri.jmrix.bidib
Methods in jmri.jmrix.bidib that return types with arguments of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionCbusThrottleManager.supportedSpeedModes()MERG CBUS Throttle sessions default to 128 SS.Methods in jmri.jmrix.can.cbus with parameters of type SpeedStepModeModifier and TypeMethodDescriptionvoidCbusThrottle.setSpeedStepMode(SpeedStepMode stepMode) setSpeedStepMode - set the speed step value. -
Uses of SpeedStepMode in jmri.jmrix.dccpp
Methods in jmri.jmrix.dccpp that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionDCCppThrottleManager.supportedSpeedModes()What speed modes are supported by this system?Methods in jmri.jmrix.dccpp with parameters of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.debugthrottle
Methods in jmri.jmrix.debugthrottle that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionDebugThrottleManager.supportedSpeedModes()What speed modes are supported by this system? -
Uses of SpeedStepMode in jmri.jmrix.easydcc
Methods in jmri.jmrix.easydcc that return types with arguments of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.ecos
Methods in jmri.jmrix.ecos that return SpeedStepModeMethods in jmri.jmrix.ecos that return types with arguments of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.lenz
Methods in jmri.jmrix.lenz that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionXNetThrottleManager.supportedSpeedModes()What speed modes are supported by this system?Methods in jmri.jmrix.lenz with parameters of type SpeedStepModeModifier and TypeMethodDescriptionstatic XNetMessageXNetMessage.getSpeedAndDirectionMsg(int address, SpeedStepMode speedStepMode, float speed, boolean isForward) Generate a Speed and Direction Request message.protected voidXNetThrottle.notifyNewSpeedStepMode(SpeedStepMode mode) voidXNetThrottle.setSpeedStepMode(SpeedStepMode Mode) Set the speed step value and the related speedIncrement value. -
Uses of SpeedStepMode in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionLnThrottleManager.supportedSpeedModes()What speed modes are supported by this system?Methods in jmri.jmrix.loconet with parameters of type SpeedStepModeModifier and TypeMethodDescriptionvoidLocoNetThrottle.setSpeedStepMode(SpeedStepMode Mode) Set the speed step value and the related speedIncrement value. -
Uses of SpeedStepMode in jmri.jmrix.marklin
Methods in jmri.jmrix.marklin that return types with arguments of type SpeedStepModeMethods in jmri.jmrix.marklin with parameters of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.mqtt
Methods in jmri.jmrix.mqtt that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionMqttThrottleManager.supportedSpeedModes()What speed modes are supported by this system? -
Uses of SpeedStepMode in jmri.jmrix.mrc
Methods in jmri.jmrix.mrc that return types with arguments of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.nce
Methods in jmri.jmrix.nce that return types with arguments of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 with parameters of type SpeedStepModeModifier and TypeMethodDescriptionstatic XNetMessageZ21XNetMessage.getZ21LanXSetLocoDriveMsg(int address, SpeedStepMode speedMode, float speed, boolean isForward) Generate a Z21 message to change the speed/direction of a locomotive. -
Uses of SpeedStepMode in jmri.jmrix.sprog
Methods in jmri.jmrix.sprog that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionSprogCSThrottleManager.supportedSpeedModes()What speed modes are supported by this system?SprogThrottleManager.supportedSpeedModes()What speed modes are supported by this system?Methods in jmri.jmrix.sprog with parameters of type SpeedStepModeModifier and TypeMethodDescriptionvoidSprogCommandStation.setSpeed(SpeedStepMode mode, DccLocoAddress address, int spd, boolean isForward) Handle speed changes from throttle.voidSprogSlot.setSpeed(SpeedStepMode mode, int address, boolean isLongAddress, int speed, boolean forward) voidSprogThrottle.setSpeedStepMode(SpeedStepMode Mode) Set the speed step value and the related speedIncrement value. -
Uses of SpeedStepMode in jmri.jmrix.srcp
Methods in jmri.jmrix.srcp that return types with arguments of type SpeedStepModeMethods in jmri.jmrix.srcp with parameters of type SpeedStepModeConstructors in jmri.jmrix.srcp with parameters of type SpeedStepModeModifierConstructorDescriptionSRCPThrottle(SRCPBusConnectionMemo memo, DccLocoAddress address, String protocol, SpeedStepMode mode, int functions) -
Uses of SpeedStepMode in jmri.jmrix.tams
Methods in jmri.jmrix.tams that return types with arguments of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.tmcc
Methods in jmri.jmrix.tmcc that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionSerialThrottleManager.supportedSpeedModes()What speed modes are supported by this system?Methods in jmri.jmrix.tmcc with parameters of type SpeedStepMode -
Uses of SpeedStepMode in jmri.jmrix.xpa
Methods in jmri.jmrix.xpa that return types with arguments of type SpeedStepModeModifier and TypeMethodDescriptionXpaThrottleManager.supportedSpeedModes()What speed modes are supported by this system? -
Uses of SpeedStepMode in jmri.jmrix.zimo
Methods in jmri.jmrix.zimo that return types with arguments of type SpeedStepMode