|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFloorMountedChargeCapability
Capability for controlled battery charge.
| Method Summary | |
|---|---|
void |
enableCharge()
Enables floor mounted charge. |
void |
enableCharge(ChargingType chargingType,
int parameter)
Enables floor mounted charging. |
void |
stopCharge()
Stops the floor mounted charging and release motions lock. |
void |
terminateChargerThread()
Terminates the charger thread. |
| Method Detail |
|---|
void enableCharge()
void enableCharge(ChargingType chargingType,
int parameter)
chargingType - specifies if the charging should go on for a given type, or until a given SOC.
This call is a blocking call, the application run will be stopped until charge reach the desired SOC
or timeout.parameter - The timeout in seconds or percentage of SOC for charge.ChargingTypevoid stopCharge()
void terminateChargerThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||