|
@@ -718,16 +718,7 @@ typedef union
|
|
|
unsigned int FirmwareUpdateRequest:1; // firmware update request
|
|
|
unsigned int FirmwareUpdateConfirm:1; // firmware update start
|
|
|
unsigned int FirmwareUpdateCompleted:1; // firmware update completed
|
|
|
- unsigned int BackendStatusRequest:1; // 0: no request, 1: backend connection status has changed ( cabinet -> dispenser)
|
|
|
- unsigned int EthernetStatusRequest:1; // 0: no request, 1: ethernet connection status has changed ( cabinet -> dispenser)
|
|
|
- unsigned int WiFiStatusRequest:1; // 0: no request, 1: wifi connection status has changed ( cabinet -> dispenser)
|
|
|
- unsigned int TelcomModemStatusRequest:1; // 0: no request, 1: 4g connection status has changed ( cabinet -> dispenser)
|
|
|
- unsigned int BillingStatusRequest:1; // 0: no request, 1: billing status has changed ( cabinet -> dispenser)
|
|
|
- unsigned int StopButtonStatusRequest:1; // 0: no request, 1: stop charging button status has changed ( cabinet -> dispenser)
|
|
|
- unsigned int AuthModeConfigRequest:1; // 0: no request, 1: AuthMode Config has changed ( cabinet -> dispenser)
|
|
|
- unsigned int EVCCIDConfigRequest:1; // 0: no request, 1: EVCCID Config has changed ( cabinet -> dispenser)
|
|
|
- unsigned int LEDIntensityRequest:1; // 0: no request, 1: LED Intensity has changed ( cabinet -> dispenser)
|
|
|
- unsigned int res:12;
|
|
|
+ unsigned int res:21;
|
|
|
}bits;
|
|
|
}DispenserSettingFlag;
|
|
|
|
|
@@ -837,7 +828,7 @@ typedef union
|
|
|
unsigned int Disconnection:1;
|
|
|
unsigned int GfdDetection:1; // 0: stop, 1: start
|
|
|
unsigned int GetStartChargingSoc:1; // 0: no effect, 1: get start soc
|
|
|
- unsigned int res:14;
|
|
|
+ unsigned int res:13;
|
|
|
}bits;
|
|
|
}ConnectorParameter;
|
|
|
|
|
@@ -1503,7 +1494,7 @@ struct AlarmCodeData
|
|
|
unsigned char PsuDcDcOtp:1; //bit 2
|
|
|
unsigned char PsuDcDcOvp:1; //bit 3
|
|
|
unsigned char :4; //reserved bit 4 ~ bit 7
|
|
|
- //AlarmVal[17]
|
|
|
+ //AlarmVal[17]
|
|
|
unsigned char :8; //reserved bit 0 ~ bit 7
|
|
|
//AlarmVal[18]
|
|
|
unsigned char MeterIcCommTimeout:1; //bit 0
|
|
@@ -2292,7 +2283,7 @@ struct PsuData
|
|
|
unsigned char GroupCount;
|
|
|
unsigned char Work_Step;
|
|
|
struct PsuModuleVer PsuVersion[MAX_PSU_QUANTITY];
|
|
|
- unsigned char PsuStopChargeFlag;
|
|
|
+ unsigned char PsuStopChargeFlag;
|
|
|
};
|
|
|
|
|
|
/************************************************************************************/
|
|
@@ -4609,8 +4600,8 @@ struct StructCreditDeductResult
|
|
|
|
|
|
struct StructReaderStatus
|
|
|
{
|
|
|
- int readerStatus;
|
|
|
- unsigned char creditNo[64];
|
|
|
+ int readerStatus;
|
|
|
+ unsigned char creditNo[64];
|
|
|
unsigned char ReportReaderStatusReq:1;
|
|
|
};
|
|
|
|
|
@@ -4622,7 +4613,7 @@ struct StructTcciCustomData
|
|
|
struct StructReaderStatus ReaderStatus[CONNECTOR_QUANTITY];
|
|
|
unsigned char TriggerReaderReq[3];
|
|
|
unsigned char SerialNo[CONNECTOR_QUANTITY][37];
|
|
|
- unsigned char VEMData[CONNECTOR_QUANTITY][65];
|
|
|
+ unsigned char VEMData[CONNECTOR_QUANTITY][65];
|
|
|
|
|
|
unsigned char ReportCreditDeductReq:1;
|
|
|
unsigned char ChargerInfoReq:1;
|