|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kuka.nav.kmp.omnimove.battery.KMPomniMoveBatteryInfo
public class KMPomniMoveBatteryInfo
KMP Omnimove battery information.
| Constructor Summary | |
|---|---|
KMPomniMoveBatteryInfo()
Construct KMP Omnimove battery info with invalid data and disconnected state. |
|
KMPomniMoveBatteryInfo(double soc,
double soh,
boolean isChargingActive,
boolean isRefChargeNeeded)
Construct KMP Omnimove battery info with reliable data. |
|
| Method Summary | |
|---|---|
com.kuka.nav.robot.ConnectionState |
getReliability()
Get the reliability of the battery information. |
double |
getStateOfCharge()
Get the state of charge (SoC) of the battery. |
double |
getStateOfHealth()
Get the state of health (SoH) of the battery. |
boolean |
isCharging()
Check whether battery is currently charging.. |
boolean |
isReferenceChargeNeeded()
Check whether reference charge is needed for accurate SoC. |
void |
makeUnreliable()
If the data is reliable, set it to unreliable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KMPomniMoveBatteryInfo(double soc,
double soh,
boolean isChargingActive,
boolean isRefChargeNeeded)
soc - state of chargesoh - state of healthisChargingActive - true if battery is chargingisRefChargeNeeded - true if reference charge is needed for accurate SoCpublic KMPomniMoveBatteryInfo()
| Method Detail |
|---|
public double getStateOfHealth()
public boolean isReferenceChargeNeeded()
public double getStateOfCharge()
public boolean isCharging()
public com.kuka.nav.robot.ConnectionState getReliability()
public void makeUnreliable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||