Uses of Class
jmri.jmrit.vsdecoder.VSDConfig
-
Packages that use VSDConfig Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.jmri.jmrit.vsdecoder.swing Sub-package for jmri.jmrit.vsdecoder. -
-
Uses of VSDConfig in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder with parameters of type VSDConfig Modifier and Type Method Description VSDecoder
VSDecoderManager. getVSDecoder(VSDConfig config)
Provide or build a VSDecoder based on a provided configuration.Constructors in jmri.jmrit.vsdecoder with parameters of type VSDConfig Constructor Description VSDecoder(VSDConfig cfg)
Construct a VSDecoder with the given system name (id) and configuration (config) -
Uses of VSDConfig in jmri.jmrit.vsdecoder.swing
Constructors in jmri.jmrit.vsdecoder.swing with parameters of type VSDConfig Constructor Description VSDConfigDialog(javax.swing.JPanel parent, java.lang.String title, VSDConfig c, boolean ial, boolean viewing)
ConstructorVSDControl(VSDConfig c)
-