Package jmri.jmrit.ussctc
Class PhysicalBell
- java.lang.Object
- 
- jmri.jmrit.ussctc.PhysicalBell
 
- 
- All Implemented Interfaces:
- Bell
 
 public class PhysicalBell extends java.lang.Object implements Bell Derive a CTC machine bell via a Turnout output.
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) NamedBeanHandle<Turnout>hOutput(package private) Soundsoundstatic intSTROKE_DELAY
 - 
Constructor SummaryConstructors Constructor Description PhysicalBell(java.lang.String output)PhysicalBell(java.lang.String output, Sound sound)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidring()
 
- 
- 
- 
Field Detail- 
hOutputNamedBeanHandle<Turnout> hOutput 
 - 
STROKE_DELAYpublic static int STROKE_DELAY 
 
- 
 - 
Constructor Detail- 
PhysicalBellpublic PhysicalBell(java.lang.String output) 
 - 
PhysicalBellpublic PhysicalBell(java.lang.String output, Sound sound) 
 
- 
 
-