Package jmri.jmrit.ctc
Class CTCConstants
- java.lang.Object
-
- jmri.jmrit.ctc.CTCConstants
-
public class CTCConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CTC_UNKNOWN
static int
LEFTTRAFFIC
static int
OUTOFCORRESPONDENCE
static int
RIGHTTRAFFIC
static int
SIGNALSNORMAL
static int
SWITCHNORMAL
static int
SWITCHREVERSED
-
Constructor Summary
Constructors Constructor Description CTCConstants()
-
-
-
Field Detail
-
LEFTTRAFFIC
public static final int LEFTTRAFFIC
- See Also:
- Constant Field Values
-
SIGNALSNORMAL
public static final int SIGNALSNORMAL
- See Also:
- Constant Field Values
-
RIGHTTRAFFIC
public static final int RIGHTTRAFFIC
- See Also:
- Constant Field Values
-
OUTOFCORRESPONDENCE
public static final int OUTOFCORRESPONDENCE
- See Also:
- Constant Field Values
-
SWITCHNORMAL
public static final int SWITCHNORMAL
- See Also:
- Constant Field Values
-
SWITCHREVERSED
public static final int SWITCHREVERSED
- See Also:
- Constant Field Values
-
CTC_UNKNOWN
public static final int CTC_UNKNOWN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CTCConstants
public CTCConstants()
-
-