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) classDiesel3SoundDiesel Sound version 3.(package private) classDieselSoundDiesel Sound initial version.(package private) classSteam1SoundSteam Sound version 1 (adapted from Diesel3Sound).(package private) classSteamSoundSteam Sound initial version.Methods in jmri.jmrit.vsdecoder that return EngineSound Modifier and Type Method Description EngineSoundVSDecoder. getEngineSound()Get a reference to the EngineSound associated with this VSDecoder
-