Package jmri.jmrix.nce
Class NceCmdStationMemory
- java.lang.Object
-
- jmri.jmrix.nce.NceCmdStationMemory
-
public class NceCmdStationMemory extends java.lang.Object
Contains the map for the command station and memory parts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NceCmdStationMemory.CabMemorySerial
Memory offsets for cab info in a serial connected command stationstatic class
NceCmdStationMemory.CabMemoryUsb
Memory offsets for cab info in a usb connected command station
-
Field Summary
Fields Modifier and Type Field Description static int
FLAGS_MASK_CONSIST_REAR
static int
FLAGS1_CABISACTIVE
static int
FLAGS1_CABTYPE_AIU
static int
FLAGS1_CABTYPE_DISPLAY
static int
FLAGS1_CABTYPE_NODISP
static int
FLAGS1_CABTYPE_USB
static int
FLAGS1_MASK_CABISACTIVE
static int
FLAGS1_MASK_CABTYPE
static int
FUNC_H_F10
static int
FUNC_H_F11
static int
FUNC_H_F12
static int
FUNC_H_F13
static int
FUNC_H_F14
static int
FUNC_H_F15
static int
FUNC_H_F16
static int
FUNC_H_F17
static int
FUNC_H_F18
static int
FUNC_H_F19
static int
FUNC_H_F20
static int
FUNC_H_F21
static int
FUNC_H_F22
static int
FUNC_H_F23
static int
FUNC_H_F24
static int
FUNC_H_F25
static int
FUNC_H_F26
static int
FUNC_H_F27
static int
FUNC_H_F28
static int
FUNC_H_F5
static int
FUNC_H_F6
static int
FUNC_H_F7
static int
FUNC_H_F8
static int
FUNC_H_F9
static int
FUNC_L_F0
static int
FUNC_L_F1
static int
FUNC_L_F2
static int
FUNC_L_F3
static int
FUNC_L_F4
-
Constructor Summary
Constructors Constructor Description NceCmdStationMemory()
-
-
-
Field Detail
-
FLAGS_MASK_CONSIST_REAR
public static final int FLAGS_MASK_CONSIST_REAR
- See Also:
- Constant Field Values
-
FLAGS1_CABTYPE_DISPLAY
public static final int FLAGS1_CABTYPE_DISPLAY
- See Also:
- Constant Field Values
-
FLAGS1_CABTYPE_NODISP
public static final int FLAGS1_CABTYPE_NODISP
- See Also:
- Constant Field Values
-
FLAGS1_CABTYPE_USB
public static final int FLAGS1_CABTYPE_USB
- See Also:
- Constant Field Values
-
FLAGS1_CABTYPE_AIU
public static final int FLAGS1_CABTYPE_AIU
- See Also:
- Constant Field Values
-
FLAGS1_CABISACTIVE
public static final int FLAGS1_CABISACTIVE
- See Also:
- Constant Field Values
-
FLAGS1_MASK_CABTYPE
public static final int FLAGS1_MASK_CABTYPE
- See Also:
- Constant Field Values
-
FLAGS1_MASK_CABISACTIVE
public static final int FLAGS1_MASK_CABISACTIVE
- See Also:
- Constant Field Values
-
FUNC_L_F0
public static final int FUNC_L_F0
- See Also:
- Constant Field Values
-
FUNC_L_F1
public static final int FUNC_L_F1
- See Also:
- Constant Field Values
-
FUNC_L_F2
public static final int FUNC_L_F2
- See Also:
- Constant Field Values
-
FUNC_L_F3
public static final int FUNC_L_F3
- See Also:
- Constant Field Values
-
FUNC_L_F4
public static final int FUNC_L_F4
- See Also:
- Constant Field Values
-
FUNC_H_F5
public static final int FUNC_H_F5
- See Also:
- Constant Field Values
-
FUNC_H_F6
public static final int FUNC_H_F6
- See Also:
- Constant Field Values
-
FUNC_H_F7
public static final int FUNC_H_F7
- See Also:
- Constant Field Values
-
FUNC_H_F8
public static final int FUNC_H_F8
- See Also:
- Constant Field Values
-
FUNC_H_F9
public static final int FUNC_H_F9
- See Also:
- Constant Field Values
-
FUNC_H_F10
public static final int FUNC_H_F10
- See Also:
- Constant Field Values
-
FUNC_H_F11
public static final int FUNC_H_F11
- See Also:
- Constant Field Values
-
FUNC_H_F12
public static final int FUNC_H_F12
- See Also:
- Constant Field Values
-
FUNC_H_F13
public static final int FUNC_H_F13
- See Also:
- Constant Field Values
-
FUNC_H_F14
public static final int FUNC_H_F14
- See Also:
- Constant Field Values
-
FUNC_H_F15
public static final int FUNC_H_F15
- See Also:
- Constant Field Values
-
FUNC_H_F16
public static final int FUNC_H_F16
- See Also:
- Constant Field Values
-
FUNC_H_F17
public static final int FUNC_H_F17
- See Also:
- Constant Field Values
-
FUNC_H_F18
public static final int FUNC_H_F18
- See Also:
- Constant Field Values
-
FUNC_H_F19
public static final int FUNC_H_F19
- See Also:
- Constant Field Values
-
FUNC_H_F20
public static final int FUNC_H_F20
- See Also:
- Constant Field Values
-
FUNC_H_F21
public static final int FUNC_H_F21
- See Also:
- Constant Field Values
-
FUNC_H_F22
public static final int FUNC_H_F22
- See Also:
- Constant Field Values
-
FUNC_H_F23
public static final int FUNC_H_F23
- See Also:
- Constant Field Values
-
FUNC_H_F24
public static final int FUNC_H_F24
- See Also:
- Constant Field Values
-
FUNC_H_F25
public static final int FUNC_H_F25
- See Also:
- Constant Field Values
-
FUNC_H_F26
public static final int FUNC_H_F26
- See Also:
- Constant Field Values
-
FUNC_H_F27
public static final int FUNC_H_F27
- See Also:
- Constant Field Values
-
FUNC_H_F28
public static final int FUNC_H_F28
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NceCmdStationMemory
public NceCmdStationMemory()
-
-