public abstract class D4DSP extends AbstractDSP
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DAPVERSION |
protected ByteBuffer |
databuffer |
static boolean |
DEBUG |
protected static 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,
ByteOrder order)
Build the data from the incoming serial data
Note that some DSP's will not use
|
protected void |
build(String document,
byte[] serialdata,
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 String DAPVERSION
protected static final String DMRVERSION
protected ByteBuffer databuffer
protected void build(String document, byte[] serialdata, ByteOrder order) throws dap4.core.util.DapException
dap4.core.util.DapExceptionprotected void build(dap4.core.dmr.DapDataset dmr,
byte[] serialdata,
ByteOrder order)
throws dap4.core.util.DapException
dmr - serialdata - order - dap4.core.util.DapException