Package jmri.jmrix.tams
Class TamsConstants
- java.lang.Object
-
- jmri.jmrix.tams.TamsConstants
-
public final class TamsConstants extends java.lang.Object
Constants to represent values seen in Tams traffic
-
-
Field Summary
Fields Modifier and Type Field Description static int
EOM00
static int
EOM80
static int
LEADINGX
static int
MASKFF
static int
POLLMSG
static int
XEVENT
static int
XEVTLOK
static int
XEVTSEN
static int
XEVTTRN
static int
XLOKMASK
static int
XPWRMASK
static int
XPWROFF
static int
XPWRON
static int
XSENMASK
static int
XSENSOFF
static int
XSENSOR
static int
XSTATUS
static int
XTRNMASK
-
Constructor Summary
Constructors Constructor Description TamsConstants()
-
-
-
Field Detail
-
XPWRMASK
public static final int XPWRMASK
- See Also:
- Constant Field Values
-
XSENMASK
public static final int XSENMASK
- See Also:
- Constant Field Values
-
XLOKMASK
public static final int XLOKMASK
- See Also:
- Constant Field Values
-
XTRNMASK
public static final int XTRNMASK
- See Also:
- Constant Field Values
-
EOM80
public static final int EOM80
- See Also:
- Constant Field Values
-
EOM00
public static final int EOM00
- See Also:
- Constant Field Values
-
POLLMSG
public static final int POLLMSG
- See Also:
- Constant Field Values
-
MASKFF
public static final int MASKFF
- See Also:
- Constant Field Values
-
LEADINGX
public static final int LEADINGX
- See Also:
- Constant Field Values
-
XSTATUS
public static final int XSTATUS
- See Also:
- Constant Field Values
-
XEVENT
public static final int XEVENT
- See Also:
- Constant Field Values
-
XSENSOR
public static final int XSENSOR
- See Also:
- Constant Field Values
-
XSENSOFF
public static final int XSENSOFF
- See Also:
- Constant Field Values
-
XEVTSEN
public static final int XEVTSEN
- See Also:
- Constant Field Values
-
XEVTLOK
public static final int XEVTLOK
- See Also:
- Constant Field Values
-
XEVTTRN
public static final int XEVTTRN
- See Also:
- Constant Field Values
-
XPWROFF
public static final int XPWROFF
- See Also:
- Constant Field Values
-
XPWRON
public static final int XPWRON
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TamsConstants
public TamsConstants()
-
-