Package jmri.jmrix.nce.usbdriver
Class UsbCmdStationMemory
- java.lang.Object
-
- jmri.jmrix.nce.NceCmdStationMemory
-
- jmri.jmrix.nce.usbdriver.UsbCmdStationMemory
-
public class UsbCmdStationMemory extends NceCmdStationMemory
Updates for command station memory of the PH5.
-
-
Field Summary
-
Fields inherited from class jmri.jmrix.nce.NceCmdStationMemory
CAB_ADDR_H, CAB_ADDR_L, CAB_ALIAS, CAB_CURR_SPEED, CAB_FLAGS, CAB_FUNC_H, CAB_FUNC_L, CAB_LINE_1, CAB_LINE_2, FLAGS_MASK_CONSIST_REAR, FLAGS1_CABISACTIVE, FLAGS1_CABTYPE_AIU, FLAGS1_CABTYPE_DISPLAY, FLAGS1_CABTYPE_NODISP, FLAGS1_CABTYPE_USB, FLAGS1_MASK_CABISACTIVE, FLAGS1_MASK_CABTYPE, FUNC_H_F10, FUNC_H_F11, FUNC_H_F12, FUNC_H_F13, FUNC_H_F14, FUNC_H_F15, FUNC_H_F16, FUNC_H_F17, FUNC_H_F18, FUNC_H_F19, FUNC_H_F20, FUNC_H_F21, FUNC_H_F22, FUNC_H_F23, FUNC_H_F24, FUNC_H_F25, FUNC_H_F26, FUNC_H_F27, FUNC_H_F28, FUNC_H_F29, FUNC_H_F30, FUNC_H_F31, FUNC_H_F32, FUNC_H_F33, FUNC_H_F34, FUNC_H_F35, FUNC_H_F36, FUNC_H_F37, FUNC_H_F38, FUNC_H_F39, FUNC_H_F40, FUNC_H_F41, FUNC_H_F42, FUNC_H_F43, FUNC_H_F44, FUNC_H_F45, FUNC_H_F46, FUNC_H_F47, FUNC_H_F48, FUNC_H_F49, FUNC_H_F5, FUNC_H_F50, FUNC_H_F51, FUNC_H_F52, FUNC_H_F53, FUNC_H_F54, FUNC_H_F55, FUNC_H_F56, FUNC_H_F57, FUNC_H_F58, FUNC_H_F59, FUNC_H_F6, FUNC_H_F60, FUNC_H_F61, FUNC_H_F62, FUNC_H_F63, FUNC_H_F64, FUNC_H_F65, FUNC_H_F66, FUNC_H_F67, FUNC_H_F68, FUNC_H_F7, FUNC_H_F8, FUNC_H_F9, FUNC_L_F0, FUNC_L_F1, FUNC_L_F2, FUNC_L_F3, FUNC_L_F4
-
-
Constructor Summary
Constructors Constructor Description UsbCmdStationMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCabIdxFlag1()
int
getCabIdxFunct13_20()
int
getCabIdxFunct21_28()
int
getCabMax()
int
getCabMin()
int
getConsistMin()
int
getMacroAddr()
int
getMacroLimit()
int
getMacroSize()
-
Methods inherited from class jmri.jmrix.nce.NceCmdStationMemory
getAccyMemAddr, getAccyMemSize, getAiuFlagAddr, getCabAddr, getCabSize, getClockAddr, getCompCabAddr, getConsistHeadAddr, getConsistMax, getConsistMidAddr, getConsistMidSize, getConsistNumLines, getConsistTailAddr
-
-
-
-
Constructor Detail
-
UsbCmdStationMemory
public UsbCmdStationMemory()
-
-
Method Detail
-
getConsistMin
public int getConsistMin()
- Overrides:
getConsistMin
in classNceCmdStationMemory
-
getCabMin
public int getCabMin()
- Overrides:
getCabMin
in classNceCmdStationMemory
-
getCabMax
public int getCabMax()
- Overrides:
getCabMax
in classNceCmdStationMemory
-
getCabIdxFunct13_20
public int getCabIdxFunct13_20()
- Overrides:
getCabIdxFunct13_20
in classNceCmdStationMemory
-
getCabIdxFunct21_28
public int getCabIdxFunct21_28()
- Overrides:
getCabIdxFunct21_28
in classNceCmdStationMemory
-
getCabIdxFlag1
public int getCabIdxFlag1()
- Overrides:
getCabIdxFlag1
in classNceCmdStationMemory
-
getMacroAddr
public int getMacroAddr()
- Overrides:
getMacroAddr
in classNceCmdStationMemory
-
getMacroSize
public int getMacroSize()
- Overrides:
getMacroSize
in classNceCmdStationMemory
-
getMacroLimit
public int getMacroLimit()
- Overrides:
getMacroLimit
in classNceCmdStationMemory
-
-