Package PamModel
Class SMRUEnable
java.lang.Object
PamModel.SMRUEnable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final int
getGoodChannels
(int channelMap) static boolean
static boolean
isEnable()
static boolean
static boolean
isMeygen17
(long timeMilliseconds) static int[]
makeUsedChannelLUT
(int channelMap) static void
setDevEnable
(boolean devEnable) Enable some more SMRU Development stuff.static void
setEnable
(boolean enable) static void
setEnableDecimus
(boolean enableDecimus) static void
setMeygen17
(boolean meygen17) flag to indicate this is data from the Meygen turbine in 2017.
-
Field Details
-
Constructor Details
-
Method Details
-
getGoodChannels
public static final int getGoodChannels(int channelMap) -
makeUsedChannelLUT
public static int[] makeUsedChannelLUT(int channelMap) -
isMeygen17
public static boolean isMeygen17(long timeMilliseconds) - Returns:
- the meygen17 flag to indicate this is data from the Meygen turbine in 2017.
-
setMeygen17
public static void setMeygen17(boolean meygen17) flag to indicate this is data from the Meygen turbine in 2017.- Parameters:
meygen17
- the meygen17 to set
-
isEnable
public static boolean isEnable()- Returns:
- the enable
-
setEnable
public static void setEnable(boolean enable) - Parameters:
enable
- the enable to set
-
isEnableDecimus
public static boolean isEnableDecimus()- Returns:
- the enableDecimus
-
setEnableDecimus
public static void setEnableDecimus(boolean enableDecimus) - Parameters:
enableDecimus
- the enableDecimus to set
-
setDevEnable
public static void setDevEnable(boolean devEnable) Enable some more SMRU Development stuff.- Parameters:
devEnable
-
-
isDevEnable
public static boolean isDevEnable()- Returns:
- the setDevEnable
-