Package jmri.jmrix.nce
Class NceCmdStationMemory.CabMemorySerial
java.lang.Object
jmri.jmrix.nce.NceCmdStationMemory.CabMemorySerial
- Enclosing class:
- NceCmdStationMemory
public static class NceCmdStationMemory.CabMemorySerial extends 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()
-
Method Summary
-
Field Details
-
CS_CAB_MEM_PRO
- See Also:
- Constant Field Values
-
CS_COMP_CAB_MEM_PRO
- See Also:
- Constant Field Values
-
CS_CONSIST_MEM
- See Also:
- Constant Field Values
-
CS_CON_MEM_REAR
- See Also:
- Constant Field Values
-
CS_CON_MEM_MID
- See Also:
- Constant Field Values
-
CS_CON_MIN
- See Also:
- Constant Field Values
-
CS_CON_MAX
- See Also:
- Constant Field Values
-
CS_MACRO_MEM
- See Also:
- Constant Field Values
-
CS_MAX_MACRO
- See Also:
- Constant Field Values
-
CS_MACRO_SIZE
- See Also:
- Constant Field Values
-
NUM_CONSIST
- See Also:
- Constant Field Values
-
CAB_LINE_1
- See Also:
- Constant Field Values
-
CAB_LINE_2
- See Also:
- Constant Field Values
-
CAB_SIZE
- See Also:
- Constant Field Values
-
CAB_CURR_SPEED
- See Also:
- Constant Field Values
-
CAB_ADDR_H
- See Also:
- Constant Field Values
-
CAB_ADDR_L
- See Also:
- Constant Field Values
-
CAB_FLAGS
- See Also:
- Constant Field Values
-
CAB_FUNC_L
- See Also:
- Constant Field Values
-
CAB_FUNC_H
- See Also:
- Constant Field Values
-
CAB_ALIAS
- See Also:
- Constant Field Values
-
CAB_FUNC_13_20
- See Also:
- Constant Field Values
-
CAB_FUNC_21_28
- See Also:
- Constant Field Values
-
CAB_FLAGS1
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CabMemorySerial
public CabMemorySerial()
-