public class BroadcastSiGMLDefs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
ABS_ZERO_MILLIS |
static int |
MAX_BYTES_PER_MS |
static int |
PACKET_MAX |
static long |
RCV_LEAD_FRAMES |
static long |
RCV_LEAD_MILLIS |
static long |
RCV_LEAD_TICKS |
static int |
RCV_PORT |
static int |
SEND_PORT |
static int |
SEQ_NO_LIMIT |
static int |
SEQ_NO_SIZE |
static java.lang.String[] |
STARTER_SEGMENT |
static java.lang.String[] |
TERMINATOR_SEGMENT |
static long |
TICK_MILLIS |
static long |
TICKS_PER_FRAME |
static long |
TICKS_PER_SEC |
Constructor and Description |
---|
BroadcastSiGMLDefs() |
Modifier and Type | Method and Description |
---|---|
static int |
B_SIGML_RCV_PORT(int pbase) |
static int |
B_SIGML_SEND_PORT(int pbase) |
public static final java.lang.String[] STARTER_SEGMENT
public static final java.lang.String[] TERMINATOR_SEGMENT
public static final int SEQ_NO_LIMIT
public static final int SEQ_NO_SIZE
public static final int PACKET_MAX
public static final int MAX_BYTES_PER_MS
public static final int SEND_PORT
public static final int RCV_PORT
public static final long TICK_MILLIS
public static final long TICKS_PER_SEC
public static final long TICKS_PER_FRAME
public static final long ABS_ZERO_MILLIS
public static final long RCV_LEAD_FRAMES
public static final long RCV_LEAD_TICKS
public static final long RCV_LEAD_MILLIS