Browse Source

[Improve][Modularization][Module_OcppBackend]

2020.10.22 / Folus Wen

Actions:
1. EVSE/Modularization/ocppfiles/MessageHandler.c confliect source code delete.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 4 years ago
parent
commit
c4adf14f8a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      EVSE/Modularization/ocppfiles/MessageHandler.c

+ 0 - 4
EVSE/Modularization/ocppfiles/MessageHandler.c

@@ -6619,11 +6619,7 @@ int handleChangeAvailabilityRequest(char *uuid, char *payload)
 
 					for (int index = 0; index < GENERAL_GUN_QUANTITY; index++)
 					{
-<<<<<<< HEAD
 						if ((gunType[i] == 'O')&&(ShmSysConfigAndInfo->SysInfo.ConnectorInfo[index].GeneralChargingData.Index == i)&&(ShmSysConfigAndInfo->SysInfo.ConnectorInfo[index].GeneralChargingData.SystemStatus == SYS_MODE_FAULT)) //S_FAULT  //(((gunIndex  == 0)|| ((gunIndex > 0)&&(gunType[gunIndex-1] == 'O')))&&(ShmSysConfigAndInfo->SysInfo.GbChargingData[index].SystemStatus != SYS_MODE_FAULT)) //S_FAULT
-=======
-						if ((gunType[i] == 'O')&&(ShmSysConfigAndInfo->SysInfo.ConnectorInfo[index].GeneralChargingData.Index == i)&&(ShmSysConfigAndInfo->SysInfo.ConnectorInfo[index].GeneralChargingData.SystemStatus == SYS_MODE_FAULT)) //S_FAULT  //(((gunIndex  == 0)|| ((gunIndex > 0)&&(gunType[gunIndex-1] == 'G')))&&(ShmSysConfigAndInfo->SysInfo.GbChargingData[index].SystemStatus != SYS_MODE_FAULT)) //S_FAULT
->>>>>>> DO360
 						{
 							//ShmOCPP16Data->CsMsg.bits[gunIndex - 1].ChangeAvailabilityReq = 1;
 							sprintf(comfirmstr, "%s", AvailabilityStatusStr[Rejected] );