public class SynDSP
extends dap4.dap4lib.serial.D4DSP
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
DEBUG |
protected byte[] |
raw |
protected static java.lang.String[] |
SYNEXTENSIONS |
| Constructor and Description |
|---|
SynDSP() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
dspMatch(java.lang.String path,
dap4.core.util.DapContext context)
A path is a Synthetic path if it ends in .dmr or .syn
|
SynDSP |
open(java.lang.String filepath) |
protected static final boolean DEBUG
protected static final java.lang.String[] SYNEXTENSIONS
protected byte[] raw
public boolean dspMatch(java.lang.String path,
dap4.core.util.DapContext context)
path - context - Any parameters that may help to decide.public void close()
close in interface dap4.core.data.DSPclose in class dap4.dap4lib.AbstractDSPpublic SynDSP open(java.lang.String filepath) throws dap4.core.util.DapException
open in interface dap4.core.data.DSPopen in class dap4.dap4lib.AbstractDSPdap4.core.util.DapException