Uses of Class
jmri.jmrit.vsdecoder.EngineSound
-
Packages that use EngineSound Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of EngineSound in jmri.jmrit.vsdecoder
Subclasses of EngineSound in jmri.jmrit.vsdecoder Modifier and Type Class Description (package private) class
Diesel3Sound
Diesel Sound version 3.(package private) class
DieselSound
Diesel Sound initial version.(package private) class
Steam1Sound
Steam Sound version 1 (adapted from Diesel3Sound).(package private) class
SteamSound
Steam Sound initial version.Methods in jmri.jmrit.vsdecoder that return EngineSound Modifier and Type Method Description EngineSound
VSDecoder. getEngineSound()
Get a reference to the EngineSound associated with this VSDecoder
-