Package jmri.jmrix.nce
Class NceCmdStationMemory.CabMemoryUsb
- java.lang.Object
-
- jmri.jmrix.nce.NceCmdStationMemory.CabMemoryUsb
-
- Enclosing class:
- NceCmdStationMemory
public static class NceCmdStationMemory.CabMemoryUsb extends java.lang.Object
Memory offsets for cab info in a usb connected command station
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAB_ADDR_H
static int
CAB_ADDR_L
static int
CAB_ALIAS
static int
CAB_CURR_SPEED
static int
CAB_FLAGS
static int
CAB_FLAGS1
static int
CAB_FUNC_13_20
static int
CAB_FUNC_21_28
static int
CAB_FUNC_H
static int
CAB_FUNC_L
static int
CAB_LINE_1
static int
CAB_LINE_2
static int
CAB_NUM_CONSIST
static int
CAB_NUM_MACRO
static int
CAB_SIZE
static int
CS_CON_MAX
static int
CS_CON_MIN
static int
CS_CON_SIZE
static int
CS_MACRO_SIZE
static int
CS_MAX_MACRO
static int
CS_PG_CONSIST
static int
CS_PG_MACRO
static int
NUM_CONSIST
-
Constructor Summary
Constructors Constructor Description CabMemoryUsb()
-
-
-
Field Detail
-
CAB_NUM_CONSIST
public static final int CAB_NUM_CONSIST
- See Also:
- Constant Field Values
-
NUM_CONSIST
public static final int NUM_CONSIST
- See Also:
- Constant Field Values
-
CS_CON_SIZE
public static final int CS_CON_SIZE
- See Also:
- Constant Field Values
-
CS_CON_MAX
public static final int CS_CON_MAX
- See Also:
- Constant Field Values
-
CS_CON_MIN
public static final int CS_CON_MIN
- See Also:
- Constant Field Values
-
CAB_NUM_MACRO
public static final int CAB_NUM_MACRO
- See Also:
- Constant Field Values
-
CS_MAX_MACRO
public static final int CS_MAX_MACRO
- See Also:
- Constant Field Values
-
CS_MACRO_SIZE
public static final int CS_MACRO_SIZE
- See Also:
- Constant Field Values
-
CS_PG_CONSIST
public static final int CS_PG_CONSIST
- See Also:
- Constant Field Values
-
CS_PG_MACRO
public static final int CS_PG_MACRO
- See Also:
- Constant Field Values
-
CAB_LINE_1
public static final int CAB_LINE_1
- See Also:
- Constant Field Values
-
CAB_LINE_2
public static final int CAB_LINE_2
- See Also:
- Constant Field Values
-
CAB_SIZE
public static final int CAB_SIZE
- See Also:
- Constant Field Values
-
CAB_CURR_SPEED
public static final int CAB_CURR_SPEED
- See Also:
- Constant Field Values
-
CAB_ADDR_H
public static final int CAB_ADDR_H
- See Also:
- Constant Field Values
-
CAB_ADDR_L
public static final int CAB_ADDR_L
- See Also:
- Constant Field Values
-
CAB_FLAGS
public static final int CAB_FLAGS
- See Also:
- Constant Field Values
-
CAB_FUNC_L
public static final int CAB_FUNC_L
- See Also:
- Constant Field Values
-
CAB_FUNC_H
public static final int CAB_FUNC_H
- See Also:
- Constant Field Values
-
CAB_ALIAS
public static final int CAB_ALIAS
- See Also:
- Constant Field Values
-
CAB_FUNC_13_20
public static final int CAB_FUNC_13_20
- See Also:
- Constant Field Values
-
CAB_FUNC_21_28
public static final int CAB_FUNC_21_28
- See Also:
- Constant Field Values
-
CAB_FLAGS1
public static final int CAB_FLAGS1
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CabMemoryUsb
public CabMemoryUsb()
-
-