Uses of Class
jmri.jmrit.vsdecoder.VSDecoder
Packages that use VSDecoder
Package
Description
Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.
-
Uses of VSDecoder in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as VSDecoderFields in jmri.jmrit.vsdecoder with type parameters of type VSDecoderMethods in jmri.jmrit.vsdecoder that return VSDecoderModifier and TypeMethodDescriptionSoundEvent.getParent()VSDecoderManager.getVSDecoder(VSDConfig config) Provide or build a VSDecoder based on a provided configuration.VSDecoderManager.getVSDecoderByAddress(String sa) Get a VSDecoder by its address.VSDecoderManager.getVSDecoderByID(String id) Get a VSDecoder by its Id.Methods in jmri.jmrit.vsdecoder that return types with arguments of type VSDecoderModifier and TypeMethodDescriptionVSDecoderManager.getVSDecoderList()Get a list of all VSDecoders.Methods in jmri.jmrit.vsdecoder with parameters of type VSDecoderConstructors in jmri.jmrit.vsdecoder with parameters of type VSDecoder