Uses of Class
jmri.SpeedStepMode
-
Packages that use SpeedStepMode Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.throttle jmri.jmrit.withrottle jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dccpp jmri.jmrix.debugthrottle jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.lenz jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.marklin jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.roco.z21 jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tmcc jmri.jmrix.xpa jmri.jmrix.zimo -
-
Uses of SpeedStepMode in jmri
Methods in jmri that return SpeedStepMode Modifier and Type Method Description static SpeedStepMode
SpeedStepMode. bestCompatibleMode(java.util.EnumSet<SpeedStepMode> command_station_modes, java.util.EnumSet<SpeedStepMode> decoder_modes)
static SpeedStepMode
SpeedStepMode. bestMode(java.util.EnumSet<SpeedStepMode> modes)
static SpeedStepMode
SpeedStepMode. getByDescription(java.lang.String name)
Convert a localized name string to a DCC speed step mode.static SpeedStepMode
SpeedStepMode. getByName(java.lang.String name)
Convert a human-readable string to a DCC speed step mode.SpeedStepMode
DccThrottle. getSpeedStepMode()
Get the current speed step value.static SpeedStepMode
SpeedStepMode. valueOf(java.lang.String name)
Returns 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 SpeedStepMode Modifier and Type Method Description static java.util.EnumSet<SpeedStepMode>
SpeedStepMode. getCompatibleModes(java.util.EnumSet<SpeedStepMode> command_station_modes, java.util.EnumSet<SpeedStepMode> decoder_modes)
static java.util.EnumSet<SpeedStepMode>
SpeedStepMode. getCompatibleModesForProtocol(LocoAddress.Protocol protocol)
java.util.EnumSet<SpeedStepMode>
ThrottleManager. supportedSpeedModes()
Get the supported speed modes.Methods in jmri with parameters of type SpeedStepMode Modifier and Type Method Description void
DccThrottle. setSpeedStepMode(SpeedStepMode Mode)
Set the speed step value.Method parameters in jmri with type arguments of type SpeedStepMode Modifier and Type Method Description static SpeedStepMode
SpeedStepMode. bestCompatibleMode(java.util.EnumSet<SpeedStepMode> command_station_modes, java.util.EnumSet<SpeedStepMode> decoder_modes)
static SpeedStepMode
SpeedStepMode. bestMode(java.util.EnumSet<SpeedStepMode> modes)
static java.util.EnumSet<SpeedStepMode>
SpeedStepMode. getCompatibleModes(java.util.EnumSet<SpeedStepMode> command_station_modes, java.util.EnumSet<SpeedStepMode> decoder_modes)
-
Uses of SpeedStepMode in jmri.jmrit.logix
Fields in jmri.jmrit.logix declared as SpeedStepMode Modifier and Type Field Description (package private) SpeedStepMode
ThrottleSetting.CommandValue. _stepMode
Methods in jmri.jmrit.logix that return SpeedStepMode Modifier and Type Method Description SpeedStepMode
ThrottleSetting.CommandValue. getMode()
Methods in jmri.jmrit.logix with parameters of type SpeedStepMode Modifier and Type Method Description protected void
LearnThrottleFrame. setSpeedStepMode(SpeedStepMode speedStep)
void
ThrottleSetting. setValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, java.lang.String tx)
Constructors in jmri.jmrit.logix with parameters of type SpeedStepMode Constructor Description CommandValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, java.lang.String tx)
ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, java.lang.String tx, java.lang.String beanName)
ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, java.lang.String tx, java.lang.String beanName, float trkSpd)
-
Uses of SpeedStepMode in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle with parameters of type SpeedStepMode Modifier and Type Method Description void
ControlPanel. 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 SpeedStepMode Modifier and Type Method Description protected void
ThrottleController. handleSpeedStepMode(SpeedStepMode newMode)
-
Uses of SpeedStepMode in jmri.jmrix
Fields in jmri.jmrix declared as SpeedStepMode Modifier and Type Field Description protected SpeedStepMode
AbstractThrottle. speedStepMode
Question: should we set a default speed step mode so it's never zero?Methods in jmri.jmrix that return SpeedStepMode Modifier and Type Method Description SpeedStepMode
AbstractThrottle. getSpeedStepMode()
Methods in jmri.jmrix that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
AbstractThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?Methods in jmri.jmrix with parameters of type SpeedStepMode Modifier and Type Method Description void
AbstractThrottle. 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 Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
BiDiBThrottleManager. supportedSpeedModes()
-
Uses of SpeedStepMode in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
CbusThrottleManager. supportedSpeedModes()
MERG CBUS Throttle sessions default to 128 SS.Methods in jmri.jmrix.can.cbus with parameters of type SpeedStepMode Modifier and Type Method Description void
CbusThrottle. 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 SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
DCCppThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?Methods in jmri.jmrix.dccpp with parameters of type SpeedStepMode Modifier and Type Method Description void
DCCppThrottle. setSpeedStepMode(SpeedStepMode Mode)
-
Uses of SpeedStepMode in jmri.jmrix.debugthrottle
Methods in jmri.jmrix.debugthrottle that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
DebugThrottleManager. 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 Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
EasyDccThrottleManager. supportedSpeedModes()
-
Uses of SpeedStepMode in jmri.jmrix.ecos
Methods in jmri.jmrix.ecos that return SpeedStepMode Modifier and Type Method Description SpeedStepMode
EcosLocoAddress. getSpeedStepMode()
Methods in jmri.jmrix.ecos that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
EcosDccThrottleManager. supportedSpeedModes()
-
Uses of SpeedStepMode in jmri.jmrix.lenz
Methods in jmri.jmrix.lenz that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
XNetThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?Methods in jmri.jmrix.lenz with parameters of type SpeedStepMode Modifier and Type Method Description static XNetMessage
XNetMessage. getSpeedAndDirectionMsg(int address, SpeedStepMode speedStepMode, float speed, boolean isForward)
Generate a Speed and Direction Request message.protected void
XNetThrottle. notifyNewSpeedStepMode(SpeedStepMode mode)
void
XNetThrottle. 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 SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
LnThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?Methods in jmri.jmrix.loconet with parameters of type SpeedStepMode Modifier and Type Method Description void
LocoNetThrottle. 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 SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
MarklinThrottleManager. supportedSpeedModes()
Methods in jmri.jmrix.marklin with parameters of type SpeedStepMode Modifier and Type Method Description void
MarklinThrottle. setSpeedStepMode(SpeedStepMode Mode)
-
Uses of SpeedStepMode in jmri.jmrix.mqtt
Methods in jmri.jmrix.mqtt that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
MqttThrottleManager. 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 Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
MrcThrottleManager. supportedSpeedModes()
-
Uses of SpeedStepMode in jmri.jmrix.nce
Methods in jmri.jmrix.nce that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
NceThrottleManager. supportedSpeedModes()
-
Uses of SpeedStepMode in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 with parameters of type SpeedStepMode Modifier and Type Method Description static XNetMessage
Z21XNetMessage. 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 SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
SprogCSThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?java.util.EnumSet<SpeedStepMode>
SprogThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?Methods in jmri.jmrix.sprog with parameters of type SpeedStepMode Modifier and Type Method Description void
SprogCommandStation. setSpeed(SpeedStepMode mode, DccLocoAddress address, int spd, boolean isForward)
Handle speed changes from throttle.void
SprogSlot. setSpeed(SpeedStepMode mode, int address, boolean isLongAddress, int speed, boolean forward)
void
SprogThrottle. 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 SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
SRCPThrottleManager. supportedSpeedModes()
Methods in jmri.jmrix.srcp with parameters of type SpeedStepMode Modifier and Type Method Description void
SRCPThrottle. setSpeedStepMode(SpeedStepMode Mode)
Constructors in jmri.jmrix.srcp with parameters of type SpeedStepMode Constructor Description SRCPThrottle(SRCPBusConnectionMemo memo, DccLocoAddress address, java.lang.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 Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
TamsThrottleManager. supportedSpeedModes()
-
Uses of SpeedStepMode in jmri.jmrix.tmcc
Methods in jmri.jmrix.tmcc that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
SerialThrottleManager. supportedSpeedModes()
What speed modes are supported by this system?Methods in jmri.jmrix.tmcc with parameters of type SpeedStepMode Modifier and Type Method Description void
SerialThrottle. setSpeedStepMode(SpeedStepMode mode)
-
Uses of SpeedStepMode in jmri.jmrix.xpa
Methods in jmri.jmrix.xpa that return types with arguments of type SpeedStepMode Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
XpaThrottleManager. 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 Modifier and Type Method Description java.util.EnumSet<SpeedStepMode>
Mx1ThrottleManager. supportedSpeedModes()
-