Package jmri.jmrix.powerline.cm11
Class Constants
- java.lang.Object
- 
- jmri.jmrix.powerline.cm11.Constants
 
- 
 public class Constants extends java.lang.Object Constants and functions specific to the CM11 interface.
- 
- 
Field SummaryFields Modifier and Type Field Description static intCHECKSUM_OKstatic intEXT_CMD_HEADERstatic intFILTER_FAILstatic intMACRO_INITIATEDstatic intMACRO_LOADstatic intPOLL_ACKstatic intPOLL_REQstatic intREADY_REQstatic intTIME_REQ_CP10static intTIME_REQ_CP11static intTIMER_DOWNLOAD
 - 
Constructor SummaryConstructors Constructor Description Constants()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatHeaderByte(int b)Pretty-print a header code.
 
- 
- 
- 
Field Detail- 
POLL_REQpublic static final int POLL_REQ - See Also:
- Constant Field Values
 
 - 
TIME_REQ_CP11public static final int TIME_REQ_CP11 - See Also:
- Constant Field Values
 
 - 
TIME_REQ_CP10public static final int TIME_REQ_CP10 - See Also:
- Constant Field Values
 
 - 
MACRO_INITIATEDpublic static final int MACRO_INITIATED - See Also:
- Constant Field Values
 
 - 
MACRO_LOADpublic static final int MACRO_LOAD - See Also:
- Constant Field Values
 
 - 
CHECKSUM_OKpublic static final int CHECKSUM_OK - See Also:
- Constant Field Values
 
 - 
READY_REQpublic static final int READY_REQ - See Also:
- Constant Field Values
 
 - 
FILTER_FAILpublic static final int FILTER_FAIL - See Also:
- Constant Field Values
 
 - 
EXT_CMD_HEADERpublic static final int EXT_CMD_HEADER - See Also:
- Constant Field Values
 
 - 
POLL_ACKpublic static final int POLL_ACK - See Also:
- Constant Field Values
 
 - 
TIMER_DOWNLOADpublic static final int TIMER_DOWNLOAD - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Constantspublic Constants() 
 
- 
 - 
Method Detail- 
formatHeaderBytepublic static java.lang.String formatHeaderByte(int b) Pretty-print a header code.- Parameters:
- b- header byte
- Returns:
- formated as text of header byte
 
 
- 
 
-