|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.state.kmp.MobilePlatformBatteryWarningStateConverter
public final class MobilePlatformBatteryWarningStateConverter
Mobile platform battery warning state converter.
| Method Summary | |
|---|---|
static long |
getCriticalThresholdPercentage()
Gets the currently set Critical Threshold of the Battery charge percentage. |
static MobilePlatformBatteryWarningState |
getWarningState(long stateOfCharge)
|
static long |
getWarningThresholdPercentage()
Gets the currently set Warning Threshold of the Battery charge percentage. |
static void |
setCriticalThresholdPercentage(long criticalThreshold)
Sets the Critical Threshold of the Battery charge percentage. |
static void |
setWarningThresholdPercentage(long warningThreshold)
Sets the Warning Threshold of the Battery charge percentage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MobilePlatformBatteryWarningState getWarningState(long stateOfCharge)
stateOfCharge - Battery percentage.
public static long getCriticalThresholdPercentage()
public static void setCriticalThresholdPercentage(long criticalThreshold)
criticalThreshold - - the threshold to setpublic static long getWarningThresholdPercentage()
public static void setWarningThresholdPercentage(long warningThreshold)
warningThreshold - - the threshold to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||