frog.plugin.spot
Interface Frog_Spot_Constants

All Known Implementing Classes:
AccelManager, ConnectionManager, FilterManager, FrogSpot, SpotConnection, SpotPlugin

public interface Frog_Spot_Constants


Field Summary
static double[] CORRUPT_DATA
          Special markers for FilterPipeline on the SPOT
static double[] END_OF_DATA
          Special markers for FilterPipeline on the SPOT
static int[] INT_CORRUPT_DATA
           
static int[] INT_END_OF_DATA
           
static byte MSG_ACK
          Messages sent between host and SPOT
static byte MSG_ADD_FILTER
          Messages sent between host and SPOT
static byte MSG_ALIVE
          Messages sent between host and SPOT
static byte MSG_DISCONNECT
          Messages sent between host and SPOT
static byte MSG_DISCOVER
          Messages sent between host and SPOT
static byte MSG_END_OF_DATA
          Messages sent between host and SPOT
static byte MSG_ERROR
          Messages sent between host and SPOT
static byte MSG_GESTURE
          Messages sent between host and SPOT
static byte MSG_REMOVE_FILTERS
          Messages sent between host and SPOT
static byte MSG_RESEND
          Messages sent between host and SPOT
static byte MSG_SAMPLE_RATE
          Messages sent between host and SPOT
static short PORT_BCAST
           
static short PORT_MAX
           
static short PORT_REPLY
           
static short PORT_START
           
static String SPOT1
           
static String SPOT1_PORT
           
static String SPOT2
           
static String SPOT2_PORT
           
static String SPOT3
           
static String SPOT3_PORT
           
static String SPOT4
           
static String SPOT4_PORT
           
static String SPOT5
           
static String SPOT5_PORT
           
static String SPOT6
           
static String SPOT6_PORT
           
static String SPOT7
           
static String SPOT7_PORT
           
static String SPOT8
           
static String SPOT8_PORT
           
static String SPOTB1
           
static String SPOTB1_PORT
           
static String SPOTB2
           
static String SPOTB2_PORT
           
static String SPOTB3
           
static String SPOTB3_PORT
           
static String SPOTB4
           
static String SPOTB4_PORT
           
 

Field Detail

SPOT1

static final String SPOT1
See Also:
Constant Field Values

SPOT2

static final String SPOT2
See Also:
Constant Field Values

SPOT3

static final String SPOT3
See Also:
Constant Field Values

SPOT4

static final String SPOT4
See Also:
Constant Field Values

SPOT5

static final String SPOT5
See Also:
Constant Field Values

SPOT6

static final String SPOT6
See Also:
Constant Field Values

SPOT7

static final String SPOT7
See Also:
Constant Field Values

SPOT8

static final String SPOT8
See Also:
Constant Field Values

SPOTB1

static final String SPOTB1
See Also:
Constant Field Values

SPOTB2

static final String SPOTB2
See Also:
Constant Field Values

SPOTB3

static final String SPOTB3
See Also:
Constant Field Values

SPOTB4

static final String SPOTB4
See Also:
Constant Field Values

SPOT1_PORT

static final String SPOT1_PORT
See Also:
Constant Field Values

SPOT2_PORT

static final String SPOT2_PORT
See Also:
Constant Field Values

SPOT3_PORT

static final String SPOT3_PORT
See Also:
Constant Field Values

SPOT4_PORT

static final String SPOT4_PORT
See Also:
Constant Field Values

SPOT5_PORT

static final String SPOT5_PORT
See Also:
Constant Field Values

SPOT6_PORT

static final String SPOT6_PORT
See Also:
Constant Field Values

SPOT7_PORT

static final String SPOT7_PORT
See Also:
Constant Field Values

SPOT8_PORT

static final String SPOT8_PORT
See Also:
Constant Field Values

SPOTB1_PORT

static final String SPOTB1_PORT
See Also:
Constant Field Values

SPOTB2_PORT

static final String SPOTB2_PORT
See Also:
Constant Field Values

SPOTB3_PORT

static final String SPOTB3_PORT
See Also:
Constant Field Values

SPOTB4_PORT

static final String SPOTB4_PORT
See Also:
Constant Field Values

PORT_BCAST

static final short PORT_BCAST
See Also:
Constant Field Values

PORT_REPLY

static final short PORT_REPLY
See Also:
Constant Field Values

PORT_START

static final short PORT_START
See Also:
Constant Field Values

PORT_MAX

static final short PORT_MAX
See Also:
Constant Field Values

MSG_ADD_FILTER

static final byte MSG_ADD_FILTER
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_REMOVE_FILTERS

static final byte MSG_REMOVE_FILTERS
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_ALIVE

static final byte MSG_ALIVE
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_GESTURE

static final byte MSG_GESTURE
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_END_OF_DATA

static final byte MSG_END_OF_DATA
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_DISCOVER

static final byte MSG_DISCOVER
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_DISCONNECT

static final byte MSG_DISCONNECT
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_ERROR

static final byte MSG_ERROR
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_RESEND

static final byte MSG_RESEND
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_ACK

static final byte MSG_ACK
Messages sent between host and SPOT

See Also:
Constant Field Values

MSG_SAMPLE_RATE

static final byte MSG_SAMPLE_RATE
Messages sent between host and SPOT

See Also:
Constant Field Values

END_OF_DATA

static final double[] END_OF_DATA
Special markers for FilterPipeline on the SPOT


CORRUPT_DATA

static final double[] CORRUPT_DATA
Special markers for FilterPipeline on the SPOT


INT_END_OF_DATA

static final int[] INT_END_OF_DATA

INT_CORRUPT_DATA

static final int[] INT_CORRUPT_DATA