Package PamModel
Class SMRUEnable
java.lang.Object
PamModel.SMRUEnable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final int
getGoodChannels
(int channelMap) static boolean
isEnable()
static boolean
static boolean
isMeygen17
(long timeMilliseconds) static int[]
makeUsedChannelLUT
(int channelMap) 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
-
meygenGoodBitmap
public static final int meygenGoodBitmap- See Also:
-
-
Constructor Details
-
SMRUEnable
public SMRUEnable()
-
-
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
-