Uses of Class
jmri.jmrit.vsdecoder.VSDecoder
- 
Packages that use VSDecoder Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.
- 
- 
Uses of VSDecoder in jmri.jmrit.vsdecoderFields in jmri.jmrit.vsdecoder declared as VSDecoder Modifier and Type Field Description (package private) VSDecoderSoundEvent. parentFields in jmri.jmrit.vsdecoder with type parameters of type VSDecoder Modifier and Type Field Description (package private) java.util.HashMap<VSDecoder,Block>VSDecoderManager. currentBlockMethods in jmri.jmrit.vsdecoder that return VSDecoder Modifier and Type Method Description VSDecoderSoundEvent. getParent()VSDecoderVSDecoderManager. getVSDecoder(VSDConfig config)Provide or build a VSDecoder based on a provided configuration.VSDecoderVSDecoderManager. getVSDecoderByAddress(java.lang.String sa)Get a VSDecoder by its address.VSDecoderVSDecoderManager. getVSDecoderByID(java.lang.String id)Get a VSDecoder by its Id.Methods in jmri.jmrit.vsdecoder that return types with arguments of type VSDecoder Modifier and Type Method Description java.util.Collection<VSDecoder>VSDecoderManager. getVSDecoderList()Get a list of all VSDecoders.Methods in jmri.jmrit.vsdecoder with parameters of type VSDecoder Modifier and Type Method Description voidVSDecoderManager. calcNewPosition(VSDecoder d)voidSoundEvent. setParent(VSDecoder v)Constructors in jmri.jmrit.vsdecoder with parameters of type VSDecoder Constructor Description VSDNavigation(VSDecoder vsd)
 
-