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 class
DefaultClockControl
Class 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 class
CbusClockControl
Provide 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 class
DCCppClockControl
Class providing Clock Control to the DCC-EX client.Methods in jmri.jmrix.dccpp that return ClockControl Modifier and Type Method Description ClockControl
DCCppSystemConnectionMemo. getClockControl()
Methods in jmri.jmrix.dccpp with parameters of type ClockControl Modifier and Type Method Description void
DCCppSystemConnectionMemo. setClockControl(ClockControl t)
-
Uses of ClockControl in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement ClockControl Modifier and Type Class Description class
LnClockControl
Implementation 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 class
MrcClockControl
Implementation 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 class
NceClockControl
Implementation 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 class
OlcbClockControl
Implementation 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 class
SRCPClockControl
Class providing SRCP Clock Control to the SRCP client.Methods in jmri.jmrix.srcp that return ClockControl Modifier and Type Method Description ClockControl
SRCPBusConnectionMemo. getClockControl()
Methods in jmri.jmrix.srcp with parameters of type ClockControl Modifier and Type Method Description void
SRCPBusConnectionMemo. setClockControl(ClockControl t)
-