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 AlmMsgTypes
getAlmMsgType(LocoNetMessage m)
static boolean
isCsCapsRpt(LocoNetMessage l)
static boolean
isDevBAW(LocoNetMessage l)
static boolean
isDs74CapsRpt(LocoNetMessage l)
static boolean
isDs78vCapsRpt(LocoNetMessage l)
static boolean
isDs7xRQ(LocoNetMessage l)
static boolean
isPm74CapsRpt(LocoNetMessage l)
static boolean
isSe74CapsRpt(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)
-
-