Package jmri.jmrix.can
Class CanConstants
- java.lang.Object
-
- jmri.jmrix.can.CanConstants
-
public final class CanConstants extends java.lang.Object
Constants to represent CAN protocols and adapters
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAN232
static int
CANRS
CAN adapter hardware supportedstatic int
CANUSB
static int
CBUS
CAN protocols supportedstatic int
FOR_TESTING
-
Constructor Summary
Constructors Constructor Description CanConstants()
-
-
-
Field Detail
-
CBUS
public static final int CBUS
CAN protocols supported- See Also:
- Constant Field Values
-
FOR_TESTING
public static final int FOR_TESTING
- See Also:
- Constant Field Values
-
CANRS
public static final int CANRS
CAN adapter hardware supported- See Also:
- Constant Field Values
-
CANUSB
public static final int CANUSB
- See Also:
- Constant Field Values
-
CAN232
public static final int CAN232
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CanConstants
public CanConstants()
-
-