Uses of Class
jmri.jmrix.dccpp.DCCppTrafficController
-
Packages that use DCCppTrafficController Package Description jmri.jmrix.dccpp jmri.jmrix.dccpp.dccppovertcp Defines classes for interfacing to a DCC++ Base Station via a telnet connection to a DCCppOverTcp driver.jmri.jmrix.dccpp.network jmri.jmrix.dccpp.serial -
-
Uses of DCCppTrafficController in jmri.jmrix.dccpp
Subclasses of DCCppTrafficController in jmri.jmrix.dccpp Modifier and Type Class Description classDCCppPacketizerConverts Stream-based I/O to/from DCC++ messages.Fields in jmri.jmrix.dccpp declared as DCCppTrafficController Modifier and Type Field Description (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 DCCppTrafficController Modifier and Type Method Description protected DCCppTrafficControllerDCCppProgrammer. controller()DCCppTrafficControllerDCCppSystemConnectionMemo. getDCCppTrafficController()Provide access to the TrafficController for this particular connection.Methods in jmri.jmrix.dccpp with parameters of type DCCppTrafficController Modifier and Type Method Description voidDCCppPredefinedMeters. 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 DCCppTrafficController Constructor Description DCCppLight(DCCppTrafficController tc, DCCppLightManager lm, java.lang.String systemName)Create a Light object, with only system name.DCCppLight(DCCppTrafficController tc, DCCppLightManager lm, java.lang.String systemName, java.lang.String userName)Create a Light object, with both system and user names.DCCppOpsModeProgrammer(int pAddress, DCCppTrafficController controller)DCCppProgrammer(DCCppTrafficController tc)DCCppSensor(java.lang.String systemName, java.lang.String userName, DCCppTrafficController controller)DCCppSensor(java.lang.String systemName, DCCppTrafficController controller)DCCppSystemConnectionMemo(DCCppTrafficController xt)DCCppThrottle(DCCppSystemConnectionMemo memo, DCCppTrafficController controller)Constructor.DCCppThrottle(DCCppSystemConnectionMemo memo, LocoAddress address, DCCppTrafficController controller)Constructor.DCCppTurnout(java.lang.String prefix, int pNumber, DCCppTrafficController controller)DCCppTurnoutReplyCache(DCCppTrafficController controller) -
Uses of DCCppTrafficController in jmri.jmrix.dccpp.dccppovertcp
Subclasses of DCCppTrafficController in jmri.jmrix.dccpp.dccppovertcp Modifier and Type Class Description classDCCppOverTcpPacketizerConverts Stream-based I/O to/from DCC++ messages. -
Uses of DCCppTrafficController in jmri.jmrix.dccpp.network
Subclasses of DCCppTrafficController in jmri.jmrix.dccpp.network Modifier and Type Class Description classDCCppEthernetPacketizerAn 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.serial Modifier and Type Class Description classSerialDCCppPacketizerThis is an extension of the DCCppPacketizer to handle the device specific requirements of the DCC++.
-