Uses of Interface
jmri.jmrit.ussctc.Bell
-
Packages that use Bell Package Description jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of Bell in jmri.jmrit.ussctc
Classes in jmri.jmrit.ussctc that implement Bell Modifier and Type Class Description class
ComputerBell
Derive a CTC machine bell from the computer's speakersclass
PhysicalBell
Derive a CTC machine bell via a Turnout output.class
VetoedBell
Derive a CTC machine bell via a Turnout output.Fields in jmri.jmrit.ussctc declared as Bell Modifier and Type Field Description (package private) Bell
TrackCircuitSection. bell
(package private) Bell
VetoedBell. bell
Constructors in jmri.jmrit.ussctc with parameters of type Bell Constructor Description TrackCircuitSection(java.lang.String inputSensor, java.lang.String panelOutput, Station<CodeGroupNoBits,CodeGroupOneBit> station, Bell bell)
Create and configure.VetoedBell(java.lang.String veto, Bell bell)
-