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 classDefaultRailComConcrete implementation of theRailCominterface. -
Uses of RailCom in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return RailCom Modifier and Type Method Description RailComRailComTableDataModel. getBySystemName(java.lang.String name)RailComRailComTableDataModel. 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 voidBiDiBReporter. 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) RailComDcc4PcOpsModeProgrammer. rcTagMethods in jmri.jmrix.dcc4pc that return RailCom Modifier and Type Method Description (package private) RailComDcc4PcReporter. decodeAddress()(package private) RailComDcc4PcReporter. 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 RailComDefaultRailComManager. createNewIdTag(java.lang.String systemName, java.lang.String userName)
-