Uses of Interface
jmri.ClockControl
-
Packages that use ClockControl Package Description jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dccpp jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.srcp Provide a JMRI connection to an SRCP server. -
-
Uses of ClockControl in jmri.implementation
Classes in jmri.implementation that implement ClockControl Modifier and Type Class Description classDefaultClockControlClass providing default logic of the ClockControl interface. -
Uses of ClockControl in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement ClockControl Modifier and Type Class Description classCbusClockControlProvide access to CBUS Clock Network Functions. -
Uses of ClockControl in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement ClockControl Modifier and Type Class Description classDCCppClockControlClass providing Clock Control to the DCC-EX client.Methods in jmri.jmrix.dccpp that return ClockControl Modifier and Type Method Description ClockControlDCCppSystemConnectionMemo. getClockControl()Methods in jmri.jmrix.dccpp with parameters of type ClockControl Modifier and Type Method Description voidDCCppSystemConnectionMemo. setClockControl(ClockControl t) -
Uses of ClockControl in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement ClockControl Modifier and Type Class Description classLnClockControlImplementation of the Hardware Fast Clock for LocoNet. -
Uses of ClockControl in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement ClockControl Modifier and Type Class Description classMrcClockControlImplementation of the Hardware Fast Clock for Mrc -
Uses of ClockControl in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement ClockControl Modifier and Type Class Description classNceClockControlImplementation of the Hardware Fast Clock for NCE. -
Uses of ClockControl in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement ClockControl Modifier and Type Class Description classOlcbClockControlImplementation of the ClockControl interface for JMRI using the OpenLCB clock listener or generator. -
Uses of ClockControl in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement ClockControl Modifier and Type Class Description classSRCPClockControlClass providing SRCP Clock Control to the SRCP client.Methods in jmri.jmrix.srcp that return ClockControl Modifier and Type Method Description ClockControlSRCPBusConnectionMemo. getClockControl()Methods in jmri.jmrix.srcp with parameters of type ClockControl Modifier and Type Method Description voidSRCPBusConnectionMemo. setClockControl(ClockControl t)
-