Package jmri.jmrix.loconet.alm
Class Alm
- java.lang.Object
-
- jmri.jmrix.loconet.alm.Alm
-
public class Alm extends java.lang.Object
ALM Message Helper.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static AlmMsgTypesgetAlmMsgType(LocoNetMessage m)static booleanisCsCapsRpt(LocoNetMessage l)static booleanisDevBAW(LocoNetMessage l)static booleanisDs74CapsRpt(LocoNetMessage l)static booleanisDs78vCapsRpt(LocoNetMessage l)static booleanisDs7xRQ(LocoNetMessage l)static booleanisPm74CapsRpt(LocoNetMessage l)static booleanisSe74CapsRpt(LocoNetMessage l)
-
-
-
Method Detail
-
isCsCapsRpt
public static boolean isCsCapsRpt(LocoNetMessage l)
-
isDs74CapsRpt
public static boolean isDs74CapsRpt(LocoNetMessage l)
-
isDs78vCapsRpt
public static boolean isDs78vCapsRpt(LocoNetMessage l)
-
isSe74CapsRpt
public static boolean isSe74CapsRpt(LocoNetMessage l)
-
isPm74CapsRpt
public static boolean isPm74CapsRpt(LocoNetMessage l)
-
isDevBAW
public static boolean isDevBAW(LocoNetMessage l)
-
isDs7xRQ
public static boolean isDs7xRQ(LocoNetMessage l)
-
getAlmMsgType
static AlmMsgTypes getAlmMsgType(LocoNetMessage m)
-
-