Uses of Interface
jmri.RailCom
-
Packages that use RailCom Package Description jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrix.bidib jmri.jmrix.dcc4pc jmri.managers Provides implementations of various JMRI managers. -
-
Uses of RailCom in jmri.implementation
Classes in jmri.implementation that implement RailCom Modifier and Type Class Description class
DefaultRailCom
Concrete implementation of theRailCom
interface. -
Uses of RailCom in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return RailCom Modifier and Type Method Description RailCom
RailComTableDataModel. getBySystemName(java.lang.String name)
RailCom
RailComTableDataModel. getByUserName(java.lang.String name)
-
Uses of RailCom in jmri.jmrix.bidib
Methods in jmri.jmrix.bidib with parameters of type RailCom Modifier and Type Method Description void
BiDiBReporter. notify_loco(RailCom tag)
Notify loco address -
Uses of RailCom in jmri.jmrix.dcc4pc
Fields in jmri.jmrix.dcc4pc declared as RailCom Modifier and Type Field Description (package private) RailCom
Dcc4PcOpsModeProgrammer. rcTag
Methods in jmri.jmrix.dcc4pc that return RailCom Modifier and Type Method Description (package private) RailCom
Dcc4PcReporter. decodeAddress()
(package private) RailCom
Dcc4PcReporter. provideTag(int address, int addr_type)
-
Uses of RailCom in jmri.managers
Methods in jmri.managers that return RailCom Modifier and Type Method Description protected RailCom
DefaultRailComManager. createNewIdTag(java.lang.String systemName, java.lang.String userName)
-