Uses of Class
jmri.DccLocoAddress
-
Packages that use DccLocoAddress Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit Various non-system-specific JMRI tools.jmri.jmrit.consisttool jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.roster jmri.jmrit.throttle jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.jmri.jmrit.withrottle jmri.jmrix.bachrus.speedmatcher jmri.jmrix.bachrus.speedmatcher.basic jmri.jmrix.bachrus.speedmatcher.speedStepScale jmri.jmrix.bidib jmri.jmrix.can.cbus.swing.cbusslotmonitor Provides CBUS Command Station Session Monitoring.jmri.jmrix.debugthrottle jmri.jmrix.direct 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.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.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.zimo jmri.server.json.throttle jmri.server.json.util -
-
Uses of DccLocoAddress in jmri
Methods in jmri that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
Consist. getConsistAddress()
Get the Consist AddressDccLocoAddress
BasicRosterEntry. getDccLocoAddress()
Methods in jmri that return types with arguments of type DccLocoAddress Modifier and Type Method Description java.util.ArrayList<DccLocoAddress>
Consist. getConsistList()
Get a list of the locomotives in the consist.Methods in jmri with parameters of type DccLocoAddress Modifier and Type Method Description void
Consist. add(DccLocoAddress address, boolean directionNormal)
Add a Locomotive to a Consistboolean
Consist. contains(DccLocoAddress address)
Does the consist contain the specified locomotive address?default AddressedProgrammer
AddressedProgrammerManager. getAddressedProgrammer(DccLocoAddress address)
Gain access to a Addressed Mode Programmer without reservation.boolean
Consist. getLocoDirection(DccLocoAddress address)
Get the relative direction setting for a specific locomotive in the consist.int
Consist. getPosition(DccLocoAddress address)
Get the position of a locomotive within the consistjava.lang.String
Consist. getRosterId(DccLocoAddress address)
Get the rosterId of a locomotive within the consistboolean
Consist. isAddressAllowed(DccLocoAddress address)
Is the specific address allowed?void
Consist. remove(DccLocoAddress address)
Remove a Locomotive from this Consistdefault AddressedProgrammer
AddressedProgrammerManager. reserveAddressedProgrammer(DccLocoAddress address)
Gain access to a (the) Addressed Mode Programmer, in the process reserving it for yourself.void
Consist. restore(DccLocoAddress address, boolean directionNormal)
Restore a Locomotive to a Consist, but don't write to the command station.void
Consist. setPosition(DccLocoAddress address, int position)
Set the position of a locomotive within the consistvoid
Consist. setRosterId(DccLocoAddress address, java.lang.String rosterId)
Set the roster entry of a locomotive within the consistConstructors in jmri with parameters of type DccLocoAddress Constructor Description DccLocoAddress(DccLocoAddress l)
-
Uses of DccLocoAddress in jmri.configurexml
Methods in jmri.configurexml that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
DccLocoAddressXml. getAddress(org.jdom2.Element element)
-
Uses of DccLocoAddress in jmri.implementation
Fields in jmri.implementation declared as DccLocoAddress Modifier and Type Field Description protected DccLocoAddress
DccConsist. consistAddress
Fields in jmri.implementation with type parameters of type DccLocoAddress Modifier and Type Field Description protected java.util.HashMap<DccLocoAddress,java.lang.Boolean>
DccConsist. consistDir
protected java.util.ArrayList<DccLocoAddress>
DccConsist. consistList
protected java.util.HashMap<DccLocoAddress,java.lang.Integer>
DccConsist. consistPosition
protected java.util.HashMap<DccLocoAddress,java.lang.String>
DccConsist. consistRoster
Methods in jmri.implementation that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
DccConsist. getConsistAddress()
Methods in jmri.implementation that return types with arguments of type DccLocoAddress Modifier and Type Method Description java.util.ArrayList<DccLocoAddress>
DccConsist. getConsistList()
Methods in jmri.implementation with parameters of type DccLocoAddress Modifier and Type Method Description void
DccConsist. add(DccLocoAddress address, boolean directionNormal)
Add a Locomotive to an Advanced Consistprotected void
DccConsist. addToAdvancedConsist(DccLocoAddress address, boolean directionNormal)
Add a Locomotive to an Advanced Consist.protected void
NmraConsist. addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal)
boolean
DccConsist. contains(DccLocoAddress address)
boolean
DccConsist. getLocoDirection(DccLocoAddress address)
int
DccConsist. getPosition(DccLocoAddress address)
Get the position of a locomotive within the consist.java.lang.String
DccConsist. getRosterId(DccLocoAddress address)
Get the rosterId of a locomotive within the consistboolean
DccConsist. isAddressAllowed(DccLocoAddress address)
Is this address allowed?protected void
DccConsist. notifyConsistListeners(DccLocoAddress locoAddress, int errorCode)
Notify all listener objects of a status change.void
DccConsist. remove(DccLocoAddress address)
Remove a Locomotive from this Consist.protected void
DccConsist. removeFromAdvancedConsist(DccLocoAddress address)
Remove a Locomotive from an Advanced Consistprotected void
NmraConsist. removeFromAdvancedConsist(DccLocoAddress locoAddress)
Remove a Locomotive from an Advanced Consistprotected void
DccConsist. resetRosterEntryCVValue(DccLocoAddress address)
Set the value in the roster entry's value for for CV19 to 0void
DccConsist. restore(DccLocoAddress address, boolean directionNormal)
Restore a Locomotive to an Advanced Consist, but don't write to the command station.void
DccConsist. setPosition(DccLocoAddress address, int position)
Set the position of a locomotive within the consist.protected void
DccConsist. setRosterEntryCVValue(DccLocoAddress address)
Update the value in the roster entry for CV19 for the specified addressvoid
DccConsist. setRosterId(DccLocoAddress address, java.lang.String rosterId)
Set the roster entry of a locomotive within the consist.protected void
DccConsist. updateRosterCV(DccLocoAddress address, java.lang.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 DccLocoAddress Constructor Description DccConsist(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 DccLocoAddress Modifier and Type Method Description DccLocoAddress
DccLocoAddressSelector. getAddress()
Methods in jmri.jmrit with parameters of type DccLocoAddress Modifier and Type Method Description void
DccLocoAddressSelector. setAddress(DccLocoAddress a)
-
Uses of DccLocoAddress in jmri.jmrit.consisttool
Methods in jmri.jmrit.consisttool with parameters of type DccLocoAddress Modifier and Type Method Description void
ConsistDataModel. setConsist(DccLocoAddress Address)
-
Uses of DccLocoAddress in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
SpeedUtil. getDccAddress()
Methods in jmri.jmrit.logix with parameters of type DccLocoAddress Modifier and Type Method Description protected void
SpeedUtil. setDccAddress(DccLocoAddress dccAddr)
Called by: Warrant.setRunMode() about to run a warrant WarrantFrame.setup() for an existing warrant WarrantTableModel.cloneWarrant() when cloning an existing warrantjava.lang.String
Warrant. setRunMode(int mode, DccLocoAddress address, LearnThrottleFrame student, java.util.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 Modifier and Type Method Description DccLocoAddress
RosterEntry. getDccLocoAddress()
-
Uses of DccLocoAddress in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
AddressPanel. getConsistAddress()
DccLocoAddress
AddressPanel. getCurrentAddress()
Methods in jmri.jmrit.throttle with parameters of type DccLocoAddress Modifier and Type Method Description int
ThrottlesTableModel. getNumberOfEntriesFor(DccLocoAddress la)
Get the number of usages of a particular Loco Address.void
ThrottlesTableModel. removeThrottleFrame(ThrottleFrame tf, DccLocoAddress la)
void
AddressPanel. setConsistAddress(DccLocoAddress consistAddress)
set the currently used consist address and initiate a throttle requestvoid
AddressPanel. 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 Modifier and Type Method Description DccLocoAddress
VSDConfig. getDccAddress()
-
Uses of DccLocoAddress in jmri.jmrit.withrottle
Fields in jmri.jmrit.withrottle declared as DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
ThrottleController. leadAddress
Methods in jmri.jmrit.withrottle that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
ThrottleController. getCurrentAddress()
static DccLocoAddress
ConsistController. stringToDcc(java.lang.String s)
Methods in jmri.jmrit.withrottle with parameters of type DccLocoAddress Modifier and Type Method Description void
WiFiConsist. add(DccLocoAddress loco, boolean dirNorm)
boolean
ConsistController. checkForBroadcastAddress(DccLocoAddress addr)
Check to see if an address will try to broadcast (0) a programming message.boolean
WiFiConsistManager. checkForBroadcastAddress(DccLocoAddress addr)
Check to see if an address will try to broadcast (0) a programming message.void
DeviceServer. notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, java.lang.String reason)
System has declined the address request, may be an in-use address.void
ThrottleControllerListener. notifyControllerAddressDeclined(ThrottleController tc, DccLocoAddress address, java.lang.String reason)
void
WiFiConsist. remove(DccLocoAddress loco)
(package private) boolean
ConsistFunctionController. requestThrottle(DccLocoAddress loco)
void
WiFiConsist. 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 Constructor Description WiFiConsist(DccLocoAddress address)
-
Uses of DccLocoAddress in jmri.jmrix.bachrus.speedmatcher
Fields in jmri.jmrix.bachrus.speedmatcher declared as DccLocoAddress Modifier and Type Field Description protected DccLocoAddress
SpeedMatcher. dccLocoAddress
DccLocoAddress
SpeedMatcherConfig. dccLocoAddress
Constructors in jmri.jmrix.bachrus.speedmatcher with parameters of type DccLocoAddress Constructor Description SpeedMatcherConfig(DccLocoAddress address, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.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 DccLocoAddress Constructor Description BasicSpeedMatcherConfig(DccLocoAddress address, float targetStartSpeed, float targetTopSpeed, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.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 DccLocoAddress Constructor Description SpeedStepScaleSpeedMatcherConfig(DccLocoAddress address, SpeedTableStepSpeed targetMaxSpeedStep, Speed.Unit speedUnit, boolean trimReverseSpeed, int warmUpForwardSeconds, int warmUpReverseSeconds, PowerManager powerManager, javax.swing.JLabel statusLabel, javax.swing.JLabel actualMaxSpeedField, javax.swing.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 DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
BiDiBThrottle. locoAddress
Constructors in jmri.jmrix.bidib with parameters of type DccLocoAddress Constructor Description BiDiBThrottle(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 DccLocoAddress Modifier and Type Method Description protected DccLocoAddress
CbusSlotMonitorSession. getLocoAddr()
Constructors in jmri.jmrix.can.cbus.swing.cbusslotmonitor with parameters of type DccLocoAddress Constructor Description CbusSlotMonitorSession(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 DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
DebugThrottle. address
Constructors in jmri.jmrix.debugthrottle with parameters of type DccLocoAddress Constructor Description DebugThrottle(DccLocoAddress address, SystemConnectionMemo memo)
Constructor. -
Uses of DccLocoAddress in jmri.jmrix.direct
Fields in jmri.jmrix.direct declared as DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
Throttle. address
Constructors in jmri.jmrix.direct with parameters of type DccLocoAddress Constructor Description Throttle(DccLocoAddress address, CommandStation tc)
Constructor. -
Uses of DccLocoAddress in jmri.jmrix.easydcc
Methods in jmri.jmrix.easydcc with parameters of type DccLocoAddress Modifier and Type Method Description void
EasyDccConsist. add(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to a Consist.protected void
EasyDccConsist. addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to an Advanced Consist.boolean
EasyDccConsist. contains(DccLocoAddress address)
Does the consist contain the specified address?static EasyDccMessage
EasyDccMessage. getAddConsistNormal(int ConsistAddress, DccLocoAddress LocoAddress)
Get a static message to add a locomotive to a Standard Consist in the normal direction.static EasyDccMessage
EasyDccMessage. getAddConsistReverse(int ConsistAddress, DccLocoAddress LocoAddress)
Get a static message to add a locomotive to a Standard Consist in the reverse direction.boolean
EasyDccConsist. getLocoDirection(DccLocoAddress address)
Get the relative direction setting for a specific locomotive in the consist.static EasyDccMessage
EasyDccMessage. getSubtractConsist(int ConsistAddress, DccLocoAddress LocoAddress)
Get a static message to subtract a locomotive from a Standard Consist.boolean
EasyDccConsist. isAddressAllowed(DccLocoAddress address)
Is this address allowed?void
EasyDccConsist. remove(DccLocoAddress locoAddress)
Remove a Locomotive from this Consist.protected void
EasyDccConsist. removeFromAdvancedConsist(DccLocoAddress locoAddress)
Remove a Locomotive from an Advanced Consistvoid
EasyDccConsist. removeFromCSConsist(DccLocoAddress LocoAddress)
Remove a Locomotive from an EasyDCC Standard Consist.void
EasyDccConsist. 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 DccLocoAddress Constructor Description EasyDccConsist(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 DccLocoAddress Constructor Description EcosDccThrottle(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 DccLocoAddress Modifier and Type Method Description void
XNetConsist. add(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to a Consist.protected void
XNetConsist. addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to an Advanced Consist.boolean
XNetConsist. contains(DccLocoAddress address)
Does the consist contain the specified address?boolean
XNetConsist. getLocoDirection(DccLocoAddress address)
Get the relative direction setting for a specific locomotive in the consist.boolean
XNetConsist. isAddressAllowed(DccLocoAddress address)
Is this address allowed?void
XNetConsist. remove(DccLocoAddress locoAddress)
Remove a Locomotive from this Consist.protected void
XNetConsist. removeFromAdvancedConsist(DccLocoAddress locoAddress)
Remove a Locomotive from an Advanced Consist.void
XNetConsist. removeFromCSConsist(DccLocoAddress locoAddress)
Remove a Locomotive from a Lenz Double Header.locoAddressvoid
XNetConsist. 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 DccLocoAddress Constructor Description XNetConsist(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 DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
LnPr2ThrottleManager. activeAddress
(package private) DccLocoAddress
Pr2Throttle. address
Methods in jmri.jmrix.loconet that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
LnPr2ThrottleManager. 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 DccLocoAddress Modifier and Type Method Description void
LocoNetConsist. add(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to a Consist.protected void
LocoNetConsist. addToAdvancedConsist(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to an Advanced Consist.boolean
LocoNetConsist. contains(DccLocoAddress address)
boolean
LocoNetConsist. getLocoDirection(DccLocoAddress address)
boolean
LocoNetConsist. isAddressAllowed(DccLocoAddress address)
Is this address allowed?void
LocoNetConsist. remove(DccLocoAddress locoAddress)
Remove a Locomotive from this Consist.protected void
LocoNetConsist. removeFromAdvancedConsist(DccLocoAddress locoAddress)
Remove a Locomotive from an Advanced Consistvoid
LocoNetConsist. removeFromCSConsist(DccLocoAddress locoAddress)
Remove a Locomotive from a LocoNet Universal Consist.void
LocoNetConsist. 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 DccLocoAddress Constructor Description LocoNetConsist(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 DccLocoAddress Modifier and Type Method Description void
MqttConsist. add(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to a Consist.boolean
MqttConsist. contains(DccLocoAddress address)
Does the consist contain the specified address?boolean
MqttConsist. getLocoDirection(DccLocoAddress address)
Get the relative direction setting for a specific locomotive in the consist.boolean
MqttConsist. isAddressAllowed(DccLocoAddress address)
Is this address allowed?void
MqttConsist. remove(DccLocoAddress locoAddress)
Remove a Locomotive from this Consist.void
MqttConsist. 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 DccLocoAddress Constructor Description MqttConsist(DccLocoAddress address, MqttSystemConnectionMemo memo, java.lang.String sendTopicPrefix)
-
Uses of DccLocoAddress in jmri.jmrix.mrc
Fields in jmri.jmrix.mrc declared as DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
MrcThrottle. address
Constructors in jmri.jmrix.mrc with parameters of type DccLocoAddress Constructor Description MrcThrottle(MrcSystemConnectionMemo memo, DccLocoAddress address)
Throttle Constructor. -
Uses of DccLocoAddress in jmri.jmrix.nce
Fields in jmri.jmrix.nce declared as DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
NceThrottle. address
Methods in jmri.jmrix.nce that return DccLocoAddress Modifier and Type Method Description DccLocoAddress
NceConsist. getLocoAddressByPosition(int position)
Methods in jmri.jmrix.nce with parameters of type DccLocoAddress Modifier and Type Method Description void
NceConsist. add(DccLocoAddress locoAddress, boolean directionNormal)
Add a Locomotive to a Consistvoid
NceConsist. remove(DccLocoAddress locoAddress)
Remove a locomotive from this consistvoid
NceConsist. restore(DccLocoAddress locoAddress, boolean directionNormal, int position)
Constructors in jmri.jmrix.nce with parameters of type DccLocoAddress Constructor Description NceConsist(DccLocoAddress locoAddress, NceSystemConnectionMemo m)
NceThrottle(NceSystemConnectionMemo memo, DccLocoAddress address)
Constructor. -
Uses of DccLocoAddress in jmri.jmrix.openlcb
Subclasses of DccLocoAddress in jmri.jmrix.openlcb Modifier and Type Class Description class
OpenLcbLocoAddress
Encapsulate information for an OpenLCB Locomotive Decoder Address.Fields in jmri.jmrix.openlcb declared as DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
OlcbThrottle. address
Constructors in jmri.jmrix.openlcb with parameters of type DccLocoAddress Constructor Description OlcbThrottle(DccLocoAddress address, SystemConnectionMemo memo)
Constructor -
Uses of DccLocoAddress in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 that return DccLocoAddress Modifier and Type Method Description (package private) DccLocoAddress
Z21Reply. getCanDetectorLocoAddress(int addressValue)
(package private) DccLocoAddress
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 DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
SprogCSThrottle. address
(package private) DccLocoAddress
SprogThrottle. address
Methods in jmri.jmrix.sprog with parameters of type DccLocoAddress Modifier and Type Method Description void
SprogCommandStation. function0Through4Packet(DccLocoAddress address, boolean f0, boolean f0Momentary, boolean f1, boolean f1Momentary, boolean f2, boolean f2Momentary, boolean f3, boolean f3Momentary, boolean f4, boolean f4Momentary)
void
SprogCommandStation. 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)
void
SprogCommandStation. 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)
void
SprogCommandStation. 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)
void
SprogCommandStation. 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)
void
SprogCommandStation. 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)
void
SprogCommandStation. 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)
void
SprogCommandStation. function5Through8Packet(DccLocoAddress address, boolean f5, boolean f5Momentary, boolean f6, boolean f6Momentary, boolean f7, boolean f7Momentary, boolean f8, boolean f8Momentary)
void
SprogCommandStation. 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)
void
SprogCommandStation. function9Through12Packet(DccLocoAddress address, boolean f9, boolean f9Momentary, boolean f10, boolean f10Momentary, boolean f11, boolean f11Momentary, boolean f12, boolean f12Momentary)
boolean
SprogSlot. isActiveAddressMatch(DccLocoAddress address)
void
SprogCommandStation. release(DccLocoAddress address)
void
SprogCommandStation. setSpeed(SpeedStepMode mode, DccLocoAddress address, int spd, boolean isForward)
Handle speed changes from throttle.Constructors in jmri.jmrix.sprog with parameters of type DccLocoAddress Constructor Description SprogThrottle(SprogSystemConnectionMemo memo, DccLocoAddress address)
Constructor. -
Uses of DccLocoAddress in jmri.jmrix.srcp
Constructors in jmri.jmrix.srcp with parameters of type DccLocoAddress Constructor Description SRCPThrottle(SRCPBusConnectionMemo memo, DccLocoAddress address)
Constructor.SRCPThrottle(SRCPBusConnectionMemo memo, DccLocoAddress address, java.lang.String protocol, SpeedStepMode mode, int functions)
-
Uses of DccLocoAddress in jmri.jmrix.tams
Constructors in jmri.jmrix.tams with parameters of type DccLocoAddress Constructor Description TamsThrottle(TamsSystemConnectionMemo memo, DccLocoAddress address)
-
Uses of DccLocoAddress in jmri.jmrix.tmcc
Constructors in jmri.jmrix.tmcc with parameters of type DccLocoAddress Constructor Description SerialThrottle(TmccSystemConnectionMemo memo, DccLocoAddress address)
Constructor. -
Uses of DccLocoAddress in jmri.jmrix.zimo
Fields in jmri.jmrix.zimo declared as DccLocoAddress Modifier and Type Field Description (package private) DccLocoAddress
Mx1Throttle. address
Constructors in jmri.jmrix.zimo with parameters of type DccLocoAddress Constructor Description Mx1Throttle(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 DccLocoAddress Modifier and Type Method Description boolean
JsonThrottleManager. containsKey(DccLocoAddress address)
JsonThrottle
JsonThrottleManager. get(DccLocoAddress address)
void
JsonThrottleManager. put(DccLocoAddress address, JsonThrottle throttle)
void
JsonThrottleManager. remove(DccLocoAddress address)
boolean
JsonThrottleManager. requestThrottle(DccLocoAddress address, ThrottleListener listener)
Constructors in jmri.server.json.throttle with parameters of type DccLocoAddress Constructor Description JsonThrottle(DccLocoAddress address, JsonThrottleSocketService server)
-
Uses of DccLocoAddress in jmri.server.json.util
Methods in jmri.server.json.util that return DccLocoAddress Modifier and Type Method Description static DccLocoAddress
JsonUtilHttpService. addressForString(java.lang.String address)
-