|
@@ -38,16 +38,19 @@ typedef unsigned int unit;
|
|
|
|
|
|
unsigned char _gunCount;
|
|
|
struct ChargingInfoData *chargingInfo[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
|
|
|
+bool isStartOutputSwitch[CHAdeMO_QUANTITY + CCS_QUANTITY + GB_QUANTITY];
|
|
|
|
|
|
struct timeval _cmdSubPriority_time;
|
|
|
byte _getCapDelayCount;
|
|
|
struct timeval _derating_time;
|
|
|
+struct timeval _max_time;
|
|
|
|
|
|
struct timeval _test_time;
|
|
|
|
|
|
bool isCharging = false;
|
|
|
bool isWaitingAver = false;
|
|
|
bool isReadToCharging = false;
|
|
|
+bool CanAverageCharging = false;
|
|
|
int preChargingTarget;
|
|
|
int preChargingCur;
|
|
|
|