Uses of Class
jmri.jmrix.loconet.sdf.SdfBuffer
-
Packages that use SdfBuffer Package Description jmri.jmrix.loconet.sdf Support for reading and writing Digitrax SDF (Sound Definition Format) information, particularly in Digitrax Sound Definition Project (SDF) files.jmri.jmrix.loconet.sdfeditor Provide GUI tools for editing an SDF file in memory.jmri.jmrix.loconet.spjfile Provides support for reading and writing of the Digitrax SPJ file format. -
-
Uses of SdfBuffer in jmri.jmrix.loconet.sdf
Methods in jmri.jmrix.loconet.sdf with parameters of type SdfBuffer Modifier and Type Method Description static SdfMacroSdfMacro. decodeInstruction(SdfBuffer buff)Get the next instruction macro in a buffer.voidBranchTo. loadByteArray(SdfBuffer buffer)Store into a buffer.voidChannelStart. loadByteArray(SdfBuffer buffer)Store into a buffer.voidDelaySound. loadByteArray(SdfBuffer buffer)Store into a buffer.voidEndSound. loadByteArray(SdfBuffer buffer)Store into a buffer.voidFourByteMacro. loadByteArray(SdfBuffer buffer)Store into a buffer.voidGenerateTrigger. loadByteArray(SdfBuffer buffer)Store into a buffer.voidInitiateSound. loadByteArray(SdfBuffer buffer)Store into a buffer.voidLabelMacro. loadByteArray(SdfBuffer buffer)Store into a buffer.voidLoadModifier. loadByteArray(SdfBuffer buffer)Store into a buffer.voidMaskCompare. loadByteArray(SdfBuffer buffer)Store into a buffer.voidPlay. loadByteArray(SdfBuffer buffer)Store into a buffer.voidSdfMacro. loadByteArray(SdfBuffer buffer)Store into a buffer.voidSdlVersion. loadByteArray(SdfBuffer buffer)Store into a buffer.voidSkemeStart. loadByteArray(SdfBuffer buffer)Store into a buffer.voidSkipOnTrigger. loadByteArray(SdfBuffer buffer)Store into a buffer.voidTwoByteMacro. loadByteArray(SdfBuffer buffer)Store into a buffer.static SdfMacroBranchTo. match(SdfBuffer buff)static SdfMacroChannelStart. match(SdfBuffer buff)static SdfMacroCommentMacro. match(SdfBuffer buff)static SdfMacroDelaySound. match(SdfBuffer buff)static SdfMacroEndSound. match(SdfBuffer buff)static SdfMacroFourByteMacro. match(SdfBuffer buff)static SdfMacroGenerateTrigger. match(SdfBuffer buff)static SdfMacroInitiateSound. match(SdfBuffer buff)static SdfMacroLabelMacro. match(SdfBuffer buff)static SdfMacroLoadModifier. match(SdfBuffer buff)static SdfMacroMaskCompare. match(SdfBuffer buff)static SdfMacroPlay. match(SdfBuffer buff)static SdfMacroSdlVersion. match(SdfBuffer buff)static SdfMacroSkemeStart. match(SdfBuffer buff)static SdfMacroSkipOnTrigger. match(SdfBuffer buff)static SdfMacroTwoByteMacro. match(SdfBuffer buff) -
Uses of SdfBuffer in jmri.jmrix.loconet.sdfeditor
Methods in jmri.jmrix.loconet.sdfeditor with parameters of type SdfBuffer Modifier and Type Method Description (package private) voidEditorPane. addSdf(SdfBuffer buff)Add the instructions to the treeConstructors in jmri.jmrix.loconet.sdfeditor with parameters of type SdfBuffer Constructor Description EditorFrame(SdfBuffer buff) -
Uses of SdfBuffer in jmri.jmrix.loconet.spjfile
Fields in jmri.jmrix.loconet.spjfile declared as SdfBuffer Modifier and Type Field Description (package private) SdfBufferSpjFile.Header. sdfBufferMethods in jmri.jmrix.loconet.spjfile that return SdfBuffer Modifier and Type Method Description SdfBufferSpjFile.Header. getSdfBuffer()Get as a SDF buffer.
-