Uses of Class
jmri.DccLocoAddress
Packages that use DccLocoAddress
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides an XML-based mechanism for storing and restoring configurations.
Provides implementations of various JMRI interfaces.
Various non-system-specific JMRI tools.
Support for implementing Warrants in JMRI.
Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.
Provides CBUS Command Station Session Monitoring.
Support for the ESU ECoS.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Provides JMRI layout objects that use MQTT connections.
Implementation of the JMRI OpenLCB hardware interface.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
-
Uses of DccLocoAddress in jmri
Methods in jmri that return DccLocoAddressModifier and TypeMethodDescriptionConsist.getConsistAddress()Get the Consist AddressBasicRosterEntry.getDccLocoAddress()Methods in jmri that return types with arguments of type DccLocoAddressModifier and TypeMethodDescriptionConsist.getConsistList()Get a list of the locomotives in the consist.Methods in jmri with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidConsist.add(DccLocoAddress address, boolean directionNormal) Add a Locomotive to a ConsistbooleanConsist.contains(DccLocoAddress address) Does the consist contain the specified locomotive address?default AddressedProgrammerAddressedProgrammerManager.getAddressedProgrammer(DccLocoAddress address) Gain access to a Addressed Mode Programmer without reservation.booleanConsist.getLocoDirection(DccLocoAddress address) Get the relative direction setting for a specific locomotive in the consist.intConsist.getPosition(DccLocoAddress address) Get the position of a locomotive within the consistConsist.getRosterId(DccLocoAddress address) Get the rosterId of a locomotive within the consistbooleanConsist.isAddressAllowed(DccLocoAddress address) Is the specific address allowed?voidConsist.remove(DccLocoAddress address) Remove a Locomotive from this Consistdefault AddressedProgrammerAddressedProgrammerManager.reserveAddressedProgrammer(DccLocoAddress address) Gain access to a (the) Addressed Mode Programmer, in the process reserving it for yourself.voidConsist.restore(DccLocoAddress address, boolean directionNormal) Restore a Locomotive to a Consist, but don't write to the command station.voidConsist.setPosition(DccLocoAddress address, int position) Set the position of a locomotive within the consistvoidConsist.setRosterId(DccLocoAddress address, String rosterId) Set the roster entry of a locomotive within the consistConstructors in jmri with parameters of type DccLocoAddress -
Uses of DccLocoAddress in jmri.configurexml
Methods in jmri.configurexml that return DccLocoAddress -
Uses of DccLocoAddress in jmri.implementation
Fields in jmri.implementation declared as DccLocoAddressFields in jmri.implementation with type parameters of type DccLocoAddressModifier and TypeFieldDescriptionprotected HashMap<DccLocoAddress,Boolean> DccConsist.consistDirprotected ArrayList<DccLocoAddress>DccConsist.consistListprotected HashMap<DccLocoAddress,Integer> DccConsist.consistPositionprotected HashMap<DccLocoAddress,String> DccConsist.consistRosterMethods in jmri.implementation that return DccLocoAddressMethods in jmri.implementation that return types with arguments of type DccLocoAddressMethods in jmri.implementation with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidDccConsist.add(DccLocoAddress address, boolean directionNormal) Add a Locomotive to an Advanced Consistprotected voidDccConsist.addToAdvancedConsist(DccLocoAddress address, boolean directionNormal) Add a Locomotive to an Advanced Consist.protected voidNmraConsist.addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal) booleanDccConsist.contains(DccLocoAddress address) booleanDccConsist.getLocoDirection(DccLocoAddress address) intDccConsist.getPosition(DccLocoAddress address) Get the position of a locomotive within the consist.DccConsist.getRosterId(DccLocoAddress address) Get the rosterId of a locomotive within the consistbooleanDccConsist.isAddressAllowed(DccLocoAddress address) Is this address allowed?protected voidDccConsist.notifyConsistListeners(DccLocoAddress locoAddress, int errorCode) Notify all listener objects of a status change.voidDccConsist.remove(DccLocoAddress address) Remove a Locomotive from this Consist.protected voidDccConsist.removeFromAdvancedConsist(DccLocoAddress address) Remove a Locomotive from an Advanced Consistprotected voidNmraConsist.removeFromAdvancedConsist(DccLocoAddress locoAddress) Remove a Locomotive from an Advanced Consistprotected voidDccConsist.resetRosterEntryCVValue(DccLocoAddress address) Set the value in the roster entry's value for for CV19 to 0voidDccConsist.restore(DccLocoAddress address, boolean directionNormal) Restore a Locomotive to an Advanced Consist, but don't write to the command station.voidDccConsist.setPosition(DccLocoAddress address, int position) Set the position of a locomotive within the consist.protected voidDccConsist.setRosterEntryCVValue(DccLocoAddress address) Update the value in the roster entry for CV19 for the specified addressvoidDccConsist.setRosterId(DccLocoAddress address, String rosterId) Set the roster entry of a locomotive within the consist.protected voidDccConsist.updateRosterCV(DccLocoAddress address, Boolean direction, int value) If allowed by the preferences, Update the CV19 value in the specified address's roster entry, if the roster entry is known.Constructors in jmri.implementation with parameters of type DccLocoAddressModifierConstructorDescriptionDccConsist(DccLocoAddress address) DccConsist(DccLocoAddress address, AddressedProgrammerManager apm) NmraConsist(DccLocoAddress address) NmraConsist(DccLocoAddress address, CommandStation cs) -
Uses of DccLocoAddress in jmri.jmrit
Methods in jmri.jmrit that return DccLocoAddressModifier and TypeMethodDescriptionDccLocoAddressSelector.getAddress()Get the currently selected DCC address.Methods in jmri.jmrit with parameters of type DccLocoAddress -
Uses of DccLocoAddress in jmri.jmrit.consisttool
Methods in jmri.jmrit.consisttool with parameters of type DccLocoAddress -
Uses of DccLocoAddress in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return DccLocoAddressMethods in jmri.jmrit.logix with parameters of type DccLocoAddressModifier and TypeMethodDescriptionprotected voidSpeedUtil.setDccAddress(DccLocoAddress dccAddr) Called by: Warrant.setRunMode() about to run a warrant WarrantFrame.setup() for an existing warrant WarrantTableModel.cloneWarrant() when cloning an existing warrantSCWarrant.setRunMode(int mode, DccLocoAddress address, LearnThrottleFrame student, List<ThrottleSetting> commands, boolean runBlind) Warrant.setRunMode(int mode, DccLocoAddress address, LearnThrottleFrame student, List<ThrottleSetting> commands, boolean runBlind) Sets up recording and playing back throttle commands - also cleans up afterwards. -
Uses of DccLocoAddress in jmri.jmrit.roster
Methods in jmri.jmrit.roster that return DccLocoAddress -
Uses of DccLocoAddress in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return DccLocoAddressModifier and TypeMethodDescriptionAddressPanel.getConsistAddress()AddressPanel.getCurrentAddress()Methods in jmri.jmrit.throttle with parameters of type DccLocoAddressModifier and TypeMethodDescriptionintThrottlesTableModel.getNumberOfEntriesFor(DccLocoAddress la) Get the number of usages of a particular Loco Address.voidThrottlesTableModel.removeThrottleFrame(ThrottleFrame tf, DccLocoAddress la) voidAddressPanel.setConsistAddress(DccLocoAddress consistAddress) set the currently used consist address and initiate a throttle requestvoidAddressPanel.setCurrentAddress(DccLocoAddress currentAddress) set the currently used decoder address and initiate a throttle request if a consist address is already set, this address will be used only for functions -
Uses of DccLocoAddress in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return DccLocoAddress -
Uses of DccLocoAddress in jmri.jmrit.withrottle
Fields in jmri.jmrit.withrottle declared as DccLocoAddressMethods in jmri.jmrit.withrottle that return DccLocoAddressModifier and TypeMethodDescriptionThrottleController.getCurrentAddress()static DccLocoAddressConsistController.stringToDcc(String s) Methods in jmri.jmrit.withrottle with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidWiFiConsist.add(DccLocoAddress loco, boolean dirNorm) booleanConsistController.checkForBroadcastAddress(DccLocoAddress addr) Check to see if an address will try to broadcast (0) a programming message.booleanWiFiConsistManager.checkForBroadcastAddress(DccLocoAddress addr) Check to see if an address will try to broadcast (0) a programming message.voidDeviceServer.notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, String reason) System has declined the address request, may be an in-use address.voidThrottleControllerListener.notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, String reason) voidWiFiConsist.remove(DccLocoAddress loco) (package private) booleanConsistFunctionController.requestThrottle(DccLocoAddress loco) voidWiFiConsist.sendConsistCommand(DccLocoAddress loco, boolean dirNorm, WiFiConsist consist) Send an NMRA consisting command to add or remove a loco from a consistConstructors in jmri.jmrit.withrottle with parameters of type DccLocoAddress -
Uses of DccLocoAddress in jmri.jmrix.bachrus.speedmatcher
Fields in jmri.jmrix.bachrus.speedmatcher declared as DccLocoAddressModifier and TypeFieldDescriptionprotected DccLocoAddressSpeedMatcher.dccLocoAddressSpeedMatcherConfig.dccLocoAddressConstructors in jmri.jmrix.bachrus.speedmatcher with parameters of type DccLocoAddressModifierConstructorDescriptionSpeedMatcherConfig(DccLocoAddress address, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, JLabel statusLabel, JButton startStopButton) Constructor for the abstract SpeedMatcherConfig at the core of any Speed Matcher Config -
Uses of DccLocoAddress in jmri.jmrix.bachrus.speedmatcher.basic
Constructors in jmri.jmrix.bachrus.speedmatcher.basic with parameters of type DccLocoAddressModifierConstructorDescriptionBasicSpeedMatcherConfig(DccLocoAddress address, float targetStartSpeed, float targetTopSpeed, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, JLabel statusLabel, JButton startStopButton) Create a config object for a Basic Speed Matcher -
Uses of DccLocoAddress in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Constructors in jmri.jmrix.bachrus.speedmatcher.speedStepScale with parameters of type DccLocoAddressModifierConstructorDescriptionSpeedStepScaleSpeedMatcherConfig(DccLocoAddress address, SpeedTableStepSpeed targetMaxSpeedStep, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, JLabel statusLabel, JLabel actualMaxSpeedField, JButton startStopButton) Create a config object for a Speed Step Scale Speed Matcher -
Uses of DccLocoAddress in jmri.jmrix.bidib
Fields in jmri.jmrix.bidib declared as DccLocoAddressConstructors in jmri.jmrix.bidib with parameters of type DccLocoAddressModifierConstructorDescriptionBiDiBThrottle(BiDiBSystemConnectionMemo memo, DccLocoAddress locoAddress) Constructor. -
Uses of DccLocoAddress in jmri.jmrix.can.cbus.swing.cbusslotmonitor
Methods in jmri.jmrix.can.cbus.swing.cbusslotmonitor that return DccLocoAddressConstructors in jmri.jmrix.can.cbus.swing.cbusslotmonitor with parameters of type DccLocoAddressModifierConstructorDescriptionprotectedCbusSlotMonitorSession(DccLocoAddress locoAddr) The table provides and maintains 1 row per loco address -
Uses of DccLocoAddress in jmri.jmrix.debugthrottle
Fields in jmri.jmrix.debugthrottle declared as DccLocoAddressConstructors in jmri.jmrix.debugthrottle with parameters of type DccLocoAddressModifierConstructorDescriptionDebugThrottle(DccLocoAddress address, SystemConnectionMemo memo) Constructor. -
Uses of DccLocoAddress in jmri.jmrix.direct
Fields in jmri.jmrix.direct declared as DccLocoAddressConstructors in jmri.jmrix.direct with parameters of type DccLocoAddressModifierConstructorDescriptionThrottle(DccLocoAddress address, CommandStation tc) Deprecated, for removal: This API element is subject to removal in a future version.Throttle(DccLocoAddress address, CommandStation tc, SystemConnectionMemo memo) Constructor. -
Uses of DccLocoAddress in jmri.jmrix.easydcc
Methods in jmri.jmrix.easydcc with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidEasyDccConsist.add(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to a Consist.protected voidEasyDccConsist.addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to an Advanced Consist.booleanEasyDccConsist.contains(DccLocoAddress address) Does the consist contain the specified address?static EasyDccMessageEasyDccMessage.getAddConsistNormal(int ConsistAddress, DccLocoAddress LocoAddress) Get a static message to add a locomotive to a Standard Consist in the normal direction.static EasyDccMessageEasyDccMessage.getAddConsistReverse(int ConsistAddress, DccLocoAddress LocoAddress) Get a static message to add a locomotive to a Standard Consist in the reverse direction.booleanEasyDccConsist.getLocoDirection(DccLocoAddress address) Get the relative direction setting for a specific locomotive in the consist.static EasyDccMessageEasyDccMessage.getSubtractConsist(int ConsistAddress, DccLocoAddress LocoAddress) Get a static message to subtract a locomotive from a Standard Consist.booleanEasyDccConsist.isAddressAllowed(DccLocoAddress address) Is this address allowed?voidEasyDccConsist.remove(DccLocoAddress locoAddress) Remove a Locomotive from this Consist.protected voidEasyDccConsist.removeFromAdvancedConsist(DccLocoAddress locoAddress) Remove a Locomotive from an Advanced ConsistvoidEasyDccConsist.removeFromCSConsist(DccLocoAddress LocoAddress) Remove a Locomotive from an EasyDCC Standard Consist.voidEasyDccConsist.restore(DccLocoAddress locoAddress, boolean directionNormal) Restore a Locomotive to an Advanced Consist, but don't write to the command station.Constructors in jmri.jmrix.easydcc with parameters of type DccLocoAddressModifierConstructorDescriptionEasyDccConsist(DccLocoAddress address, EasyDccSystemConnectionMemo memo) EasyDccThrottle(EasyDccSystemConnectionMemo memo, DccLocoAddress address) Constructor. -
Uses of DccLocoAddress in jmri.jmrix.ecos
Constructors in jmri.jmrix.ecos with parameters of type DccLocoAddressModifierConstructorDescriptionEcosDccThrottle(DccLocoAddress address, EcosSystemConnectionMemo memo, boolean control) Create a new EcosDccThrottle. -
Uses of DccLocoAddress in jmri.jmrix.lenz
Methods in jmri.jmrix.lenz with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidXNetConsist.add(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to a Consist.protected voidXNetConsist.addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to an Advanced Consist.booleanXNetConsist.contains(DccLocoAddress address) Does the consist contain the specified address?booleanXNetConsist.getLocoDirection(DccLocoAddress address) Get the relative direction setting for a specific locomotive in the consist.booleanXNetConsist.isAddressAllowed(DccLocoAddress address) Is this address allowed?voidXNetConsist.remove(DccLocoAddress locoAddress) Remove a Locomotive from this Consist.protected voidXNetConsist.removeFromAdvancedConsist(DccLocoAddress locoAddress) Remove a Locomotive from an Advanced Consist.voidXNetConsist.removeFromCSConsist(DccLocoAddress locoAddress) Remove a Locomotive from a Lenz Double Header.locoAddressvoidXNetConsist.restore(DccLocoAddress locoAddress, boolean directionNormal) Restore a Locomotive to an Advanced Consist, but don't write to the command station.Constructors in jmri.jmrix.lenz with parameters of type DccLocoAddressModifierConstructorDescriptionXNetConsist(DccLocoAddress address, XNetTrafficController controller, XNetSystemConnectionMemo systemMemo) Initialize a consist for the specific address. -
Uses of DccLocoAddress in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet declared as DccLocoAddressModifier and TypeFieldDescription(package private) DccLocoAddressLnPr2ThrottleManager.activeAddress(package private) DccLocoAddressPr2Throttle.addressMethods in jmri.jmrix.loconet that return DccLocoAddressModifier and TypeMethodDescriptionLnPr2ThrottleManager.getActiveAddress()Make the active address available to the power manager, which needs it to turn on and off "neutral mode" in the locomotiveMethods in jmri.jmrix.loconet with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidLocoNetConsist.add(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to a Consist.protected voidLocoNetConsist.addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to an Advanced Consist.booleanLocoNetConsist.contains(DccLocoAddress address) booleanLocoNetConsist.getLocoDirection(DccLocoAddress address) booleanLocoNetConsist.isAddressAllowed(DccLocoAddress address) Is this address allowed?voidLocoNetConsist.remove(DccLocoAddress locoAddress) Remove a Locomotive from this Consist.protected voidLocoNetConsist.removeFromAdvancedConsist(DccLocoAddress locoAddress) Remove a Locomotive from an Advanced ConsistvoidLocoNetConsist.removeFromCSConsist(DccLocoAddress locoAddress) Remove a Locomotive from a LocoNet Universal Consist.voidLocoNetConsist.restore(DccLocoAddress locoAddress, boolean directionNormal) Restore a Locomotive to a Consist, but don't write to the command station.Constructors in jmri.jmrix.loconet with parameters of type DccLocoAddressModifierConstructorDescriptionLocoNetConsist(DccLocoAddress address, LocoNetSystemConnectionMemo lm) Pr2Throttle(LocoNetSystemConnectionMemo memo, DccLocoAddress address) Constructor -
Uses of DccLocoAddress in jmri.jmrix.mqtt
Methods in jmri.jmrix.mqtt with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidMqttConsist.add(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to a Consist.booleanMqttConsist.contains(DccLocoAddress address) Does the consist contain the specified address?booleanMqttConsist.getLocoDirection(DccLocoAddress address) Get the relative direction setting for a specific locomotive in the consist.booleanMqttConsist.isAddressAllowed(DccLocoAddress address) Is this address allowed?voidMqttConsist.remove(DccLocoAddress locoAddress) Remove a Locomotive from this Consist.voidMqttConsist.restore(DccLocoAddress locoAddress, boolean directionNormal) Restore a Locomotive to Consist, but don't write to the command station.Constructors in jmri.jmrix.mqtt with parameters of type DccLocoAddressModifierConstructorDescriptionMqttConsist(DccLocoAddress address, MqttSystemConnectionMemo memo, String sendTopicPrefix) -
Uses of DccLocoAddress in jmri.jmrix.mrc
Fields in jmri.jmrix.mrc declared as DccLocoAddressConstructors in jmri.jmrix.mrc with parameters of type DccLocoAddressModifierConstructorDescriptionMrcThrottle(MrcSystemConnectionMemo memo, DccLocoAddress address) Throttle Constructor. -
Uses of DccLocoAddress in jmri.jmrix.nce
Fields in jmri.jmrix.nce declared as DccLocoAddressMethods in jmri.jmrix.nce that return DccLocoAddressMethods in jmri.jmrix.nce with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidNceConsist.add(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to a ConsistvoidNceConsist.remove(DccLocoAddress locoAddress) Remove a locomotive from this consistvoidNceConsist.restore(DccLocoAddress locoAddress, boolean directionNormal, int position) Constructors in jmri.jmrix.nce with parameters of type DccLocoAddressModifierConstructorDescriptionNceConsist(DccLocoAddress locoAddress, NceSystemConnectionMemo m) NceThrottle(NceSystemConnectionMemo memo, DccLocoAddress address) Constructor. -
Uses of DccLocoAddress in jmri.jmrix.openlcb
Subclasses of DccLocoAddress in jmri.jmrix.openlcbModifier and TypeClassDescriptionclassEncapsulate information for an OpenLCB Locomotive Decoder Address.Fields in jmri.jmrix.openlcb declared as DccLocoAddressConstructors in jmri.jmrix.openlcb with parameters of type DccLocoAddressModifierConstructorDescriptionOlcbThrottle(DccLocoAddress address, SystemConnectionMemo memo) Constructor -
Uses of DccLocoAddress in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 that return DccLocoAddressModifier and TypeMethodDescriptionstatic DccLocoAddressZ21MessageUtils.getCanDetectorLocoAddress(int addressValue) Z21Reply.getRailComLocoAddress(int n) Get a locomotive address from an entry in a railcom message. -
Uses of DccLocoAddress in jmri.jmrix.sprog
Fields in jmri.jmrix.sprog declared as DccLocoAddressModifier and TypeFieldDescription(package private) DccLocoAddressSprogCSThrottle.address(package private) DccLocoAddressSprogThrottle.addressMethods in jmri.jmrix.sprog with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidSprogCommandStation.function0Through4Packet(DccLocoAddress address, boolean f0, boolean f0Momentary, boolean f1, boolean f1Momentary, boolean f2, boolean f2Momentary, boolean f3, boolean f3Momentary, boolean f4, boolean f4Momentary) voidSprogCommandStation.function13Through20Packet(DccLocoAddress address, boolean f13, boolean f13Momentary, boolean f14, boolean f14Momentary, boolean f15, boolean f15Momentary, boolean f16, boolean f16Momentary, boolean f17, boolean f17Momentary, boolean f18, boolean f18Momentary, boolean f19, boolean f19Momentary, boolean f20, boolean f20Momentary) voidSprogCommandStation.function21Through28Packet(DccLocoAddress address, boolean f21, boolean f21Momentary, boolean f22, boolean f22Momentary, boolean f23, boolean f23Momentary, boolean f24, boolean f24Momentary, boolean f25, boolean f25Momentary, boolean f26, boolean f26Momentary, boolean f27, boolean f27Momentary, boolean f28, boolean f28Momentary) voidSprogCommandStation.function29Through36Packet(DccLocoAddress address, boolean a, boolean am, boolean b, boolean bm, boolean c, boolean cm, boolean d, boolean dm, boolean e, boolean em, boolean f, boolean fm, boolean g, boolean gm, boolean h, boolean hm) voidSprogCommandStation.function37Through44Packet(DccLocoAddress address, boolean a, boolean am, boolean b, boolean bm, boolean c, boolean cm, boolean d, boolean dm, boolean e, boolean em, boolean f, boolean fm, boolean g, boolean gm, boolean h, boolean hm) voidSprogCommandStation.function45Through52Packet(DccLocoAddress address, boolean a, boolean am, boolean b, boolean bm, boolean c, boolean cm, boolean d, boolean dm, boolean e, boolean em, boolean f, boolean fm, boolean g, boolean gm, boolean h, boolean hm) voidSprogCommandStation.function53Through60Packet(DccLocoAddress address, boolean a, boolean am, boolean b, boolean bm, boolean c, boolean cm, boolean d, boolean dm, boolean e, boolean em, boolean f, boolean fm, boolean g, boolean gm, boolean h, boolean hm) voidSprogCommandStation.function5Through8Packet(DccLocoAddress address, boolean f5, boolean f5Momentary, boolean f6, boolean f6Momentary, boolean f7, boolean f7Momentary, boolean f8, boolean f8Momentary) voidSprogCommandStation.function61Through68Packet(DccLocoAddress address, boolean a, boolean am, boolean b, boolean bm, boolean c, boolean cm, boolean d, boolean dm, boolean e, boolean em, boolean f, boolean fm, boolean g, boolean gm, boolean h, boolean hm) voidSprogCommandStation.function9Through12Packet(DccLocoAddress address, boolean f9, boolean f9Momentary, boolean f10, boolean f10Momentary, boolean f11, boolean f11Momentary, boolean f12, boolean f12Momentary) booleanSprogSlot.isActiveAddressMatch(DccLocoAddress address) voidSprogCommandStation.release(DccLocoAddress address) voidSprogCommandStation.setSpeed(SpeedStepMode mode, DccLocoAddress address, int spd, boolean isForward) Handle speed changes from throttle.Constructors in jmri.jmrix.sprog with parameters of type DccLocoAddressModifierConstructorDescriptionSprogThrottle(SprogSystemConnectionMemo memo, DccLocoAddress address) Constructor. -
Uses of DccLocoAddress in jmri.jmrix.srcp
Constructors in jmri.jmrix.srcp with parameters of type DccLocoAddressModifierConstructorDescriptionSRCPThrottle(SRCPBusConnectionMemo memo, DccLocoAddress address) Constructor.SRCPThrottle(SRCPBusConnectionMemo memo, DccLocoAddress address, String protocol, SpeedStepMode mode, int functions) -
Uses of DccLocoAddress in jmri.jmrix.tams
Constructors in jmri.jmrix.tams with parameters of type DccLocoAddressModifierConstructorDescriptionTamsThrottle(TamsSystemConnectionMemo memo, DccLocoAddress address) -
Uses of DccLocoAddress in jmri.jmrix.tmcc
Methods in jmri.jmrix.tmcc with parameters of type DccLocoAddressModifier and TypeMethodDescriptionvoidTmccConsist.add(DccLocoAddress locoAddress, boolean directionNormal) Add a Locomotive to a ConsistbooleanTmccConsist.contains(DccLocoAddress address) Does the consist contain the specified address?booleanTmccConsist.getLocoDirection(DccLocoAddress address) Get the relative direction setting for a specific locomotive in the consist.booleanTmccConsist.isAddressAllowed(DccLocoAddress address) Is this TMCC ENG (loco ID#) address allowed?voidTmccConsist.remove(DccLocoAddress locoAddress) Remove a Locomotive from this Consist Clear Consist ID from LocomotivevoidTmccConsist.restore(DccLocoAddress locoAddress, boolean directionNormal) Restore a Locomotive to Consist, but don't write to the command station.Constructors in jmri.jmrix.tmcc with parameters of type DccLocoAddressModifierConstructorDescriptionSerialThrottle(TmccSystemConnectionMemo memo, DccLocoAddress address) Constructor.TmccConsist(DccLocoAddress address, TmccSystemConnectionMemo memo, String sendTopicPrefix) -
Uses of DccLocoAddress in jmri.jmrix.zimo
Fields in jmri.jmrix.zimo declared as DccLocoAddressConstructors in jmri.jmrix.zimo with parameters of type DccLocoAddressModifierConstructorDescriptionMx1Throttle(Mx1SystemConnectionMemo memo, DccLocoAddress address) Create a new throttle. -
Uses of DccLocoAddress in jmri.server.json.throttle
Methods in jmri.server.json.throttle with parameters of type DccLocoAddressModifier and TypeMethodDescriptionbooleanJsonThrottleManager.containsKey(DccLocoAddress address) JsonThrottleManager.get(DccLocoAddress address) voidJsonThrottleManager.put(DccLocoAddress address, JsonThrottle throttle) voidJsonThrottleManager.remove(DccLocoAddress address) booleanJsonThrottleManager.requestThrottle(DccLocoAddress address, ThrottleListener listener) Constructors in jmri.server.json.throttle with parameters of type DccLocoAddressModifierConstructorDescriptionprotectedJsonThrottle(DccLocoAddress address, JsonThrottleSocketService server) -
Uses of DccLocoAddress in jmri.server.json.util
Methods in jmri.server.json.util that return DccLocoAddressModifier and TypeMethodDescriptionstatic DccLocoAddressJsonUtilHttpService.addressForString(String address)