public abstract class D4DSP extends AbstractDSP
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DAPVERSION |
protected java.nio.ByteBuffer |
databuffer |
static boolean |
DEBUG |
protected static java.lang.String |
DMRVERSION |
static boolean |
DUMPDAP |
static boolean |
DUMPDMR |
context, dmr, DMRNS, location, PARSEDEBUG, rootcursor, TESTING, UCARTAGOPAQUE, UCARTAGORIGTYPE, UCARTAGUNLIMITED, UCARTAGVLEN, USEDOM, variables| Constructor and Description |
|---|
D4DSP() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build(dap4.core.dmr.DapDataset dmr,
byte[] serialdata,
java.nio.ByteOrder order)
Build the data from the incoming serial data
Note that some DSP's will not use
|
protected void |
build(java.lang.String document,
byte[] serialdata,
java.nio.ByteOrder order) |
addVariableData, close, getChecksumMode, getContext, getDMR, getLocation, getOrder, getVariableData, open, parseDMR, printDMR, processAttributes, setChecksumMode, setContext, setDataset, setDMR, setLocation, setOrder, suppresspublic static boolean DEBUG
public static boolean DUMPDMR
public static boolean DUMPDAP
protected static final java.lang.String DAPVERSION
protected static final java.lang.String DMRVERSION
protected java.nio.ByteBuffer databuffer
protected void build(java.lang.String document,
byte[] serialdata,
java.nio.ByteOrder order)
throws dap4.core.util.DapException
dap4.core.util.DapExceptionprotected void build(dap4.core.dmr.DapDataset dmr,
byte[] serialdata,
java.nio.ByteOrder order)
throws dap4.core.util.DapException
dmr - serialdata - order - dap4.core.util.DapException