Uses of Class
jmri.jmrix.dcc4pc.Dcc4PcReporter
-
Packages that use Dcc4PcReporter Package Description jmri.jmrix.dcc4pc -
-
Uses of Dcc4PcReporter in jmri.jmrix.dcc4pc
Fields in jmri.jmrix.dcc4pc with type parameters of type Dcc4PcReporter Modifier and Type Field Description (package private) java.util.HashMap<java.lang.Integer,Dcc4PcReporter>
Dcc4PcSensorManager.ActiveBoard. inputReportersPorts
Methods in jmri.jmrix.dcc4pc that return Dcc4PcReporter Modifier and Type Method Description (package private) Dcc4PcReporter
Dcc4PcSensorManager.ActiveBoard. getReporterAtIndex(int i)
Methods in jmri.jmrix.dcc4pc with parameters of type Dcc4PcReporter Modifier and Type Method Description (package private) void
Dcc4PcSensorManager.ActiveBoard. addReporter(int port, Dcc4PcReporter reporter)
(package private) int
Dcc4PcSensorManager. decodeDuplicatePacket(int value, int seq, Dcc4PcReporter rc)
Determine if the Railcom data is duplicated.
-