Package jmri.jmrix.nce
Class NceCmdStationMemory.CabMemorySerial
- java.lang.Object
-
- jmri.jmrix.nce.NceCmdStationMemory.CabMemorySerial
-
- Enclosing class:
- NceCmdStationMemory
public static class NceCmdStationMemory.CabMemorySerial extends java.lang.Object
Memory offsets for cab info in a serial 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_SIZE
static int
CS_CAB_MEM_PRO
static int
CS_COMP_CAB_MEM_PRO
static int
CS_CON_MAX
static int
CS_CON_MEM_MID
static int
CS_CON_MEM_REAR
static int
CS_CON_MIN
static int
CS_CONSIST_MEM
static int
CS_MACRO_MEM
static int
CS_MACRO_SIZE
static int
CS_MAX_MACRO
static int
NUM_CONSIST
-
Constructor Summary
Constructors Constructor Description CabMemorySerial()
-
-
-
Field Detail
-
CS_CAB_MEM_PRO
public static final int CS_CAB_MEM_PRO
- See Also:
- Constant Field Values
-
CS_COMP_CAB_MEM_PRO
public static final int CS_COMP_CAB_MEM_PRO
- See Also:
- Constant Field Values
-
CS_CONSIST_MEM
public static final int CS_CONSIST_MEM
- See Also:
- Constant Field Values
-
CS_CON_MEM_REAR
public static final int CS_CON_MEM_REAR
- See Also:
- Constant Field Values
-
CS_CON_MEM_MID
public static final int CS_CON_MEM_MID
- See Also:
- Constant Field Values
-
CS_CON_MIN
public static final int CS_CON_MIN
- See Also:
- Constant Field Values
-
CS_CON_MAX
public static final int CS_CON_MAX
- See Also:
- Constant Field Values
-
CS_MACRO_MEM
public static final int CS_MACRO_MEM
- 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
-
NUM_CONSIST
public static final int NUM_CONSIST
- 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
-
CabMemorySerial
public CabMemorySerial()
-
-