Package jmri.jmrix.srcp.parser
Interface SRCPClientParserConstants
-
- All Known Implementing Classes:
SRCPClientParser
,SRCPClientParserTokenManager
public interface SRCPClientParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
A
static int
B
static int
C
static int
COMMAND
static int
CV
static int
CVBIT
static int
D
static int
DEFAULT
static int
DELAY
static int
DESCRIPTION
static int
DRIVEMODE
static int
E
static int
ENDVALUE
static int
EOF
static int
EOL
static int
ERROR
static int
F
static int
FB
static int
G
static int
GA
static int
GL
static int
GM
static int
H
static int
HOUR
static int
I
static int
IN_REASON
static int
IN_VALUE
static int
INFO
static int
J
static int
K
static int
KEY
static int
L
static int
LOCK
static int
M
static int
MINSEC
static int
N
static int
NONZEROADDR
static int
O
static int
OFF
static int
OK
static int
ON
static int
ONOFF
static int
P
static int
POWER
static int
PROTOCOL
static int
Q
static int
R
static int
REASON
static int
REG
static int
RETURN
static int
S
static int
SERVER
static int
SESSION
static int
SM
static int
SPACE
static int
T
static int
TIME
static int
TIMESTAMP
static java.lang.String[]
tokenImage
static int
U
static int
V
static int
VALUE
static int
W
static int
X
static int
Y
static int
Z
static int
ZEROADDR
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
REASON
static final int REASON
- See Also:
- Constant Field Values
-
EOL
static final int EOL
- See Also:
- Constant Field Values
-
VALUE
static final int VALUE
- See Also:
- Constant Field Values
-
ENDVALUE
static final int ENDVALUE
- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
- See Also:
- Constant Field Values
-
ZEROADDR
static final int ZEROADDR
- See Also:
- Constant Field Values
-
NONZEROADDR
static final int NONZEROADDR
- See Also:
- Constant Field Values
-
DRIVEMODE
static final int DRIVEMODE
- See Also:
- Constant Field Values
-
HOUR
static final int HOUR
- See Also:
- Constant Field Values
-
MINSEC
static final int MINSEC
- See Also:
- Constant Field Values
-
DELAY
static final int DELAY
- See Also:
- Constant Field Values
-
TIMESTAMP
static final int TIMESTAMP
- See Also:
- Constant Field Values
-
ONOFF
static final int ONOFF
- See Also:
- Constant Field Values
-
ON
static final int ON
- See Also:
- Constant Field Values
-
OFF
static final int OFF
- See Also:
- Constant Field Values
-
PROTOCOL
static final int PROTOCOL
- See Also:
- Constant Field Values
-
FB
static final int FB
- See Also:
- Constant Field Values
-
GA
static final int GA
- See Also:
- Constant Field Values
-
GL
static final int GL
- See Also:
- Constant Field Values
-
GM
static final int GM
- See Also:
- Constant Field Values
-
SM
static final int SM
- See Also:
- Constant Field Values
-
LOCK
static final int LOCK
- See Also:
- Constant Field Values
-
TIME
static final int TIME
- See Also:
- Constant Field Values
-
POWER
static final int POWER
- See Also:
- Constant Field Values
-
SESSION
static final int SESSION
- See Also:
- Constant Field Values
-
DESCRIPTION
static final int DESCRIPTION
- See Also:
- Constant Field Values
-
SERVER
static final int SERVER
- See Also:
- Constant Field Values
-
INFO
static final int INFO
- See Also:
- Constant Field Values
-
OK
static final int OK
- See Also:
- Constant Field Values
-
ERROR
static final int ERROR
- See Also:
- Constant Field Values
-
COMMAND
static final int COMMAND
- See Also:
- Constant Field Values
-
CVBIT
static final int CVBIT
- See Also:
- Constant Field Values
-
CV
static final int CV
- See Also:
- Constant Field Values
-
REG
static final int REG
- See Also:
- Constant Field Values
-
KEY
static final int KEY
- See Also:
- Constant Field Values
-
A
static final int A
- See Also:
- Constant Field Values
-
B
static final int B
- See Also:
- Constant Field Values
-
C
static final int C
- See Also:
- Constant Field Values
-
D
static final int D
- See Also:
- Constant Field Values
-
E
static final int E
- See Also:
- Constant Field Values
-
F
static final int F
- See Also:
- Constant Field Values
-
G
static final int G
- See Also:
- Constant Field Values
-
H
static final int H
- See Also:
- Constant Field Values
-
I
static final int I
- See Also:
- Constant Field Values
-
J
static final int J
- See Also:
- Constant Field Values
-
K
static final int K
- See Also:
- Constant Field Values
-
L
static final int L
- See Also:
- Constant Field Values
-
M
static final int M
- See Also:
- Constant Field Values
-
N
static final int N
- See Also:
- Constant Field Values
-
O
static final int O
- See Also:
- Constant Field Values
-
P
static final int P
- See Also:
- Constant Field Values
-
Q
static final int Q
- See Also:
- Constant Field Values
-
R
static final int R
- See Also:
- Constant Field Values
-
S
static final int S
- See Also:
- Constant Field Values
-
T
static final int T
- See Also:
- Constant Field Values
-
U
static final int U
- See Also:
- Constant Field Values
-
V
static final int V
- See Also:
- Constant Field Values
-
W
static final int W
- See Also:
- Constant Field Values
-
X
static final int X
- See Also:
- Constant Field Values
-
Y
static final int Y
- See Also:
- Constant Field Values
-
Z
static final int Z
- See Also:
- Constant Field Values
-
IN_REASON
static final int IN_REASON
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
IN_VALUE
static final int IN_VALUE
- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
-
-