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.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as VSDecoder Modifier and Type Field Description (package private) VSDecoder
SoundEvent. parent
Fields in jmri.jmrit.vsdecoder with type parameters of type VSDecoder Modifier and Type Field Description (package private) java.util.HashMap<VSDecoder,Block>
VSDecoderManager. currentBlock
Methods in jmri.jmrit.vsdecoder that return VSDecoder Modifier and Type Method Description VSDecoder
SoundEvent. getParent()
VSDecoder
VSDecoderManager. getVSDecoder(VSDConfig config)
Provide or build a VSDecoder based on a provided configuration.VSDecoder
VSDecoderManager. getVSDecoderByAddress(java.lang.String sa)
Get a VSDecoder by its address.VSDecoder
VSDecoderManager. 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 void
VSDecoderManager. calcNewPosition(VSDecoder d)
(package private) void
VSDecoderManager. initSoundPositionTimer(VSDecoder d)
void
SoundEvent. setParent(VSDecoder v)
(package private) void
VSDecoderManager. startSoundPositionTimer(VSDecoder d)
(package private) void
VSDecoderManager. stopSoundPositionTimer(VSDecoder d)
Constructors in jmri.jmrit.vsdecoder with parameters of type VSDecoder Constructor Description VSDNavigation(VSDecoder vsd)
-