Uses of Class
jmri.jmrix.dccpp.DCCppTrafficController
Packages that use DCCppTrafficController
Package
Description
Defines classes for interfacing to a DCC++ Base Station
via a telnet connection to a DCCppOverTcp driver.
-
Uses of DCCppTrafficController in jmri.jmrix.dccpp
Subclasses of DCCppTrafficController in jmri.jmrix.dccppModifier and TypeClassDescriptionclassConverts Stream-based I/O to/from DCC++ messages.Fields in jmri.jmrix.dccpp declared as DCCppTrafficControllerModifier and TypeFieldDescription(package private) DCCppTrafficControllerDCCppClockControl._tcprotected DCCppTrafficControllerDCCppOpsModeProgrammer.tc(package private) DCCppTrafficControllerDCCppPowerManager.tcprotected DCCppTrafficControllerDCCppProgrammerManager.tcprotected DCCppTrafficControllerDCCppSensor.tcprotected DCCppTrafficControllerDCCppSensorManager.tcprotected DCCppTrafficControllerDCCppThrottle.tcprotected DCCppTrafficControllerDCCppThrottleManager.tcprotected DCCppTrafficControllerDCCppTurnout.tcprotected DCCppTrafficControllerDCCppTurnoutManager.tcprotected DCCppTrafficControllerDCCppTurnoutReplyCache.tcMethods in jmri.jmrix.dccpp that return DCCppTrafficControllerModifier and TypeMethodDescriptionprotected DCCppTrafficControllerDCCppProgrammer.controller()DCCppSystemConnectionMemo.getDCCppTrafficController()Provide access to the TrafficController for this particular connection.Methods in jmri.jmrix.dccpp with parameters of type DCCppTrafficControllerModifier and TypeMethodDescriptionvoidDCCppPredefinedMeters.setDCCppTrafficController(DCCppTrafficController controller) voidDCCppSystemConnectionMemo.setDCCppTrafficController(DCCppTrafficController xt) Set the traffic controller instance associated with this connection memo.voidDCCppThrottle.setDCCppTrafficController(DCCppTrafficController controller) voidDCCppCommandStation.setTrafficController(DCCppTrafficController tc) Constructors in jmri.jmrix.dccpp with parameters of type DCCppTrafficControllerModifierConstructorDescriptionDCCppLight(DCCppTrafficController tc, DCCppLightManager lm, String systemName) Create a Light object, with only system name.DCCppLight(DCCppTrafficController tc, DCCppLightManager lm, String systemName, String userName) Create a Light object, with both system and user names.DCCppOpsModeProgrammer(int pAddress, DCCppTrafficController controller) DCCppSensor(String systemName, String userName, DCCppTrafficController controller) DCCppSensor(String systemName, DCCppTrafficController controller) DCCppThrottle(DCCppSystemConnectionMemo memo, DCCppTrafficController controller) Constructor.DCCppThrottle(DCCppSystemConnectionMemo memo, LocoAddress address, DCCppTrafficController controller) Constructor.DCCppTurnout(String prefix, int pNumber, DCCppTrafficController controller) DCCppTurnoutReplyCache(DCCppTrafficController controller) -
Uses of DCCppTrafficController in jmri.jmrix.dccpp.dccppovertcp
Subclasses of DCCppTrafficController in jmri.jmrix.dccpp.dccppovertcpModifier and TypeClassDescriptionclassConverts Stream-based I/O to/from DCC++ messages. -
Uses of DCCppTrafficController in jmri.jmrix.dccpp.network
Subclasses of DCCppTrafficController in jmri.jmrix.dccpp.networkModifier and TypeClassDescriptionclassAn extension of the DCCppPacketizer to handle the device specific requirements of the DCC++ Ethernet. -
Uses of DCCppTrafficController in jmri.jmrix.dccpp.serial
Subclasses of DCCppTrafficController in jmri.jmrix.dccpp.serialModifier and TypeClassDescriptionclassThis is an extension of the DCCppPacketizer to handle the device specific requirements of the DCC++.