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 SdfMacro
SdfMacro. decodeInstruction(SdfBuffer buff)
Get the next instruction macro in a buffer.void
BranchTo. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
ChannelStart. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
DelaySound. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
EndSound. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
FourByteMacro. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
GenerateTrigger. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
InitiateSound. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
LabelMacro. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
LoadModifier. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
MaskCompare. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
Play. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
SdfMacro. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
SdlVersion. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
SkemeStart. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
SkipOnTrigger. loadByteArray(SdfBuffer buffer)
Store into a buffer.void
TwoByteMacro. loadByteArray(SdfBuffer buffer)
Store into a buffer.static SdfMacro
BranchTo. match(SdfBuffer buff)
static SdfMacro
ChannelStart. match(SdfBuffer buff)
static SdfMacro
CommentMacro. match(SdfBuffer buff)
static SdfMacro
DelaySound. match(SdfBuffer buff)
static SdfMacro
EndSound. match(SdfBuffer buff)
static SdfMacro
FourByteMacro. match(SdfBuffer buff)
static SdfMacro
GenerateTrigger. match(SdfBuffer buff)
static SdfMacro
InitiateSound. match(SdfBuffer buff)
static SdfMacro
LabelMacro. match(SdfBuffer buff)
static SdfMacro
LoadModifier. match(SdfBuffer buff)
static SdfMacro
MaskCompare. match(SdfBuffer buff)
static SdfMacro
Play. match(SdfBuffer buff)
static SdfMacro
SdlVersion. match(SdfBuffer buff)
static SdfMacro
SkemeStart. match(SdfBuffer buff)
static SdfMacro
SkipOnTrigger. match(SdfBuffer buff)
static SdfMacro
TwoByteMacro. 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) void
EditorPane. 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) SdfBuffer
SpjFile.Header. sdfBuffer
Methods in jmri.jmrix.loconet.spjfile that return SdfBuffer Modifier and Type Method Description SdfBuffer
SpjFile.Header. getSdfBuffer()
Get as a SDF buffer.
-