Uses of Class
jmri.jmrix.loconet.LnSensorManager
-
Packages that use LnSensorManager Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.hexfile -
-
Uses of LnSensorManager in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return LnSensorManager Modifier and Type Method Description LnSensorManager
LocoNetSystemConnectionMemo. getSensorManager()
Constructors in jmri.jmrix.loconet with parameters of type LnSensorManager Constructor Description LnSensorUpdateThread(LnSensorManager sm, LnTrafficController tc, int restingTime)
Constructs the thread -
Uses of LnSensorManager in jmri.jmrix.loconet.hexfile
Subclasses of LnSensorManager in jmri.jmrix.loconet.hexfile Modifier and Type Class Description class
LnSensorManager
Manage the LocoNet-specific Sensor implementation via a LocoNet hexfile emulator.
-