public class GetAreaFile
extends java.lang.Object
implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
static int |
AD_AUXOFFSET
AD_AUXOFFSET - byte offset to start of auxilliary data section
|
static int |
AD_CALOFFSET
AD_CALOFFSET - byte offset to start of calibration section
|
static int |
AD_DATAOFFSET
AD_DATAOFFSET - byte offset to start of data block
|
static int |
AD_DATAWIDTH
AD_DATAWIDTH - number of bytes per data point
|
static int |
AD_NAVOFFSET
AD_NAVOFFSET - byte offset to start of navigation block
|
| Constructor and Description |
|---|
GetAreaFile(java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
doRequest(java.util.Properties params) |
static void |
main(java.lang.String[] args) |
java.lang.String |
makeADDEString(java.util.Properties params)
make the ADDE request string out of the various parameters
the host, group and descr are required.
|
public static final int AD_DATAOFFSET
public static final int AD_NAVOFFSET
public static final int AD_AUXOFFSET
public static final int AD_CALOFFSET
public static final int AD_DATAWIDTH
public static void main(java.lang.String[] args)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void doRequest(java.util.Properties params)
public java.lang.String makeADDEString(java.util.Properties params)