Uses of Class
jmri.jmrix.dccpp.DCCppCommandStation
-
Packages that use DCCppCommandStation 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 DCCppCommandStation in jmri.jmrix.dccpp
Fields in jmri.jmrix.dccpp declared as DCCppCommandStation Modifier and Type Field Description (package private) DCCppCommandStation
DCCppTrafficController. mCommandStation
Reference to the command station in communication here.Methods in jmri.jmrix.dccpp that return DCCppCommandStation Modifier and Type Method Description DCCppCommandStation
DCCppTrafficController. getCommandStation()
Get access to communicating command station object.Constructors in jmri.jmrix.dccpp with parameters of type DCCppCommandStation Constructor Description DCCppPacketizer(DCCppCommandStation pCommandStation)
DCCppTrafficController(DCCppCommandStation pCommandStation)
Create a new DCCppTrafficController instance. -
Uses of DCCppCommandStation in jmri.jmrix.dccpp.dccppovertcp
Constructors in jmri.jmrix.dccpp.dccppovertcp with parameters of type DCCppCommandStation Constructor Description DCCppOverTcpPacketizer(DCCppCommandStation cs)
-
Uses of DCCppCommandStation in jmri.jmrix.dccpp.network
Constructors in jmri.jmrix.dccpp.network with parameters of type DCCppCommandStation Constructor Description DCCppEthernetPacketizer(DCCppCommandStation pCommandStation)
-
Uses of DCCppCommandStation in jmri.jmrix.dccpp.serial
Constructors in jmri.jmrix.dccpp.serial with parameters of type DCCppCommandStation Constructor Description SerialDCCppPacketizer(DCCppCommandStation pCommandStation)
-